[MIG] stock_delivery_route: Migrated to 18.0

H14631
This commit is contained in:
Mayank Patel
2024-10-24 13:00:22 +00:00
parent d01f408257
commit 30ecda677e
3 changed files with 4 additions and 4 deletions

View File

@@ -15,4 +15,4 @@ License
======= =======
Please see `LICENSE <https://github.com/hibou-io/hibou-odoo-suite/blob/master/LICENSE>`_. Please see `LICENSE <https://github.com/hibou-io/hibou-odoo-suite/blob/master/LICENSE>`_.
Copyright Hibou Corp. 2018 Copyright Hibou Corp. 2024

View File

@@ -1,7 +1,7 @@
{ {
'name': 'Warehouse Delivery Routes', 'name': 'Warehouse Delivery Routes',
'summary': 'Assign a delivery route to a sale order or picking.', '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.", 'author': "Hibou Corp.",
'category': 'Warehouse', 'category': 'Warehouse',
'license': 'LGPL-3', 'license': 'LGPL-3',

View File

@@ -11,9 +11,9 @@
<group> <group>
<field name="id" invisible="1"/> <field name="id" invisible="1"/>
<field name="delivery_route_ids" context="{'default_warehouse_id': id}" colspan="2" nolabel="1"> <field name="delivery_route_ids" context="{'default_warehouse_id': id}" colspan="2" nolabel="1">
<tree> <list>
<field name="name"/> <field name="name"/>
</tree> </list>
<form> <form>
<group> <group>
<group> <group>