# -*- coding: utf-8 -*- { 'name': "kalachakra", 'summary': """ Short (1 phrase/line) summary of the module's purpose, used as subtitle on modules listing or apps.openerp.com""", 'description': """ Long description of module's purpose """, 'author': "My Company", 'website': "http://www.yourcompany.com", # Categories can be used to filter modules in modules listing # Check https://github.com/odoo/odoo/blob/14.0/odoo/addons/base/data/ir_module_category_data.xml # for the full list 'category': 'Uncategorized', 'version': '0.1', # any module necessary for this one to work correctly 'depends': ['base','mail','donation','event','website','auth_signup','opendons'], # always loaded 'data': [ 'security/ir.model.access.csv', 'views/views.xml', 'views/templates.xml', 'views/calendar.xml', 'views/contactus.xml', 'views/partner.xml', # 'views/partnerimport.xml', 'report/report_donationtax.xml', 'report/report.xml', 'views/website_participation.xml', 'views/product.xml', #'report/report_donationtax.xml', #'report/report.xml' 'report/report_invoice_document.xml', 'views/event.xml', 'views/event_templates_list.xml', 'views/event_templates_page.xml', 'views/membership.xml', 'views/website_event_registration.xml', 'views/event_templates_page_registration.xml', 'views/event_registration.xml', 'views/booking_product.xml', 'views/booking_event.xml', 'views/individual_booking_event.xml', 'views/booking_event_registration.xml', 'views/booking_website_registration.xml', 'views/individual_booking_website_registration.xml', 'views/booking_registration.xml', 'views/booking_location.xml', 'views/booking_parameter.xml', 'views/booking_room.xml', 'views/booking_questionnaire.xml', 'views/mailing_list.xml', 'views/ir.attachment.xml', 'views/account_portal_templates.xml', 'views/website_snippets.xml', 'views/portal.xml', 'views/portal_templates.xml', 'views/webclient_templates.xml', 'views/auth_signup_login_templates.xml', 'views/website_templates.xml', 'views/media.xml', 'views/asset.xml', 'views/payment_transaction.xml', 'views/donation.xml', 'views/mediatheque.xml', 'views/account.xml', 'views/accounting_file.xml', 'views/accounting_file_cdr.xml', 'wizard/accounting_file_wizard.xml', 'wizard/accounting_file_wizard_cdr.xml' #'views/payment_views.xml' ], # only loaded in demonstration mode 'demo': [ 'demo/demo.xml', ], }