From 793b59c838560f30c9b19ccd658c65d81b3f5923 Mon Sep 17 00:00:00 2001 From: Stepan Savelyev Date: Tue, 14 Jan 2020 10:14:21 +0500 Subject: [PATCH] =?UTF-8?q?[IMP]=20change=20--=20to=20=E2=80=94=20(—?= =?UTF-8?q?)=20in=20the=20name=20of=20annex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/res_partner_contract_annex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/res_partner_contract_annex.py b/models/res_partner_contract_annex.py index 87b4b77..6435524 100644 --- a/models/res_partner_contract_annex.py +++ b/models/res_partner_contract_annex.py @@ -29,7 +29,7 @@ class ContractOrderAnnex(models.Model): contract_number = self.contract_id.name annex_number = self.contract_id.contract_annex_number - self.name = "{contract}--{annex}".format( + self.name = "{contract}—{annex}".format( contract=contract_number, annex=annex_number )