[15.0][MIG] stock_helper

This commit is contained in:
Christopher Ormaza
2021-12-10 11:23:00 -05:00
parent 09d6270cbf
commit ef561dc58b
4 changed files with 6 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ Stock Helpers
: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|
Add methods to be used by other modules. This is not a functional module.
@@ -54,6 +54,7 @@ Contributors
~~~~~~~~~~~~
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Christopher Ormaza <chris.ormaza@forgeflow.com>
Maintainers
~~~~~~~~~~~

View File

@@ -4,7 +4,7 @@
{
"name": "Stock Helpers",
"summary": "Add methods shared between various stock modules",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Hidden",

View File

@@ -1 +1,2 @@
* Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Christopher Ormaza <chris.ormaza@forgeflow.com>

View File

@@ -1,10 +1,10 @@
# Copyright 2020-2021 Camptocamp SA
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
from odoo.tests import SavepointCase
from odoo.tests import TransactionCase
class StockHelperCommonCase(SavepointCase):
class StockHelperCommonCase(TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()