From 066a7397b80bcc9462f365644f0884c4ef825745 Mon Sep 17 00:00:00 2001 From: Thomas Binsfeld Date: Wed, 23 Jan 2019 11:47:54 +0100 Subject: [PATCH] [ADD] Contract Sale: fiscal position --- product_contract/models/sale_order.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product_contract/models/sale_order.py b/product_contract/models/sale_order.py index 6c92feef..8408cef7 100644 --- a/product_contract/models/sale_order.py +++ b/product_contract/models/sale_order.py @@ -29,6 +29,7 @@ class SaleOrder(models.Model): 'contract_template_id': contract_template.id, 'user_id': self.user_id.id, 'payment_term_id': self.payment_term_id.id, + 'fiscal_position_id': self.fiscal_position_id.id, } @api.multi