mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user