summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/price_group.py
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-01-22 13:51:02 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-01-22 13:51:02 +0700
commit4f73c6225571608e0fed6ee94ae0d2c91eaefd1a (patch)
treef14b163f4793f1aee74d315557abc0cf27b83073 /indoteknik_custom/models/price_group.py
parent7e52c025439a8614a1ec6ae77dfdda934989a09b (diff)
parent230027f0bfedfedc27e5067d0b25d167f751688b (diff)
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into gudang-service
merge
Diffstat (limited to 'indoteknik_custom/models/price_group.py')
-rw-r--r--indoteknik_custom/models/price_group.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/indoteknik_custom/models/price_group.py b/indoteknik_custom/models/price_group.py
index 1b1c817f..fce78fff 100644
--- a/indoteknik_custom/models/price_group.py
+++ b/indoteknik_custom/models/price_group.py
@@ -18,6 +18,8 @@ class PriceGroup(models.Model):
group6 = fields.Float(string='Kelompok 6 (%)')
group7 = fields.Float(string='Kelompok 7 (%)')
group8 = fields.Float(string='Kelompok 8 (%)')
+ group9 = fields.Float(string='Kelompok 9 (%)')
+ group10 = fields.Float(string='Kelompok 10 (%)')
def collect_price_group(self):
PRICE_GROUP_ID = {
@@ -47,4 +49,6 @@ class Manufacture(models.Model):
('group6', 'Kelompok 6'),
('group7', 'Kelompok 7'),
('group8', 'Kelompok 8'),
+ ('group9', 'Kelompok 9'),
+ ('group10', 'Kelompok 10'),
], string='Pricing Group', copy=False)