[MIG] mrp_bom_add: to 16

This commit is contained in:
Leo Pinedo
2022-10-20 18:07:56 +00:00
parent 903be403b5
commit 336174a040
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
'name': 'BoM Mass Add',
'author': 'Hibou Corp. <hello@hibou.io>',
'category': 'Hidden',
'version': '15.0.1.0.0',
'version': '16.0.1.0.0',
'description':
"""
Bill of Materials Mass Component Adder

View File

@@ -1,6 +1,8 @@
from odoo.tests.common import TransactionCase
from odoo.tests import tagged
@tagged('post_install', '-at_install')
class TestMRPBOMAdd(TransactionCase):
def setUp(self):