Remove required=1 because we can have intrastat unit that will never be mapped to an odoo unit (will always be set manually)

This commit is contained in:
Alexis de Lattre
2016-06-14 00:26:21 +02:00
parent 88625b18d5
commit f2a0dfc7bc

View File

@@ -19,7 +19,7 @@
<form string="Intrastat Supplementary Unit">
<group>
<field name="name"/>
<field name="uom_id" required="1"/>
<field name="uom_id"/>
<field name="description"/>
<field name="active"/>
</group>