[15.0][MIG] stock_packaging_calculator

This commit is contained in:
Christopher Ormaza
2021-12-13 13:25:18 -05:00
committed by Thierry Ducrest
parent acb6344463
commit e067ec70e8
4 changed files with 6 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ Stock packaging calculator
:target: https://runbot.odoo-community.org/runbot/153/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
|badge1| |badge2| |badge3| |badge4| |badge5|
Basic module providing an helper method to calculate the quantity of product by packaging.
@@ -107,6 +107,7 @@ Contributors
~~~~~~~~~~~~
* Simone Orsi <simahawk@gmail.com>
* Christopher Ormaza <chris.ormaza@forgeflow.com>
Maintainers
~~~~~~~~~~~

View File

@@ -3,7 +3,7 @@
{
"name": "Stock packaging calculator",
"summary": "Compute product quantity to pick by packaging",
"version": "14.0.1.1.0",
"version": "15.0.1.0.0",
"development_status": "Alpha",
"category": "Warehouse Management",
"website": "https://github.com/OCA/stock-logistics-warehouse",

View File

@@ -1 +1,2 @@
* Simone Orsi <simahawk@gmail.com>
* Christopher Ormaza <chris.ormaza@forgeflow.com>

View File

@@ -1,9 +1,9 @@
# Copyright 2020 Camptocamp SA
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl)
from odoo.tests import SavepointCase
from odoo.tests import TransactionCase
class TestCommon(SavepointCase):
class TestCommon(TransactionCase):
at_install = False
post_install = True