mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[REL] delivery_fedex_hibou,delivery_gso,delivery_hibou,delivery_ups_hibou,sale_planner,stock_delivery_planner: per-package tracking from 11.0
This commit is contained in:
@@ -47,3 +47,12 @@ class StockPicking(models.Model):
|
||||
domain.extend(tools.safe_eval(irconfig_parameter.get_param('sale.order.planner.carrier_domain')))
|
||||
|
||||
return Carrier.search(domain)
|
||||
|
||||
|
||||
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