Skip to content

Commit

Permalink
[MIG] purchase_request_department: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lef-adhoc committed Nov 26, 2024
1 parent 1c821f3 commit ca09640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion purchase_request_department/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Purchase Request Department",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"website": "https://github.com/OCA/purchase-workflow",
"category": "Purchase Management",
"post_init_hook": "post_init_hook",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class TestPurchaseRequest(TransactionCase):
def setUp(self):
super(TestPurchaseRequest, self).setUp()
super().setUp()
self.pr_model = self.env["purchase.request"]
self.prl_model = self.env["purchase.request.line"]
self.usr_model = self.env["res.users"]
Expand Down

0 comments on commit ca09640

Please sign in to comment.