tryton-ar / account_invoice_ar

Tryton module with AFIP WS integration
GNU General Public License v3.0
14 stars 13 forks source link

invoice.check_unique_reference validate por party.id en vez de party.vat_number #131

Open lukio opened 5 years ago

lukio commented 5 years ago

El sistema deja cargar dos entidades con el mismo CUIT.

Entonces, se pudo haber ingresado una factura de proveedor a una Party y luego por equivocación volver a ingresar la misma factura pero imputandola a otra Party con el mismo CUIT.

Actualmente, el metodo valida contra el ID de la Party en vez del vat_number (cuit).

lukio commented 5 years ago

There is a bug and patch from pokoli regarding this stuff at tryton core bugtracker: https://bugs.tryton.org/issue8244