Merge pull request #135 from akretion/14.0-mig-sale_no_optional_product-sale_no_preview_button
[14.0][MIG] sale_no_optional_product, sale_no_preview_button: migration to 14.0
This commit is contained in:
@@ -5,19 +5,20 @@
|
|||||||
{
|
{
|
||||||
"name": "Sale no optional product",
|
"name": "Sale no optional product",
|
||||||
"summary": "Hide optional product",
|
"summary": "Hide optional product",
|
||||||
"version": "12.0.1.0.0",
|
"version": "14.0.1.0.0",
|
||||||
"category": "Usability",
|
"category": "Usability",
|
||||||
"website": "www.akretion.com",
|
"website": "www.akretion.com",
|
||||||
"author": " Akretion",
|
"author": " Akretion",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"application": False,
|
"application": False,
|
||||||
"installable": False,
|
"installable": True,
|
||||||
"external_dependencies": {
|
"external_dependencies": {
|
||||||
"python": [],
|
"python": [],
|
||||||
"bin": [],
|
"bin": [],
|
||||||
},
|
},
|
||||||
"depends": [
|
"depends": [
|
||||||
"sale_management",
|
"sale_management",
|
||||||
|
"sale_product_configurator"
|
||||||
],
|
],
|
||||||
"data": [
|
"data": [
|
||||||
"views/product_template_view.xml",
|
"views/product_template_view.xml",
|
||||||
|
|||||||
@@ -5,13 +5,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Sale no preview button",
|
"name": "Sale no preview button",
|
||||||
"summary": "Hide 'preview' from sale",
|
"summary": "Hide 'preview' from sale",
|
||||||
"version": "12.0.1.0.0",
|
"version": "14.0.1.0.0",
|
||||||
"category": "Usabability",
|
"category": "Usabability",
|
||||||
"website": "www.akretion.com",
|
"website": "www.akretion.com",
|
||||||
"author": " Akretion",
|
"author": " Akretion",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"application": False,
|
"application": False,
|
||||||
"installable": False,
|
"installable": True,
|
||||||
"external_dependencies": {
|
"external_dependencies": {
|
||||||
"python": [],
|
"python": [],
|
||||||
"bin": [],
|
"bin": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user