18 lines
677 B
Python
Executable File
18 lines
677 B
Python
Executable File
# Copyright 2016 Sergio Teruel <sergio.teruel@tecnativa.com>
|
|
# Copyright 2018 Fabien Bourgeois <fabien@yaltik.com>
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
{
|
|
"name": "Product Variant Sale Price",
|
|
"summary": "Allows to write fixed prices in product variants",
|
|
"version": "19.0.1.0.0",
|
|
"category": "Product Management",
|
|
"website": "https://github.com/OCA/product-variant",
|
|
"author": "Tecnativa, " "Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["account", "sale"],
|
|
"data": ["views/product_views.xml"],
|
|
"post_init_hook": "set_sale_price_on_variant",
|
|
}
|