123456789101112131415161718192021222324252627282930313233 |
- # -*- coding: utf-8 -*-
- {
- "name": "Website Sale Multi Add",
- "summary": """Allows to disable product sales via eCommerce for any reason""",
- "category": "eCommerce",
- "images": [],
- "version": "1.0.0",
- "author": "IT-Projects LLC, Ivan Yelizariev",
- "website": "https://it-projects.info",
- "license": "GPL-3",
- # "price": 9.00,
- # "currency": "EUR",
- "depends": [
- "website_sale",
- ],
- "external_dependencies": {"python": [], "bin": []},
- "data": [
- # "views.xml",
- "templates.xml",
- ],
- "qweb": [
- ],
- "demo": [
- ],
- "post_load": None,
- "pre_init_hook": None,
- "post_init_hook": None,
- "installable": True,
- "auto_install": False,
- }
|