mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Avoid empty group in payment mode
Code cleanup in views
This commit is contained in:
committed by
Enric Tobella
parent
2769cfc540
commit
d008ebcb5f
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user