mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Merge branch 'imp/11.0/delivery_hibou__sig_req' into '11.0-test'
imp/11.0/delivery_hibou__sig_req into 11.0-test See merge request hibou-io/hibou-odoo/suite!1189
This commit is contained in:
@@ -10,5 +10,6 @@ class Warehouse(models.Model):
|
||||
'resource.calendar', 'Shipping Calendar',
|
||||
help="This calendar represents shipping availability from the warehouse.")
|
||||
sale_planner_carrier_ids = fields.Many2many('delivery.carrier',
|
||||
relation='sale_planner_carrier_wh_rel',
|
||||
string='Sale Order Planner Base Carriers',
|
||||
help='Overrides the global carriers.')
|
||||
|
||||
@@ -54,5 +54,6 @@ class Warehouse(models.Model):
|
||||
_inherit = 'stock.warehouse'
|
||||
|
||||
delivery_planner_carrier_ids = fields.Many2many('delivery.carrier',
|
||||
relation='delivery_planner_carrier_wh_rel',
|
||||
string='Delivery Planner Base Carriers',
|
||||
help='Overrides the global carriers.')
|
||||
|
||||
Reference in New Issue
Block a user