We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc40522 + 0f2da08 commit 2a064ecCopy full SHA for 2a064ec
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 Schedules"
+ comodel_name="resource.calendar", string="Working Schedules", check_company=True
14
)
15
16
def wh_plan_days(self, date_from, delta):
0 commit comments