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
JasminSForgeFlow
parent
4519f3d5d6
commit
2ec080b891
@@ -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