0

my path multi_company_account/branches/9.0 openerp.py(and openerp with double underscores)

i'm getting a strange warning and can't figure out where is a problem:

Error:

openerp.modules.loading: invalid module names, ignored: 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,
}
user3162878
  • 598
  • 3
  • 10
  • 25
Chaban33
  • 1,362
  • 11
  • 38

0 Answers0