~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
# -*- coding: utf-8 -*-
##############################################################################
#
#    ShineERP, Enterprise Management Solution    
#    Copyright (C) 2007-2013 ShineERP Co.,ltd (<http://www.erp.mn>). All Rights Reserved
#
#    Address : Suhkbaatar District, National ITPark, ShineERP LLC
#    Email : info@erp.mn
#    Phone : 976 + 11-318043
#
##############################################################################

{
    "name" : "l10n_mn - Account Journal Report",
    "version" : "1.0",
    "author" : "ShineERP",
    "category" : "Generic Modules/Account",
    "description": """
The mongolian financial module.
    * Depending l10n_mn, l10n_mn_base module.
    * Functionals:
         Currency Rate Exchange Equalizations
         Liquidity Entry Type Control
    """,
    "depends" : [
        "l10n_mn",
    ],
    "demo_xml" : [],
    "update_xml" : [
                    "wizard/general_journal_report.xml",
                    "wizard/cash_receipt_journal_report.xml",
                    "wizard/cash_payment_journal_report.xml",
                    "wizard/receivables_detail_register_view.xml",
                    "wizard/payable_detail_register_view.xml",
    ],
    "auto_install": False,
    "installable": True,
    'icon': '/l10n_mn_base/static/src/img/icon.png',
}