From 27ae2de4c1deea61dc0891379c8c294e4399b5f7 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 18 Jun 2025 11:50:20 +0700 Subject: sale pricelist, customer type, end line bundling --- fixco_custom/models/partner.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fixco_custom/models/partner.py') diff --git a/fixco_custom/models/partner.py b/fixco_custom/models/partner.py index 52e89de..17d2fd0 100755 --- a/fixco_custom/models/partner.py +++ b/fixco_custom/models/partner.py @@ -9,4 +9,9 @@ class Partner(models.Model): [('digunggung', 'Digunggung'), ('difaktur', 'Faktur Pajak')], string='Transaction Type' + ) + customer_type = fields.Selection( + [('online', 'Online'), + ('offline', 'Offline')], + string='Customer Type' ) \ No newline at end of file -- cgit v1.2.3