20 lines
618 B
Python
20 lines
618 B
Python
{
|
|
"name": "Metatroncube Appointment Booking",
|
|
"version": "17.0.1.0.0",
|
|
"category": "Appointments",
|
|
"summary": "Community appointment booking with website forms and calendar events",
|
|
"author": "Metatroncube Software Solutions",
|
|
"license": "AGPL-3",
|
|
"depends": ["calendar", "website"],
|
|
"data": [
|
|
"security/security.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/appointment_booking_views.xml",
|
|
"views/appointment_type_views.xml",
|
|
"views/appointment_templates.xml",
|
|
"views/menu.xml",
|
|
],
|
|
"installable": True,
|
|
"application": True,
|
|
}
|