Daily updates from Odoo
Thursday, May 16, 2019
2 changes · master
Resolved issues and error corrections
This update fixes several issues that could cause website editing or image gallery features to behave incorrectly or crash. It also improves image file handling so uploaded images avoid unnecessary file size increases while preserving practical quality.
Original PR description
rebase-ff
This fixes issues in Mexico electronic invoicing after the SOAP service client changed, helping invoices be signed and cancellation responses handled correctly. It also corrects tax-related display/template problems so tax tags are read from the right place.
Original PR description
Now the SOAP client is zeep instead of suds so some changes are required: - the encode of parameter on base64 is not necessary to call the service. - adaptation of the response reading. - Avoid error creating the UUIDS complexType (this is not working yet. Finkok response: Formato de UUIDS incorrecto) Also - fix tax view because the field tag_ids doesn't exist in the account.tax model - Some changes on the cfdi template to get the tag_ids of the taxes. - Fix typo error.