From de0c9ad84907c8e92e8ac6b88b8866b5614c910d Mon Sep 17 00:00:00 2001 From: EliseDup Date: Mon, 19 Sep 2016 19:35:13 +0200 Subject: [PATCH] =?UTF-8?q?Changer=20nom=20en=20"prix=20de=20vente=20sugg?= =?UTF-8?q?=C3=A9r=C3=A9e"=20en=20"prix=20de=20vente=20HTVA=20sugg=C3=A9r?= =?UTF-8?q?=C3=A9e"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beesdoo_product/models/beesdoo_product.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beesdoo_product/models/beesdoo_product.py b/beesdoo_product/models/beesdoo_product.py index 287494b..d212f68 100644 --- a/beesdoo_product/models/beesdoo_product.py +++ b/beesdoo_product/models/beesdoo_product.py @@ -26,7 +26,7 @@ class BeesdooProduct(models.Model): # S0023 : List_price = Price HTVA, so add a suggested price list_price = fields.Float(string='exVAT Price') - suggested_price = fields.Float(string='Suggested Price', compute='_compute_cost', readOnly=True) + suggested_price = fields.Float(string='Suggested exVAT Price', compute='_compute_cost', readOnly=True) standard_price = fields.Float(compute='_compute_cost') def _get_main_supplier_info(self):