# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). { "name": "Event sale balance", "version": "1.0.0", "summary": """ "Event ticket" product variants can be marked as "Event deposit", linked to a "Balance" variant, and added to sales order on presence confirmation. """, "description": """ TO WRITE """, "author": "RemiFr82", "contributors": "", "website": "https://remifr82.me", "license": "LGPL-3", "category": "Events", # "price": 0, # "currency": "EUR", "application": False, "installable": True, "auto_install": False, "pre_init_hook": "", "post_init_hook": "", "uninstall_hook": "", "excludes": [], "external_dependencies": [], "depends": [ "website_event_sale", ], "data": [ "views/product_product.xml", ], "css": [], "images": [], "js": [], "test": [], "demo": [], "maintainer": "RemiFr82", }