module l10n_pt_base in trunk-addons-community has wrong category

Bug #929600 reported by bruno bottacini
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
New
Undecided
Paulino Ascenção

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

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

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: nobody → Paulino Ascenção (paulino.a)
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.