~torbat-j/+junk/ncdierp

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
# -*- 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 - Marketing",
    "version" : "1.0",
    "description": """
       Маркетинг менежментийн модуль.
    """,
    "depends" : [
                    'base',   
                    'hr', 
                    'survey',
                    'mass_mailing',
                    'event',
                    'sale',
                    'marketing',
                    'ierp_sale',
                    "account_analytic_analysis",
                    "crm",
                    "crm_claim",
                    
                
                        
    ],
    "demo_xml" : [],
    "update_xml" : [
                    'advertisement_entry_view.xml',
                    'marketing_business_plan.xml',                   
                    'menu_view.xml',
                    'security/marketing_inherit_security.xml',
                    'security/ir.model.access.csv'
                   ],
    "auto_install": False,
    "installable": True,
}