diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-01-23 09:40:58 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-01-23 09:40:58 +0700 |
| commit | 4f3d357070649a8f524eec481ec6ff474e7422a5 (patch) | |
| tree | 0ca16e911f342b1cfdaebec146c911cc39d8d431 /indoteknik_custom/models/x_manufactures.py | |
| parent | 9496bae642b86438f0dcef1595255e2f01384040 (diff) | |
| parent | 4ce53750a9732dc2437cbd5cccea9d746b891e6c (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-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: |
