diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-10-26 11:10:04 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-10-26 11:10:04 +0700 |
| commit | cdd2e38987e4db045809b5af65fc12c16cf20186 (patch) | |
| tree | 835e92eabb6c8daba9ccd000f6912e5a6c3c687a /indoteknik_custom/models/x_manufactures.py | |
| parent | 556c95e1fe466448eee0e823adc6a5757638272d (diff) | |
| parent | 8cba1eaa340eb0c6b264672b0a47dc1628c2eb04 (diff) | |
Merge branch 'automatic-purchase-split' into production
Diffstat (limited to 'indoteknik_custom/models/x_manufactures.py')
| -rwxr-xr-x | indoteknik_custom/models/x_manufactures.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/x_manufactures.py b/indoteknik_custom/models/x_manufactures.py index e48a5367..abedf0cf 100755 --- a/indoteknik_custom/models/x_manufactures.py +++ b/indoteknik_custom/models/x_manufactures.py @@ -47,6 +47,8 @@ class XManufactures(models.Model): parent_id = fields.Many2one('x_manufactures', string='Parent', help='Parent Brand tersebut') category_ids = fields.Many2many('product.public.category', string='Category', help='Brand tsb memiliki Category apa saja') 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") def _compute_vendor_ids(self): for manufacture in self: |
