-
Notifications
You must be signed in to change notification settings - Fork 1
/
__openerp__.py
36 lines (35 loc) · 1.17 KB
/
__openerp__.py
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
{
'name': "Setting",
'version': '1.0',
'depends': [],
'author': "alltop",
'category': '',
'description': """
""",
'depends': [
'base_setup',
],
'data': [
"views/setting_aid_company.xml",
"views/setting_aid_system.xml",
"views/setting_aid_tax.xml",
"views/setting_aid_supply.xml",
"views/setting_aid_relate.xml",
"views/setting_aid_shareclass.xml",
"views/setting_aid_systemall.xml",
"views/setting_aid_accountperson.xml",
"views/setting_reference_phrase.xml",
"views/setting_reference_bank.xml",
"views/setting_aid_engineering.xml",
"views/setting_reference_taxoffical.xml",
"views/setting_reference_settlement.xml",
"views/setting_reference_propertysign.xml",
"views/setting_reference_standerdclass.xml",
"views/setting_reference_certificate.xml",
"views/setting_moveprocess_receivemailid.xml",
"views/setting_moveprocess_annualdatachange.xml",
"views/menu.xml"
],
'demo': [],
'application': True,
}