mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[15.0][MIG] stock_packaging_calculator
This commit is contained in:
committed by
Thierry Ducrest
parent
acb6344463
commit
e067ec70e8
@@ -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
|
||||
~~~~~~~~~~~
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
* Simone Orsi <simahawk@gmail.com>
|
||||
* Christopher Ormaza <chris.ormaza@forgeflow.com>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user