[MIG] sale_order_add_bom from v10 to v14

This commit is contained in:
Alexis de Lattre
2022-03-29 11:36:59 +02:00
parent 5acaa73fae
commit d3d4e7346e
10 changed files with 33 additions and 31 deletions

View File

@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2016-2021 Akretion France (http://www.akretion.com/)
Copyright 2016-2022 Akretion France (http://www.akretion.com/)
@author: Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<data>
<record id="view_order_form" model="ir.ui.view">
<field name="name">add.bom.sale.order.form</field>
@@ -20,5 +19,4 @@
</field>
</record>
</data>
</odoo>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2021 Akretion France (http://www.akretion.com/)
Copyright 2021-2022 Akretion France (http://www.akretion.com/)
@author: Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->