← Back to team overview

openerp-l10n-ar-localization team mailing list archive

Re: [Bug 1300822] Re: l10n_ar_wsafip_fe - No valida factura que tiene productos stockables

 

Es para el tipo de producto stockable. La cuestion es... si no instalas el
módulo de stock y producción esta todo en orden. El problema es cuando
intentas validar una factura con un producto del tipo stockable


2014-04-01 11:50 GMT-03:00 Darío De Giacomo <dariokdg@xxxxxxxxx>:

> Cambio status a Invalid por el siguiente motivo:
>
> Version: trunk
> Modulo: l10n_ar_wsafip_fe
> Archivo: invoice.py
> Línea(s): 38 - 55
> Motivo: Ya está implementado.
>
> Código demostración:
>
> http://i.imgur.com/zaXyURo.png
>
> def _calc_concept(product_types):
>     if product_types == set(['consu']):
>         concept = '1'
>     elif product_types == set(['product']):
>         concept = '1'
>     elif product_types == set(['consu','product']):
>         concept = '1'
>     elif product_types == set(['service']):
>         concept = '2'
>     elif product_types == set(['consu','service']):
>         concept = '3'
>     elif product_types == set(['product','service']):
>         concept = '3'
>     elif product_types == set(['consu','product','service']):
>         concept = '3'
>     else:
>         concept = False
>     return concept
>
> -----------------------------------
>
> Sugiero verifiques tu versión de la localización, ya que dicho fix fue
> implementado en la revno 250.
>
> Saludos.
>
> ** Changed in: openerp-l10n-ar-localization
>        Status: New => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1300822
>
> Title:
>   l10n_ar_wsafip_fe - No valida factura que tiene productos stockables
>
> Status in OpenERP - Localización Argentina:
>   Invalid
>
> Bug description:
>   La factura electrónica no factura los productos que son del tipo
>   stockable.
>
>   Estuve viendo el código y se deberia modificar la linea 43 del
>   invoice.py de l10n_ar_wsafip_fe
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/openerp-l10n-ar-localization/+bug/1300822/+subscriptions
>

-- 
You received this bug notification because you are a member of OpenERP -
Team de Localización Argentina, which is subscribed to openerp-l10n-ar-
localization.
https://bugs.launchpad.net/bugs/1300822

Title:
  l10n_ar_wsafip_fe - No valida factura que tiene productos stockables

Status in OpenERP - Localización Argentina:
  Invalid

Bug description:
  La factura electrónica no factura los productos que son del tipo
  stockable.

  Estuve viendo el código y se deberia modificar la linea 43 del
  invoice.py de l10n_ar_wsafip_fe

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-l10n-ar-localization/+bug/1300822/+subscriptions


References