Daily updates from Odoo
Thursday, September 19, 2024
3 changes
2 changes
New functionality added to Odoo
Adds ready-made marketing automation templates for online sales follow-ups. Businesses can now more easily ask for feedback after a purchase and re-engage repeat customers with thank-you messages and product suggestions.
Original PR description
Add sales templates for marketing_automation. - purchase followup: Request feedback about a recent purchase - repeat customer: Thank customers and suggest new products task-3640536
Odoo adds shared tools to manage digital certificates and keys, reducing duplicated work across country-specific features. This should make certificate-based processes easier to maintain and more consistent for localizations such as Argentinian e-invoicing and Belgian payroll reporting.
Original PR description
Problem --------- All localisations dealing with certificates do it their own way. However, these have a lot of common usages and there is lot of redundant work done there. Furthermore, it makes maintenance harder is case of failure. Objective --------- Create common models to manage keys and certificates. Solution --------- We create 2 models: 1 - For certificates, `certificate.certificate` 2 - For keys, `certificate.key` Each model makes use of the cryptography library to extract data from the certificate file. odoo/odoo/pull/168834 odoo/upgrade/pull/6142 task-3806683
1 change
New functionality added to Odoo
This update introduces a new feature to calculate and account for corporate tax obligations for UAE corporations. When a company's profits exceed a defined threshold, this system automatically generates the necessary tax reports, streamlining compliance processes. This addition ensures accurate tax reporting and adherence to local regulations.
Original PR description
When a corporation's annual net profits exceeds a certain limit, a corporate tax has to be paid. This commit implements the calculation and accounting of this corporate tax. task: 3690934