openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #20374
[Bug 1092202] Re: Missed to add "account_chart.xml" under data section of __openerp__.py file of account_chart module.
** Changed in: openobject-addons
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1092202
Title:
Missed to add "account_chart.xml" under data section of __openerp__.py
file of account_chart module.
Status in OpenERP Addons (modules):
In Progress
Bug description:
the module account_chart have no function, the __openerp__.py file
didn't init the xml file. why not remove it from 7.0 ?
{
'name': 'Template of Charts of Accounts',
'version': '1.1',
'category': 'Hidden/Dependency',
'description': """
Remove minimal account chart.
=============================
Deactivates minimal chart of accounts.
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'depends': ['account'],
'data': [],
'demo': [],
'installable': True,
}
all we have now is a hidden module depends on account, why we need it
?
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1092202/+subscriptions
References