mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
add resource calendar to mrp area
This commit is contained in:
committed by
davidborromeo
parent
307d495db3
commit
ccbae558f2
@@ -19,3 +19,5 @@ class MrpArea(models.Model):
|
||||
required=True,
|
||||
)
|
||||
active = fields.Boolean(default=True)
|
||||
calendar_id = fields.Many2one('resource.calendar',
|
||||
'Working Hours')
|
||||
|
||||
Reference in New Issue
Block a user