Missed to add "account_chart.xml" under data section of __openerp__.py file of account_chart module.

Bug #1092202 reported by 开阖软件 Jeff Wang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Committed
Medium
OpenERP R&D Addons Team 3

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 ?

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello,

Nice caught..!

Put the "account_chart.xml" under 'data' section.

Thank you!

Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3)
importance: Undecided → Medium
status: New → Confirmed
summary: - account_chart module has no function
+ 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
Revision history for this message
Hiral Patel (OpenERP) (hip-openerp) wrote :

Hello,

           It has been Fixed in http://bazaar.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1092202-hip
           Revno: 8482
           Revision ID: <email address hidden>

Thanks,
hip

Changed in openobject-addons:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.