~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
# -*- 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 - Project",
    "version" : "1.0",
    "description": """
       Төслийн модуль.
    """,
    "depends" : [
        "account_voucher",
        "account",
        "account_asset",
        "project_issue",
        "base",
        "project",
        "product",
        "ierp_sale",
        
    ],
    # "qweb": ['static/src/xml/compute_all_bom.xml',],
    # "js": 'static/src/js/jsfile.js',
    "demo_xml" : [],
    "update_xml" : [
                    # 'report/progress_amount_report_view.xml',
                    'carriage_sequence.xml',
                    'project_collection_view.xml',
                    'project_inherit_view.xml',
                    'menu_view.xml',
                    'security/ir.model.access.csv',
                    'report/carriage_machine_report_view.xml',
                    # 'report/performance_material_report_view.xml',
                    'wizard/compute_all_bom_view.xml',
                    'wizard/collection_integrate_analysis.xml',
                    'new_menus/new_menus.xml',
                   ],
    "auto_install": False,
    "installable": True,
}