我的路径multi_company_account / branches / 9.0 openerp .py(和带有双下划线的openerp)
我收到一个奇怪的警告,无法找出问题所在:
错误:
openerp.modules.loading:无效的模块名称,被忽略: multi_company_account
{
'name': 'Multi company for accounting module',
'version': '1.0',
'category': 'Account',
'sequence': 10,
'summary': 'Multi company for accounting module',
'description': """""",
'author': 'Tiny',
'depends': ['base',
'account_budget',
'account_cash',
'account',
],
'data': [
'views/product_view.xml',
'views/sale_view.xml',
],
'demo': [],
'test': [],
'installable': True,
'auto_install': False,
'application': True,
}