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

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