summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/x_manufactures.py
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-01-23 09:40:58 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2026-01-23 09:40:58 +0700
commit4f3d357070649a8f524eec481ec6ff474e7422a5 (patch)
tree0ca16e911f342b1cfdaebec146c911cc39d8d431 /indoteknik_custom/models/x_manufactures.py
parent9496bae642b86438f0dcef1595255e2f01384040 (diff)
parent4ce53750a9732dc2437cbd5cccea9d746b891e6c (diff)
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
Diffstat (limited to 'indoteknik_custom/models/x_manufactures.py')
-rwxr-xr-xindoteknik_custom/models/x_manufactures.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/x_manufactures.py b/indoteknik_custom/models/x_manufactures.py
index b4b61296..9e214d92 100755
--- a/indoteknik_custom/models/x_manufactures.py
+++ b/indoteknik_custom/models/x_manufactures.py
@@ -50,6 +50,7 @@ class XManufactures(models.Model):
# user_id = fields.Many2one('res.users', string='Responsible', domain="['|'('id', '=', 19), ('id', '=', 6)]", help="Siapa yang bertanggung jawab")
user_id = fields.Many2one('res.users', string='Responsible', help="Siapa yang bertanggung jawab")
override_vendor_id = fields.Many2one('res.partner', string='Override Vendor')
+ # cashback_percent = fields.Float(string='Cashback Percent')
def _compute_vendor_ids(self):
for manufacture in self: