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
bf2ae3324e
commit
87b3bbadd6
@@ -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