mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
IMP rma Add company_id field on rma.template and record rules to hide them.
This commit is contained in:
@@ -41,6 +41,7 @@ class RMATemplate(models.Model):
|
||||
('make_to_order', 'Apply Procurements')
|
||||
], string="Outbound Procurement Method", default='make_to_stock')
|
||||
out_to_refund = fields.Boolean(string='Outbound Mark Refund')
|
||||
company_id = fields.Many2one('res.company', 'Company')
|
||||
|
||||
def _values_for_in_picking(self, rma):
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user