Skip to content

Commit

Permalink
[MIG] account_analytic_distribution_manual: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BernatObrador committed Jan 8, 2025
1 parent ade5321 commit 60f773d
Show file tree
Hide file tree
Showing 17 changed files with 353 additions and 308 deletions.
4 changes: 4 additions & 0 deletions account_analytic_distribution_manual/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ Contributors

- Carlos Lopez

- APSL - Nagarro <https://apsl.tech>

- Bernat Obrador

Maintainers
-----------

Expand Down
1 change: 0 additions & 1 deletion account_analytic_distribution_manual/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import models
from . import reports
from .hooks import post_init_hook
3 changes: 1 addition & 2 deletions account_analytic_distribution_manual/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Account analytic distribution manual",
"summary": "Account analytic distribution manual",
"version": "16.0.2.4.0",
"version": "17.0.1.0.0",
"license": "AGPL-3",
"website": "https://github.com/OCA/account-analytic",
"author": "Tecnativa, Odoo Community Association (OCA)",
Expand All @@ -24,5 +24,4 @@
],
},
"installable": True,
"post_init_hook": "post_init_hook",
}
196 changes: 0 additions & 196 deletions account_analytic_distribution_manual/hooks.py

This file was deleted.

Loading

0 comments on commit 60f773d

Please sign in to comment.