Friday, August 1, 2025
2 changes · master
New functionality added to Odoo
Adds support for electronic invoicing in Guatemala, allowing businesses to connect to the tax authority through Infile and submit invoice XML from Odoo. This helps Guatemalan companies manage required SAT documents directly on invoices and streamline compliance workflows.
Original PR description
This commit implements the standard EDI flow for Guatemala. - Connect to the GT-SAT via a provider called Infile via the GT settings. - Generate the Invoice XML and send to the SAT using the Send & Print wizard. - Handles creating the EDI documents in the invoice form's SAT page. related community PR: https://github.com/odoo/odoo/pull/205863 task-3875982 Forward-Port-Of: odoo/enterprise#91383 Forward-Port-Of: odoo/enterprise#84036
Adds AI support to help create new website pages by generating relevant page text from a selected template. This can speed up website building and reduce manual content drafting for users creating new pages.
Original PR description
## Purpose This PR introduces a new bridge module, ai_website, which enables AI-assisted generation of website page content. ### ai_website The ai_website module provides an endpoint /ai_website/generate_page that allows dynamic generation of website page content using AI agents. Key functionalities: - Parses a given website page template to extract relevant text nodes. - Uses an AI agent to generate contextual content (e.g., name, description) based on the extracted structure. - Reintegrates the AI-generated content into the page structure. ---- I confirm I have signed the CLA and read the PR guidelines at [www.odoo.com/submit-pr](http://www.odoo.com/submit-pr) task-[4825509](https://www.odoo.com/odoo/project/19060/tasks/4532108/project.project/19060/tasks/4825509)