Skip to content

Commit

Permalink
[IMP] add analytic_distribution_search in account.move.line
Browse files Browse the repository at this point in the history
  • Loading branch information
maq-adhoc authored and jjscarafia committed Sep 29, 2023
1 parent 4c77cff commit 72d951c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion account_ux/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Account UX',
'version': "16.0.1.3.0",
'version': "16.0.1.4.0",
'category': 'Accounting',
'sequence': 14,
'summary': '',
Expand Down
2 changes: 1 addition & 1 deletion account_ux/views/account_move_line_views.xml
Expand Up @@ -6,7 +6,7 @@
<field name="inherit_id" ref="account.view_account_move_line_filter"/>
<field name="arch" type="xml">
<field name="account_id" position="after">
<field name="analytic_distribution" groups="analytic.group_analytic_accounting"/>
<field name="analytic_distribution" filter_domain="[('analytic_distribution_search', 'ilike', self)]" groups="analytic.group_analytic_accounting"/>
<field name="user_id"/>
</field>
<group>
Expand Down

0 comments on commit 72d951c

Please sign in to comment.