Skip to content

Commit

Permalink
fixup! [MIG] account_move_update_analytic to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed May 24, 2023
1 parent 308f1f0 commit c3f9d6d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
</group>
<group>
<field name="company_id" invisible="1" />
<field name="product_id" />
<field name="account_id" />
<field name="move_type" />
<field name="product_id" invisible="1" />
<field name="account_id" invisible="1" />
<field name="move_type" invisible="1" />
<field
name="analytic_distribution"
widget="analytic_distribution"
Expand Down

0 comments on commit c3f9d6d

Please sign in to comment.