Skip to content

Commit bc238ba

Browse files
committed
[TEST] sale_order_lot_selection: add "mrp" in dependencies
1 parent 9ead236 commit bc238ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sale_order_lot_selection/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Odoo Community Association (OCA), Agile Business Group",
66
"website": "https://github.com/OCA/sale-workflow",
77
"license": "AGPL-3",
8-
"depends": ["sale_stock", "stock_restrict_lot"],
8+
"depends": ["sale_stock", "stock_restrict_lot", "mrp"],
99
"data": ["views/sale_order_views.xml"],
1010
"demo": ["demo/sale_demo.xml"],
1111
"maintainers": ["bodedra"],

0 commit comments

Comments
 (0)