forked from joaobenny/website_cultivar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path__manifest__.py
37 lines (36 loc) · 1.13 KB
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# -*- coding: utf-8 -*-
{
'name':'Website Cultivar',
'category': 'Theme',
'website': 'https://www.cultivar.pt',
'summary': 'cultivar',
'version':'1.0',
'description': """
Website Cultivar
==========================
""",
'author':'Communities - Comunicações, Lda',
'data': [
#'security/ir.model.access.csv',
'views/assets.xml',
'views/cultivar_template.xml',
'views/homepage_template.xml',
#'views/contact_template.xml',
#'views/404_template.xml',
#'views/login_template.xml',
'views/event_template.xml',
'views/event_detail_template.xml',
'views/event_views.xml',
'views/products_views.xml',
#'views/inquiry_event.xml',
'views/recurrence_views.xml',
'views/partner_type_views.xml',
'views/location_views.xml',
#'views/event_location_views.xml',
],
'depends': ['crm', 'contacts', 'website', 'website_crm', 'event', 'website_event', 'website_blog'],
'installable': True,
'auto_install': False,
'application': True,
'live_test_url': 'http://www.cultivar.pt',
}