[14.0][MIG] sale_no_optional_product, sale_no_preview_button: migration to 14.0

This commit is contained in:
Kevin Khao
2021-01-16 00:58:27 +01:00
parent 20af679569
commit 1d8a72828c
2 changed files with 5 additions and 4 deletions

View File

@@ -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",

View File

@@ -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": [],