You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
569 B

# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Product Variant Price Choice",
"summary": "Allows to choose how to manage product variants price : attributes extra price or manually",
"version": "14.0.1.0.0",
"category": "Product Management",
"website": "https://remifr82.me",
"author": "RemiFr82, Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"depends": ["product"],
"data": ["views/product_views.xml"],
"post_init_hook": "set_sale_price_on_variant",
}