openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #06727
[Bug 929600] [NEW] module l10n_pt_base in trunk-addons-community has wrong category
Public bug reported:
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
** 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/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
Follow ups
References