32 lines
696 B
Python
32 lines
696 B
Python
# Copyright 2020 Akretion (https://www.akretion.com).
|
|
# @author Sébastien BEAU <sebastien.beau@akretion.com>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Sale no configurator button",
|
|
"summary": "Hide 'configure a product' from sale line",
|
|
"version": "12.0.1.0.0",
|
|
"category": "Usabability",
|
|
"website": "www.akretion.com",
|
|
"author": " Akretion",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": False,
|
|
"external_dependencies": {
|
|
"python": [],
|
|
"bin": [],
|
|
},
|
|
"depends": [
|
|
"sale",
|
|
],
|
|
"data": [
|
|
"views/sale_view.xml",
|
|
],
|
|
"demo": [
|
|
],
|
|
"qweb": [
|
|
]
|
|
}
|
|
|
|
|