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

_______________________________________________
Mailing list: https://launchpad.net/~openerp-india
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-india
More help   : https://help.launchpad.net/ListHelp

Reply via email to