account_usability: aml search on move_id first, then on name/ref
This commit is contained in:
committed by
Alexis de Lattre
parent
c2c4957686
commit
9b186028c3
@@ -117,6 +117,9 @@
|
||||
<field name="name" position="attributes">
|
||||
<attribute name="string">Label, Reference, Account or Partner</attribute>
|
||||
</field>
|
||||
<field name="name" position="before">
|
||||
<field name="move_id" position="move"/>
|
||||
</field>
|
||||
<field name="partner_id" position="attributes">
|
||||
<attribute name="domain">['|', ('parent_id', '=', False), ('is_company', '=', True)]</attribute>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user