Monday, April 5, 2021
4 changes · master
Miscellaneous changes
**Description of the issue/feature this PR addresses:** For b2c invoices, we mustn't show the IVA information on the reports **Current behavior before PR:** If you print an invoice for a "consumidor final" with an invoice line with IVA you will notice that it is shown on the report. **Desired behavior after PR is merged:** Not show the IVA taxes on the invoices report. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/od
Original PR description
**Description of the issue/feature this PR addresses:** For b2c invoices, we mustn't show the IVA information on the reports **Current behavior before PR:** If you print an invoice for a "consumidor final" with an invoice line with IVA you will notice that it is shown on the report. **Desired behavior after PR is merged:** Not show the IVA taxes on the invoices report. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#68614
The website is now referenced to Odoo's website, with the most updated documentation. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#68672
Original PR description
The website is now referenced to Odoo's website, with the most updated documentation. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#68672
…te key and certificate Getting AFIP private key and the certificate can be called with a context containing "bin_size" at True which will return the size of the attachment and not his datas (eg. try to open a debit note that call a "_compute_highest_name") The system will try to decode the size returned as if it was the datas and result to an error. So bin_size=False is added to the context to always get the datas needed. opw-2453951 Forward-Port-Of: odoo/enterprise#17442
Original PR description
…te key and certificate Getting AFIP private key and the certificate can be called with a context containing "bin_size" at True which will return the size of the attachment and not his datas (eg. try to open a debit note that call a "_compute_highest_name") The system will try to decode the size returned as if it was the datas and result to an error. So bin_size=False is added to the context to always get the datas needed. opw-2453951 Forward-Port-Of: odoo/enterprise#17442
In the cost structure report, the scrap valuation is computed from the stock valuation layer price unit. But the value is computed from this price unit and the scrap quantity, not the valuation layer value itself. With rounding errors correction introduced by https://github.com/odoo/odoo/commit/74ba8039c7e300bb2adeda8cd071df4272b3635a the value can be different than the quantity multiplied by the rounded price_unit. Not that the raw material already take the value directly on the layer
Original PR description
In the cost structure report, the scrap valuation is computed from the stock valuation layer price unit. But the value is computed from this price unit and the scrap quantity, not the valuation layer value itself. With rounding errors correction introduced by https://github.com/odoo/odoo/commit/74ba8039c7e300bb2adeda8cd071df4272b3635a the value can be different than the quantity multiplied by the rounded price_unit. Not that the raw material already take the value directly on the layer to render the cost structure report. opw :2474923 Forward-Port-Of: odoo/enterprise#17444