MIG delivery_usability from v10 to v12

This commit is contained in:
Alexis de Lattre
2019-07-09 17:40:50 +02:00
parent 1957018a14
commit fa3e483026
6 changed files with 13 additions and 31 deletions

View File

@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2018 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
Copyright 2018-2019 Akretion
@author: Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<record id="view_order_form_with_carrier" model="ir.ui.view">
<field name="name">delivery_usability.sale.order.form</field>
<field name="model">sale.order</field>
@@ -17,4 +19,5 @@
</field>
</record>
</odoo>