mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] stock_delivery_route: Migrated to 18.0
H14631
This commit is contained in:
@@ -15,4 +15,4 @@ License
|
||||
=======
|
||||
|
||||
Please see `LICENSE <https://github.com/hibou-io/hibou-odoo-suite/blob/master/LICENSE>`_.
|
||||
Copyright Hibou Corp. 2018
|
||||
Copyright Hibou Corp. 2024
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
'name': 'Warehouse Delivery Routes',
|
||||
'summary': 'Assign a delivery route to a sale order or picking.',
|
||||
'version': '17.0.1.0.0',
|
||||
'version': '18.0.1.0.0',
|
||||
'author': "Hibou Corp.",
|
||||
'category': 'Warehouse',
|
||||
'license': 'LGPL-3',
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
<group>
|
||||
<field name="id" invisible="1"/>
|
||||
<field name="delivery_route_ids" context="{'default_warehouse_id': id}" colspan="2" nolabel="1">
|
||||
<tree>
|
||||
<list>
|
||||
<field name="name"/>
|
||||
</tree>
|
||||
</list>
|
||||
<form>
|
||||
<group>
|
||||
<group>
|
||||
|
||||
Reference in New Issue
Block a user