Daily updates from Odoo
Wednesday, December 3, 2025
2 changes
New functionality added to Odoo
This update introduces a new contingency invoicing feature for Colombia, allowing businesses to continue issuing invoices even if their connection to the DIAN electronic invoicing system is temporarily unavailable. This ensures ongoing tax compliance and maintains accurate customer records, providing a backup solution for invoice processing.
Original PR description
Purpose: Contingency Invoices ensures the continuity of the invoicing process in the event of technical failures, service interruptions, or inability to connect to the DIAN electronic invoicing system. It allows the user to issue valid invoices, ensuring compliance with tax obligations and maintaining commercial traceability. Expected Behavior: For customer invoices, when the user selects the document type to be a contingency, the user will be able to print the contingency invoice report without DIAN information to send to their customers. Once the connection establishes with the DIAN, the user can send the invoice to the DIAN and print a completed invoice with all the information received by the DIAN. task-5091290
This update introduces a new module that allows Odoo to automatically generate websites from e-commerce sites like Shopify. It addresses issues with image cropping and font support, and importantly, enables the integration of product data from external websites into Odoo's product catalog. This streamlines the process of creating and maintaining online storefronts.
Original PR description
This module is used to contact the website scraper server (WSS) with a url to scrape, receive the requested output and use it to generate the corresponding website in odoo. In order for this module to work, two system parameters must be set up: 1) "website_generator.token", a token which is used to identify the user(s) and give the appropriate access to the WSS 2) "website_scraper_endpoint", the public url of the WSS