Thursday, September 23, 2021
2 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
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.