diff --git a/shopfloor_dangerous_goods/tests/test_actions_data.py b/shopfloor_dangerous_goods/tests/test_actions_data.py index 583f32737e..1f21d19f00 100644 --- a/shopfloor_dangerous_goods/tests/test_actions_data.py +++ b/shopfloor_dangerous_goods/tests/test_actions_data.py @@ -7,7 +7,9 @@ class ActionsDataBase(ActionsDataCaseBase): @classmethod def _set_product_lq(cls): - limited_amount_lq = cls.env.ref("l10n_eu_product_adr.limited_amount_1") + limited_amount_lq = cls.env.ref( + "l10n_eu_product_adr_dangerous_goods.limited_amount_1" + ) cls.product_a.is_dangerous = True cls.product_a.limited_amount_id = limited_amount_lq diff --git a/shopfloor_dangerous_goods_mobile/__manifest__.py b/shopfloor_dangerous_goods_mobile/__manifest__.py index af50088ef9..bfc0d24b14 100644 --- a/shopfloor_dangerous_goods_mobile/__manifest__.py +++ b/shopfloor_dangerous_goods_mobile/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Shopfloor Dangerous Goods Mobile", "summary": "Glue module between Shopfloor Mobile and Shopfloor Dangerous Goods", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "development_status": "Alpha", "category": "Inventory", "website": "https://github.com/OCA/wms",