[MIG] base_global_discount: Migration to 15.0

This commit is contained in:
Kiril Vangelovski
2022-02-17 11:56:47 +01:00
parent cb8ce17305
commit ac8bb101a5
4 changed files with 3 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<record id="global_discount_view_tree" model="ir.ui.view">
<field name="model">global.discount</field>
<field name="arch" type="xml">
<tree string="Global Discounts" editable="bottom">
<tree editable="bottom">
<field name="sequence" widget="handle" />
<field name="name" />
<field name="discount" />