← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 797725] [NEW] _defaults erróneo en l10n_es_aeat_mod340

 

Public bug reported:

El valor predeterminado para el campo 'vat_type' está puesto a 1 (int),
mientras que el tipo del campo es fields.selection y sus índices son de
tipo str.

Este valor rompe cosas, por citar un ejemplo, como el wizard de
conversión de Iniciativa a Oportunidad en el módulo 'crm', en el paso de
creación de nueva empresa. Al crear nuevos registros de tipo
res.partner, se produce una excepción que muestra el mensaje de error:

       The value "1" for the field "vat_type" is not in the selection

** Affects: openerp-spain
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/797725

Title:
  _defaults erróneo en l10n_es_aeat_mod340

Status in OpenERP Spanish Localization Project:
  New

Bug description:
  El valor predeterminado para el campo 'vat_type' está puesto a 1
  (int), mientras que el tipo del campo es fields.selection y sus
  índices son de tipo str.

  Este valor rompe cosas, por citar un ejemplo, como el wizard de
  conversión de Iniciativa a Oportunidad en el módulo 'crm', en el paso
  de creación de nueva empresa. Al crear nuevos registros de tipo
  res.partner, se produce una excepción que muestra el mensaje de error:

         The value "1" for the field "vat_type" is not in the selection

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-spain/+bug/797725/+subscriptions


Follow ups

References