Thursday, September 23, 2021
4 changes · master
Resolved issues and error corrections
The wording for a sale receipt setting was corrected from “Active” to “Activate.” This makes the option clearer for users configuring accounting settings and avoids confusion caused by the typo.
Original PR description
Fix typo under sale receipt in res_config_settings_views. Active to create sale receipt ---to---> Activate to create sale receipt task: 2643691
Re-enabling manufacturing operations now restores previously active operations instead of leaving them archived. This prevents production setup data from disappearing after businesses temporarily disable and later re-enable the operations setting.
Original PR description
Following https://github.com/odoo/odoo/pull/66108/, de-activating the operation setting archives all operations. The problem is that after re-activation of the operation setting, operations that were active before were not un-archived. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves how mail templates are rendered and includes several fixes across signing, point of sale, spreadsheets, forecasting, and planning. Business users should see fewer errors when sending signature requests, clearer discount display, more reliable spreadsheet pivots, and better planning totals and layout.
This fixes a duplicated incoterm setting that appeared under the Intrastat section. Users will now see the option only once, reducing confusion when configuring accounting and reporting settings.
Original PR description
The incoterm option is duplicated under the intrastat subheading. This as a result of it being added in res_config_settings when it is already added in odoo/account res_config_settings , it is the only thing added in this file, so it makes sense to remove the file.