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:
beau sebastien
2021-01-21 16:18:45 +01:00
committed by GitHub
2 changed files with 5 additions and 4 deletions

View File

@@ -5,19 +5,20 @@
{
"name": "Sale no optional product",
"summary": "Hide optional product",
"version": "12.0.1.0.0",
"version": "14.0.1.0.0",
"category": "Usability",
"website": "www.akretion.com",
"author": " Akretion",
"license": "AGPL-3",
"application": False,
"installable": False,
"installable": True,
"external_dependencies": {
"python": [],
"bin": [],
},
"depends": [
"sale_management",
"sale_product_configurator"
],
"data": [
"views/product_template_view.xml",

View File

@@ -5,13 +5,13 @@
{
"name": "Sale no preview button",
"summary": "Hide 'preview' from sale",
"version": "12.0.1.0.0",
"version": "14.0.1.0.0",
"category": "Usabability",
"website": "www.akretion.com",
"author": " Akretion",
"license": "AGPL-3",
"application": False,
"installable": False,
"installable": True,
"external_dependencies": {
"python": [],
"bin": [],