Daily updates from Odoo
Thursday, May 16, 2019
5 changes
Resolved issues and error corrections
This change corrects an error introduced in the stock picking view by removing an invalid reference. It helps ensure users can open and use the stock transfer screen without encountering a view-related failure.
Original PR description
Commit ca35f98 change the picking view but introduce an error by calling 'self'. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This corrects a typo that prevented a wishlist data rule from being applied. It helps ensure wishlist records follow the intended validation, reducing the chance of duplicate or inconsistent wishlist entries.
Original PR description
_sql_constrains does nothing
This fixes a small typo that caused the wrong calculation method to be used in CRM lead mining requests. The change helps ensure lead mining request information is computed correctly, reducing the risk of inaccurate CRM data.
Original PR description
Since c456228fa466982806355475079121f0b45c0166, the compute method was not the good one. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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.