Avoid empty group in payment mode

Code cleanup in views
This commit is contained in:
Alexis de Lattre
2016-05-10 23:28:38 +02:00
committed by Enric Tobella
parent 2769cfc540
commit d008ebcb5f

View File

@@ -21,7 +21,7 @@
attrs="{'invisible': [('bank_account_link', '!=', 'variable')], 'required': [('bank_account_link', '=', 'variable')]}"
widget="many2many_tags"/>
</group>
<group string="Note" col="4">
<group string="Note" name="note">
<field name="note" nolabel="1"/>
</group>
</form>