← Back to team overview

openerp-india team mailing list archive

[Bug 1092202] Re: account_chart module has no function

 

Hello,

Nice caught..!

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

Thank you!

** Changed in: openobject-addons
   Importance: Undecided => Medium

** Changed in: openobject-addons
       Status: New => Confirmed

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)

** Summary changed:

- account_chart module has no function
+ Missed to add "account_chart.xml" under data section of __openerp__.py file of account_chart module.

-- 
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):
  Confirmed

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