From b6dc879a363f51c13415e1436e39bf14dbcdaad5 Mon Sep 17 00:00:00 2001 From: Andreas Osim Date: Thu, 19 Apr 2018 16:44:55 +0200 Subject: [PATCH] =?UTF-8?q?f=C3=BCr=20SST03=20erlaube=20zus=C3=A4tzliches?= =?UTF-8?q?=20Feld=20'internal=5Fnotes'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ext/custom-addons/dp_custom/models/sale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/custom-addons/dp_custom/models/sale.py b/ext/custom-addons/dp_custom/models/sale.py index 1e139348..9ad12396 100644 --- a/ext/custom-addons/dp_custom/models/sale.py +++ b/ext/custom-addons/dp_custom/models/sale.py @@ -285,7 +285,7 @@ class SaleOrder(models.Model): def _get_specified_fields(self): return ['origin', 'client_order_ref', 'note', 'date_order', 'assembled', 'line_id', 'partner_id', 'fiscal_position_id', 'user_id', 'payment_term_id', 'partner_delivery_id', 'partner_invoice_id', - 'assembly_state', 'confirmation_nr', 'confirm_order', 'order_type'] + 'assembly_state', 'confirmation_nr', 'confirm_order', 'order_type', 'internal_notes'] @api.multi def write(self, vals):