|
|
@ -1,38 +0,0 @@ |
|
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). |
|
|
|
{ |
|
|
|
"name": "Website appointment multi", |
|
|
|
"version": "1.0.0", |
|
|
|
"summary": """ |
|
|
|
You can choose on which website you publish your appointments types. |
|
|
|
""", |
|
|
|
"description": """ |
|
|
|
TO WRITE |
|
|
|
""", |
|
|
|
"author": "RemiFr82", |
|
|
|
"contributors": "", |
|
|
|
"website": "https://remifr82.me", |
|
|
|
"license": "LGPL-3", |
|
|
|
"category": "Marketing/Online Appointment", |
|
|
|
# "price": 0, |
|
|
|
# "currency": "EUR", |
|
|
|
"application": False, |
|
|
|
"installable": True, |
|
|
|
"auto_install": False, |
|
|
|
"pre_init_hook": "", |
|
|
|
"post_init_hook": "", |
|
|
|
"uninstall_hook": "", |
|
|
|
"excludes": [], |
|
|
|
"external_dependencies": [], |
|
|
|
"depends": [ |
|
|
|
"website_appointment", |
|
|
|
], |
|
|
|
"data": [ |
|
|
|
"views/appointment_type.xml", |
|
|
|
], |
|
|
|
"css": [], |
|
|
|
"images": [], |
|
|
|
"js": [], |
|
|
|
"test": [], |
|
|
|
"demo": [], |
|
|
|
"maintainer": "RemiFr82", |
|
|
|
} |