From f25cdb1a793740a91d9f5813b80da6bd0308961e Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 22 Jul 2024 10:22:09 +0700 Subject: add new email template and add email finance, sales on contact --- indoteknik_custom/models/res_partner.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/models') diff --git a/indoteknik_custom/models/res_partner.py b/indoteknik_custom/models/res_partner.py index ea06854d..19699aab 100644 --- a/indoteknik_custom/models/res_partner.py +++ b/indoteknik_custom/models/res_partner.py @@ -40,6 +40,8 @@ class ResPartner(models.Model): ('PNR', 'Pareto Non Repeating'), ('NP', 'Non Pareto') ]) + email_finance = fields.Char(string='Email Finance') + email_sales = fields.Char(string='Email Sales') user_payment_terms_sales = fields.Many2one('res.users', string='Users Update Payment Terms') date_payment_terms_sales = fields.Datetime(string='Date Update Payment Terms') -- cgit v1.2.3