From 1e966452ff1c29b0e31048159780fc623e21a4b3 Mon Sep 17 00:00:00 2001 From: Nans Lefebvre Date: Tue, 15 Jan 2019 12:50:08 +0000 Subject: [PATCH 1/6] [FIX] l10n_be_invoice_bba: fix mail template The field reference_type has been renamed invoice_reference_type in v11. The selection value 'bba' for that field has been renamed 'structured'. We update the template to reflect these changes. Discovered thanks to a forward port of that field up to v12. closes odoo/odoo#30224 --- addons/l10n_be_invoice_bba/data/mail_template_data.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/l10n_be_invoice_bba/data/mail_template_data.xml b/addons/l10n_be_invoice_bba/data/mail_template_data.xml index b7110f157e733..ea2d688cdb9c6 100644 --- a/addons/l10n_be_invoice_bba/data/mail_template_data.xml +++ b/addons/l10n_be_invoice_bba/data/mail_template_data.xml @@ -33,7 +33,7 @@ from ${object.company_id.name}. % endif

-% if object.reference_type=='bba' and object.reference: +% if object.invoice_reference_type=='structured' and object.reference:

Please use the following communication for your payment : ${object.reference}

% endif From 8e87075724d0e9e4433d5bf5c3dfd3e62b48d67b Mon Sep 17 00:00:00 2001 From: "Lucas Perais (lpe)" Date: Tue, 15 Jan 2019 14:28:01 +0000 Subject: [PATCH 2/6] [FIX] sale: inline form SO contains price_total When removing the editable attribute on the list view of th o2m towards order_line, when adding a line, the price_total of the line was neither computed nor sent to the onchange of the sale order now it is OPW 1914740 closes odoo/odoo#30234 --- addons/sale/views/sale_views.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/sale/views/sale_views.xml b/addons/sale/views/sale_views.xml index dd8104d693809..ceaad5477ee10 100644 --- a/addons/sale/views/sale_views.xml +++ b/addons/sale/views/sale_views.xml @@ -253,6 +253,7 @@ +