__manifest__.py
1.14 KB
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
38
39
40
41
42
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'FARMING MANAGEMENT',
'version': '0.1',
'summary': 'Farming Management',
'sequence': 12,
'description': """
FARMING MANAGEMENT
""",
'category': 'IDG MANAGEMENT',
'website': 'https://opensipkd.com',
'images': [],
'depends': ['base_geoengine', 'id_gov', 'contacts', 'project', 'fleet', ],
'data': [
'security/account_security.xml',
'security/ir.model.access.csv',
'security/ir_rule.xml',
# 'data/sequence.xml',
# 'data/category.xml',
# 'data/type.xml',
# 'views/idg_trayek_vehicle.xml',
# 'views/idg_vehicle.xml',
'views/operation.xml',
'views/product.xml',
'views/bom.xml',
'views/price_hist.xml',
'views/menus.xml',
'views/geom_test.xml',
'views/location.xml',
],
'demo': [
# 'security/ir_rule.xml',
# 'data/res_user.xml',
],
'qweb': [],
'installable': True,
'application': True,
'auto_install': False,
'license': 'LGPL-3',
'module': 'tandur'
}