Skip to content

Commit

Permalink
[MIG] purchase_analytic: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmen Rondon Regalado committed Jan 15, 2025
1 parent 29eb6f0 commit 732aa3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion purchase_analytic/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Purchase Analytic",
"version": "16.0.2.1.0",
"version": "18.0.1.0.0",
"author": "Acsone SA/NV, Odoo Community Association (OCA)",
"category": "Purchase Management",
"website": "https://github.com/OCA/account-analytic",
Expand Down
2 changes: 1 addition & 1 deletion purchase_analytic/tests/test_purchase_analytic.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def setUp(self):
self.product_id = self.env.ref("product.product_product_9")
self.uom_id = self.env.ref("uom.product_uom_unit")
analytic_plan = self.env["account.analytic.plan"].create(
{"name": "Plan Test", "company_id": False}
{"name": "Plan Test"}
)
analytic_account_manual = self.env["account.analytic.account"].create(
{"name": "manual", "plan_id": analytic_plan.id}
Expand Down

0 comments on commit 732aa3f

Please sign in to comment.