← Back to team overview

openerp-india team mailing list archive

[Bug 1092202] [NEW] account_chart module has no function

 

Public bug reported:

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 ?

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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:
  account_chart module has no function

Status in OpenERP Addons (modules):
  New

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


Follow ups

References