summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models')
-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 abedf0cf..b4b61296 100755
--- a/indoteknik_custom/models/x_manufactures.py
+++ b/indoteknik_custom/models/x_manufactures.py
@@ -49,6 +49,7 @@ class XManufactures(models.Model):
vendor_ids = fields.Many2many('res.partner', string='Vendor', compute='_compute_vendor_ids')
# 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')
def _compute_vendor_ids(self):
for manufacture in self: