Skip to content

Commit

Permalink
[MIG] purchase_analytic_tag: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreuOForgeFlow committed Nov 21, 2024
1 parent f3afb24 commit b3591d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion purchase_analytic_tag/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Purchase Analytic Tag",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "Purchase Management",
"website": "https://github.com/OCA/account-analytic",
"author": "Tecnativa, Odoo Community Association (OCA)",
Expand Down
1 change: 0 additions & 1 deletion purchase_analytic_tag/tests/test_purchase_analytic_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def setUpClass(cls):
cls.plan = cls.env["account.analytic.plan"].create(
{
"name": "Projects Plan",
"company_id": False,
}
)
cls.analytic_account_1 = cls.env["account.analytic.account"].create(
Expand Down

0 comments on commit b3591d7

Please sign in to comment.