Thursday, October 21, 2021
2 changes · master
Enhancements to existing features
Websites with a configured domain will now discourage search engines from indexing the same site when it is accessed through another domain, such as an Odoo-hosted address. This helps avoid duplicate search results and keeps traffic focused on the intended public domain.
Original PR description
**Description of the issue/feature this PR addresses:** Currently, search engines index a SAAS-hosted website twice (once for the actual domain, and once for the .odoo.com domain) which is something that should be preventable. **Desired behavior after PR is merged:** If a domain name is configured, and the website is accessed through a different domain than the configured one, the noindex tag appears and robots.txt forbids crawlers, preventing them from indexing it. This change should work retroactively, meaning that if adopted, domains which are not the main configured one will be unindexed from search engines as soon as they're crawled. task-2418904
Belgian payroll users can now generate a PDF summary of the DmfA declaration information that needs to be entered. This helps companies handle declarations manually when batch submission is too complex or requires technical expertise.