Improve list view of res.partner.bank

Improve name_get of res.bank
Add filter on product categ on pos_sale_report
This commit is contained in:
Alexis de Lattre
2019-02-27 17:30:36 +01:00
parent e33bee1f05
commit aec54baec5
4 changed files with 28 additions and 0 deletions

View File

@@ -16,6 +16,12 @@
<attribute name="invisible">0</attribute>
<attribute name="widget">handle</attribute>
</field>
<field name="bank_name" position="attributes">
<attribute name="invisible">1</attribute>
</field>
<field name="bank_name" position="after">
<field name="bank_id"/>
</field>
</field>
</record>