Skip to content

Commit 537e18f

Browse files
committed
Merge PR OCA#2201 into 17.0
Signed-off-by LoisRForgeFlow
2 parents a943de0 + ecbaa89 commit 537e18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stock_warehouse_calendar/models/stock_warehouse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class StockWarehouse(models.Model):
1010
_inherit = "stock.warehouse"
1111

1212
calendar_id = fields.Many2one(
13-
comodel_name="resource.calendar", string="Working Hours"
13+
comodel_name="resource.calendar", string="Working Hours", check_company=True
1414
)
1515

1616
def wh_plan_days(self, date_from, delta):

0 commit comments

Comments
 (0)