openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #20379
[Bug 1092202] Re: Missed to add "account_chart.xml" under data section of __openerp__.py file of account_chart module.
Hello,
It has been Fixed in http://bazaar.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1092202-hip
Revno: 8482
Revision ID: hip@xxxxxxxxxxx-20121226105749-fg0loplzt9n49z69
Thanks,
hip
** Branch linked: lp:~openerp-dev/openobject-addons/trunk-
bug-1092202-hip
** Changed in: openobject-addons
Status: In Progress => Fix Committed
--
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):
Fix Committed
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