[ADD]Account Usability Elabore
This commit is contained in:
@@ -7,11 +7,9 @@
|
||||
<field name="inherit_id" ref="account_reconcile_oca.account_move_line_search_reconcile_view"/>
|
||||
<field name="arch" type="xml">
|
||||
<data>
|
||||
<field name="date" position="after">
|
||||
<field name="amount_residual" filter_domain="[('amount_residual', 'ilike', self)]"/>
|
||||
</field>
|
||||
<field name="name" position="attributes">
|
||||
<attribute name="filter_domain">['|', '|', '|', '|', ('name', 'ilike', self), ('amount_residual', 'ilike', self), ('ref', 'ilike', self), ('account_id', 'ilike', self), ('partner_id', 'ilike', self)]</attribute>
|
||||
<attribute name="filter_domain">['|', '|', '|', ('name', 'ilike', self), ('amount_residual', 'ilike', self), ('ref', 'ilike', self), ('partner_id', 'ilike', self)]</attribute>
|
||||
<attribute name="string">Montant/Libellé/Partenaire</attribute>
|
||||
</field>
|
||||
</data>
|
||||
</field>
|
Reference in New Issue
Block a user