← Back to team overview

openerp-india team mailing list archive

[Bug 929600] Re: module l10n_pt_base in trunk-addons-community has wrong category

 

Hello Bruno,

I agreed with you, Currently this module form trunk/community/addons, So
I am assigning this to related author.

If you or anyone community member want to work on it and then can assign
to himself.

Thank you!

** Changed in: openobject-addons
     Assignee: (unassigned) => Paulino Ascenção (paulino.a)

-- 
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/929600

Title:
  module l10n_pt_base in trunk-addons-community has wrong category

Status in OpenERP Addons (modules):
  New

Bug description:
  the module l10n_pt_base has the category wrong, in file __terp__.py is:
  	"category" : "Localisation/Account charts",
  but other account charts modules have:
  	"category" : "Localisation/Account Charts",

  case sensitive is important

  this is why can be set in table ir_model_data the constraint:

  ALTER TABLE ir_model_data
    ADD CONSTRAINT ir_model_data_module_name_uniq UNIQUE(name, module);

  with error:
  ERROR: could not create unique index "ir_model_data_module_name_uniq"
  Stato SQL: 23505
  Dettaglio: Key (name, module)=(module_category_localisation_account_charts, base) is duplicated.

   ubuntu 11.10 x86_64
  openerp 6.1rc1

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/929600/+subscriptions


References