We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a943de0 + ecbaa89 commit 537e18fCopy full SHA for 537e18f
stock_warehouse_calendar/models/stock_warehouse.py
@@ -10,7 +10,7 @@ class StockWarehouse(models.Model):
10
_inherit = "stock.warehouse"
11
12
calendar_id = fields.Many2one(
13
- comodel_name="resource.calendar", string="Working Hours"
+ comodel_name="resource.calendar", string="Working Hours", check_company=True
14
)
15
16
def wh_plan_days(self, date_from, delta):
0 commit comments