Skip to content

Commit

Permalink
Merge PR #2201 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by LoisRForgeFlow
  • Loading branch information
OCA-git-bot committed Nov 20, 2024
2 parents a943de0 + ecbaa89 commit 537e18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_warehouse_calendar/models/stock_warehouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class StockWarehouse(models.Model):
_inherit = "stock.warehouse"

calendar_id = fields.Many2one(
comodel_name="resource.calendar", string="Working Hours"
comodel_name="resource.calendar", string="Working Hours", check_company=True
)

def wh_plan_days(self, date_from, delta):
Expand Down

0 comments on commit 537e18f

Please sign in to comment.