diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2026-01-22 10:47:50 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2026-01-22 10:47:50 +0000 |
| commit | 4ce53750a9732dc2437cbd5cccea9d746b891e6c (patch) | |
| tree | 77113af0f47a12ffcb71e0c0220d4761d54eb5bf /indoteknik_custom/models/x_manufactures.py | |
| parent | 230027f0bfedfedc27e5067d0b25d167f751688b (diff) | |
| parent | 9e64a74e4576a150d172359999c9eb3cef8505a8 (diff) | |
Merged in refund_system (pull request #480)
<hafid> cab inv
Diffstat (limited to 'indoteknik_custom/models/x_manufactures.py')
| -rwxr-xr-x | indoteknik_custom/models/x_manufactures.py | 1 |
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: |
