Skip to content

Commit

Permalink
[MIG] intrastat_delivery: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenminhchien committed Sep 13, 2024
1 parent 39cd866 commit 5874b58
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
7 changes: 2 additions & 5 deletions intrastat_delivery/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,13 @@ Propagate incoterm from sale delivery to invoice
This addon allows you to define an "Incoterm" and an "Intrastat
Transport Mode" at the "Shipping Methods" of sales. When these values
are established, they will be the ones that prevail in the sales orders,
if they are not defined, the default values that were established in
"Settings" will apply.
if they are not defined, the default values that were established in the
tab "Other info", section "DELIVERY" will apply.

The mode of transport and incoterm are assigned to the sales order when
it goes from "Quotation" to "Order". Additionally, the values will be
dragged to the invoices created from that sales order.

It is recommended to set TRUE the "Show incoterms in orders and
invoices" value at "Settings / Sales".

**Table of contents**

.. contents::
Expand Down
2 changes: 1 addition & 1 deletion intrastat_delivery/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Propagate incoterm from sale delivery to invoice",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "Accounting",
"author": "FactorLibre, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/intrastat-extrastat",
Expand Down
5 changes: 1 addition & 4 deletions intrastat_delivery/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ This addon allows you to define an "Incoterm" and an "Intrastat
Transport Mode" at the "Shipping Methods" of sales. When these values
are established, they will be the ones that prevail in the sales orders,
if they are not defined, the default values that were established in
"Settings" will apply.
the tab "Other info", section "DELIVERY" will apply.

The mode of transport and incoterm are assigned to the sales order when
it goes from "Quotation" to "Order". Additionally, the values will be
dragged to the invoices created from that sales order.

It is recommended to set TRUE the "Show incoterms in orders and
invoices" value at "Settings / Sales".
7 changes: 2 additions & 5 deletions intrastat_delivery/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down Expand Up @@ -373,13 +372,11 @@ <h1 class="title">Propagate incoterm from sale delivery to invoice</h1>
<p>This addon allows you to define an “Incoterm” and an “Intrastat
Transport Mode” at the “Shipping Methods” of sales. When these values
are established, they will be the ones that prevail in the sales orders,
if they are not defined, the default values that were established in
“Settings” will apply.</p>
if they are not defined, the default values that were established in the
tab “Other info”, section “DELIVERY” will apply.</p>
<p>The mode of transport and incoterm are assigned to the sales order when
it goes from “Quotation” to “Order”. Additionally, the values will be
dragged to the invoices created from that sales order.</p>
<p>It is recommended to set TRUE the “Show incoterms in orders and
invoices” value at “Settings / Sales”.</p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
Expand Down

0 comments on commit 5874b58

Please sign in to comment.