From e2fb770bf6bc4ac2bc6ed3558f832ddd8366ed44 Mon Sep 17 00:00:00 2001 From: Stepan Savelyev Date: Tue, 10 Dec 2019 16:19:42 +0500 Subject: [PATCH] [RM] unused commented code --- models/res_partner.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/models/res_partner.py b/models/res_partner.py index d1d47c4..4173e2b 100644 --- a/models/res_partner.py +++ b/models/res_partner.py @@ -18,14 +18,6 @@ class ResPartner(models.Model): compute='_compute_contract_count', string='# of contracts' ) - # contract_job_name = fields.Char( - # string='Contract job name', - # help='Job position as it would be in contract' - # ) # res.partner.function - # contract_name = fields.Char( - # string='Contract name', - # help='Name, as it would be in contract' - # ) # res.partner.name full_adress = fields.Char( compute='_compute_full_adress' ) # Check for res.partner.contact_address in base/res