~ierpncd/ncdierp/trunk

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
43
44
45
46
47
# -*- coding: utf-8 -*-
##############################################################################
#    
#    Copyright (C) 2014 iERP Consulting (<http://www.ierp.mn>)
#
#    You should have received a copy of the GNU Affero General Public License
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################

{
    "name" : "IERP - Draw",
    "version" : "1.0",
    "description": """
        Барилгын зургийн модуль
    """,
    "depends" : [
        "ierp_sale",
        "ierp_project",
        "tbab_emp_on_user",
    ],
    "author" : "Tbab",
    "demo_xml" : [],
    "data": [
        'request_design_sequence.xml',
        'draw_data.xml',
    ],
    # "qweb": ['static/src/css/draw.css'],
    "update_xml" : [
                    'draw_view.xml',
                    'views/draw.xml',
                    'tbab_request_for_design_view.xml',
                    'menu_view.xml',
                    'tbab_more_info_project_view.xml',
                    'tbab_area_measurement_view.xml',
                    'tbab_author_view.xml',
                    'tbab_calendar_event_view.xml',
                    'security/draw_security.xml',
                    'security/ir.model.access.csv',
                    'tbab_mail/tbab_mail_draw_view.xml',
                    'pre_contract_draw_view.xml',
                    'wizard/draw_performer_view.xml',
                ],
    "auto_install": False,
    "installable": True,
    "application": True,
}