Skip to content

Commit

Permalink
[MIG] repair_stock: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidJForgeFlow committed Aug 29, 2024
1 parent 6d43501 commit 3a32b8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion repair_stock/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Repair Stock",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"category": "Repair",
"website": "https://github.com/OCA/repair",
Expand All @@ -12,4 +12,5 @@
"views/repair_order_view.xml",
],
"license": "AGPL-3",
"development_status": "Alpha",
}
2 changes: 1 addition & 1 deletion repair_stock/tests/test_stock_repair_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from odoo.tests import common


class TestStockRepairOrder(common.SavepointCase):
class TestStockRepairOrder(common.TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
Expand Down

0 comments on commit 3a32b8c

Please sign in to comment.