Skip to content

Commit

Permalink
[MIG] shopfloor_dangerous_goods_mobile: Migration to 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmequignon committed Feb 20, 2023
1 parent 9ea58fd commit 117e00b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion shopfloor_dangerous_goods/tests/test_actions_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion shopfloor_dangerous_goods_mobile/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 117e00b

Please sign in to comment.