mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[MIG] mrp_production_grouped_by_product: Migration to 15.0
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
15.0.1.0.0 (2022-09-12)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* [MIG] Migration to v15.
|
||||
|
||||
14.0.1.0.0 (2021-11-16)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../mrp_production_grouped_by_product
|
||||
6
setup/mrp_production_grouped_by_product/setup.py
Normal file
6
setup/mrp_production_grouped_by_product/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user