Friday, August 3, 2018
3 changes
Resolved issues and error corrections
This fixes an issue where background images added to a Cover section on partner or reseller pages did not appear after saving. The change preserves the needed page styling while limiting backend editing access, so website content displays as intended without exposing extra editing options to regular users.
Original PR description
1. Go to Reseller page 2. Select a partner 3. Add the snippet "Cover" and add a background image and save No image is displayed. This is due to the stripping of classes on the `website_description` field. Instead of stripping classes, we add a group on the field to make sure a regular user won't change the description from the backend. opw-1782545 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 change fixes a spelling mistake where “bellow” was incorrectly used instead of “below” in interface text, demo content, and an internal comment. It improves wording clarity and presentation without changing how the system works.
Original PR description
In the tooltip of create button of model - bellow -> below This commit is related to bug# 1870964. 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 fixes several errors that prevented the Mexican electronic invoicing module and related reports from installing correctly. The changes update tests and report templates to match recent system changes, helping ensure invoices and financial reports can be generated reliably.
Original PR description
Fixes errors to be able to install the module: 1. `['<p>The cfdi generated is not valid< /p><ul><li>(":18:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element…
Fixes errors to be able to install the module:
1. `['<p>The cfdi generated is not valid<
/p><ul><li>(":18:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4: Element
\'{http://www.sat.gob.mx/cfd/3}Traslado\': The attribute \'Impuesto\' is
require
d but missing.</li><li>:47:0:ERROR:SCHEMASV:SCHEMAV_CVC_COMPLEX_TYPE_4:
Element \'{http://www.sat.gob.mx/cfd/3}Traslado\': The attribute
\'Impuesto\'
is required but missing.", \'\')</li></ul>', '', '']']`
Because the `tag_ids` field is not being set inside the creation.
2. Element '<xpath expr="//div[@name='invoice_address']">' cannot be
located in parent view
Because invoice_address div does not exists anymore
[https://github.com/odoo/odoo/commit/c71da7db84f20ba8fb8c4da83d6a3ee063bb1c01#diff-774f4f512fb11d642b30d54aa5980f6b]
3. Agrolait partner no longer exists
4. 'NoneType' object has no attribute 'product_id' This error is throw
because of this change:
odoo/odoo@762aded#diff-774f4f512fb11d642b30d54aa5980f6bR90
Where "l" is changed by "line" in the loop.
5. 'NoneType' object has no attribute 'Receptor'
6. Element '<xpath expr=//thead/tr>' cannot be located in parent view
### Note:
Runbot RED is not related