From 8f5c09d46c5af9e26f5add6a46977ffcda7de749 Mon Sep 17 00:00:00 2001 From: Quentin Dupont Date: Fri, 10 Jan 2025 09:16:20 +0100 Subject: [PATCH] fix --- fermente_mrp_bom_form_view/__manifest__.py | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fermente_mrp_bom_form_view/__manifest__.py b/fermente_mrp_bom_form_view/__manifest__.py index 585a2a30..68e738e8 100644 --- a/fermente_mrp_bom_form_view/__manifest__.py +++ b/fermente_mrp_bom_form_view/__manifest__.py @@ -14,7 +14,7 @@ # OCA "web_widget_numeric_step", "mrp_bom_widget_section_and_note_one2many", - "mrp_product_produce_delay_in_hour", + "mrp_bom_produce_delay_in_hour", # GRAP "mrp_bom_tag", "mrp_bom_line_net_qty", diff --git a/test-requirements.txt b/test-requirements.txt index d937809b..b8072155 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,4 +4,4 @@ git+https://github.com/OCA/manufacture@refs/pull/1214/head#subdirectory=setup/mr # Placeholder for future PRs git+https://github.com/OCA/manufacture@refs/pull/1430/head#subdirectory=setup/mrp_bom_simple_packaging_description -git+https://github.com/OCA/manufacture@refs/pull/1242/head#subdirectory=setup/mrp_product_produce_delay_in_hour +git+https://github.com/OCA/manufacture@refs/pull/1244/head#subdirectory=setup/mrp_bom_produce_delay_in_hour