Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

16.0 mig grap mrp dev #379

Draft
wants to merge 7 commits into
base: 16.0
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions grap_mrp_dev/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,19 @@
"license": "AGPL-3",
"depends": [
"mrp",
"mrp_bom_note",
# GRAP
"mrp_bom_product_variant",
"mrp_bom_tag",
"mrp_food",
"mrp_bom_sale_product_margin",
"mrp_business",
"product_main_seller",
"grap_change_views_mrp",
"grap_change_views_product",
# OCA Modules
# OCA
"mrp_bom_widget_section_and_note_one2many",
"mrp_bom_line_net_qty",
"mrp_bom_simple_report",
"mrp_bom_product_price_margin",
"mrp_bom_tag",
"mrp_bom_select_product_variant",
"mrp_bom_order_by_product_name",
"mrp_bom_produce_delay",
"mrp_product_produce_delay_in_hour",
"mrp_bom_produce_delay_in_hour",
"mrp_bom_image",
"mrp_product_characterisation",
Comment on lines +17 to +27
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

les modules OCA quand y'en a un ça va, c'est quand y'en a plusieurs que ça pose un problème.

],
"installable": True,
}
Loading