Skip to content

Commit

Permalink
[DEL] account_ux: Moved action_reoncile to account_accountant_ux
Browse files Browse the repository at this point in the history
closes #586

Related: ingadhoc/odoo-argentina-ee#481
Signed-off-by: Camila Vives <[email protected]>
  • Loading branch information
feg-adhoc committed Nov 19, 2024
1 parent 8f3a5e6 commit aed8cfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion account_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Account UX',
'version': "18.0.1.0.0",
'version': "18.0.1.1.0",
'category': 'Accounting',
'sequence': 14,
'summary': '',
Expand Down
3 changes: 0 additions & 3 deletions account_ux/views/account_move_line_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@
<field name="model">account.move.line</field>
<field name="inherit_id" ref="account.view_move_line_payment_tree"/>
<field name="arch" type="xml">
<header>
<button name="action_reconcile" type="object" string="Reconcile" groups="account.group_account_user"/>
</header>
<field name="amount_residual" position="before">
<field name="balance" sum="Total Balance" optional="hide" readonly="1"/>
</field>
Expand Down

0 comments on commit aed8cfc

Please sign in to comment.