26 lines
841 B
Python
26 lines
841 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",
|
|
],
|
|
"assets": {
|
|
"web.assets_frontend": [
|
|
"mcs_appointment_booking/static/src/js/appointment_booking.js",
|
|
"mcs_appointment_booking/static/src/scss/appointment_booking.scss",
|
|
],
|
|
},
|
|
"installable": True,
|
|
"application": True,
|
|
}
|