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 Dec 3, 2021
1 parent 7eaeb34 commit 00c8811
Show file tree
Hide file tree
Showing 3 changed files with 6 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
2 changes: 2 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
freezegun
odoo_test_helper

odoo14-addon-stock_dangerous_goods @ git+https://github.com/OCA/stock-logistics-workflow@refs/pull/937/head#subdirectory=setup/stock_dangerous_goods

0 comments on commit 00c8811

Please sign in to comment.