Skip to content

Commit

Permalink
[16.0][MIG] account_move_reconcile_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ferran-S73 committed Oct 1, 2024
1 parent f1a8794 commit 0f09ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account_move_reconcile_helper/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
{
"name": "Account Move Reconcile Helper",
"summary": "Provides tools to facilitate reconciliation",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-reconcile",
"depends": ["account_balance_line"],
"depends": ["account"],
"data": ["views/account_move_line.xml"],
"installable": True,
}

0 comments on commit 0f09ce4

Please sign in to comment.