diff --git a/intrastat_delivery/README.rst b/intrastat_delivery/README.rst index bedeceb6d..1228ef480 100644 --- a/intrastat_delivery/README.rst +++ b/intrastat_delivery/README.rst @@ -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:: diff --git a/intrastat_delivery/__manifest__.py b/intrastat_delivery/__manifest__.py index 409b127ab..9055c3627 100644 --- a/intrastat_delivery/__manifest__.py +++ b/intrastat_delivery/__manifest__.py @@ -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", diff --git a/intrastat_delivery/readme/DESCRIPTION.md b/intrastat_delivery/readme/DESCRIPTION.md index 5c7b5f5b4..e773bac33 100644 --- a/intrastat_delivery/readme/DESCRIPTION.md +++ b/intrastat_delivery/readme/DESCRIPTION.md @@ -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". diff --git a/intrastat_delivery/static/description/index.html b/intrastat_delivery/static/description/index.html index 0799b4eab..f8b48ae38 100644 --- a/intrastat_delivery/static/description/index.html +++ b/intrastat_delivery/static/description/index.html @@ -1,4 +1,3 @@ - @@ -373,13 +372,11 @@

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