Skip to content

Commit

Permalink
[MIG] stock_quant_package_product_packaging: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rousseldenis committed Oct 5, 2022
1 parent d67d2ae commit 825d8d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions stock_quant_package_product_packaging/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
{
"name": "Stock Quant Package Product Packaging",
"summary": "Use product packagings on packages",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"development_status": "Beta",
"category": "Warehouse Management",
"website": "https://github.com/OCA/stock-logistics-workflow",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["stock"],
"data": ["views/stock_quant_package.xml"],
"demo": [],
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* Akim Juillerat <akim.juillerat@camptocamp.com>
* Fernando La Chica - GreenIce <fernandolachica@gmail.com>
* Denis Roussel <denis.roussel@acsone.eu>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 2020 Camptocamp SA
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
from odoo.tests import SavepointCase
from odoo.tests import TransactionCase


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

0 comments on commit 825d8d1

Please sign in to comment.