Skip to content

Commit

Permalink
Merge PR #39 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by dreispt
  • Loading branch information
OCA-git-bot committed Jun 22, 2021
2 parents 41202d8 + 07305b2 commit b578608
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions product_configurator/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"post_init_hook": "post_init_hook",
"qweb": ["static/xml/create_button.xml"],
"development_status": "Beta",
"maintainers": ["pcatinean"],
"installable": True,
"application": True,
"auto_install": False,
Expand Down
1 change: 1 addition & 0 deletions product_configurator_mrp/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
"installable": True,
"auto_install": False,
"development_status": "Beta",
"maintainers": ["pcatinean"],
}
2 changes: 2 additions & 0 deletions product_configurator_purchase/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@
"test": [],
"installable": True,
"auto_install": False,
"development_status": "Beta",
"maintainers": ["pcatinean"],
}
1 change: 1 addition & 0 deletions product_configurator_sale/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
"installable": True,
"auto_install": False,
"development_status": "Beta",
"maintainers": ["pcatinean"],
}
1 change: 1 addition & 0 deletions product_configurator_sale_mrp/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
"installable": True,
"auto_install": True,
"development_status": "Beta",
"maintainers": ["pcatinean"],
}
2 changes: 2 additions & 0 deletions website_product_configurator/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@
"images": ["static/description/cover.png"],
"application": True,
"installable": True,
"development_status": "Beta",
"maintainers": ["pcatinean"],
}

0 comments on commit b578608

Please sign in to comment.