[MIG] mrp_production_grouped_by_product: Migration to 15.0

This commit is contained in:
punt-sistemes-salva
2022-09-12 09:54:30 +02:00
parent 448fd07a74
commit 9e1c7489e4
6 changed files with 18 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
{
"name": "Production Grouped By Product",
"version": "14.0.1.0.2",
"version": "15.0.1.0.0",
"category": "MRP",
"author": "Tecnativa, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture",

View File

@@ -10,3 +10,7 @@
* `ForgeFlow <https://www.forgeflow.com/>`__:
* Lois Rilo <lois.rilo@forgeflow.com>
* `Punt Sistemes <https://www.puntsistemes.com/>`__:
* Salva Benlloch <sbenlloch@puntsistemes.es>

View File

@@ -1,3 +1,8 @@
15.0.1.0.0 (2022-09-12)
~~~~~~~~~~~~~~~~~~~~~~~
* [MIG] Migration to v15.
14.0.1.0.0 (2021-11-16)
~~~~~~~~~~~~~~~~~~~~~~~

View File

@@ -8,7 +8,7 @@ from odoo import exceptions
from odoo.tests import common
class TestProductionGroupedByProduct(common.SavepointCase):
class TestProductionGroupedByProduct(common.TransactionCase):
at_install = False
post_install = True

View File

@@ -0,0 +1 @@
../../../../mrp_production_grouped_by_product

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)