Thursday, January 15, 2026
2 changes · saas-19.1
Enhancements to existing features
This update improves the Odoo Guatemala localization by adding necessary accounting accounts and configuring asset models for managing fixed assets. This allows businesses operating in Guatemala to accurately track their financial transactions and depreciation schedules within Odoo.
Original PR description
This commit updates the Guatemala localization to include missing accounts and configures the Asset Models for fixed assets management. Changes: -Updated `account.account` to include new accounts for fixed assets and expenses. -Added `account.asset` data to handle automated depreciation for various asset types. task-5149265 Forward-Port-Of: odoo/odoo#240487
This update streamlines the setup and management of Fiskaly integration for Austrian companies within Odoo Enterprise. Key changes include automated authentication attempts, clearer user guidance through alerts, and a simplified interface for credential generation and management. These improvements enhance the user experience and ensure proper Fiskaly configuration.
Original PR description
Task: [#5354476](https://www.odoo.com/odoo/project/1737/tasks/5354476) --- The Fiskaly configuration for Austrian companies has been edited: - Generating new credentials will try to authenticate right after generating them. - The *Test Fiskaly* buttons is now only visible in debug mode. - The *Generate Credentials* button won't be visible if the authentication has been successful except if the user is in debug mode. - The *Authenticate Keys* button is only available when the authentication has failed. - The *Manage by Odoo* checkbox has been removed and we force its value to True when generating new credentials. - An alert is displayed to guide the user depending on the state of the Fiskaly configuration (not authenticated, must regenerate credentials, etc). Forward-Port-Of: odoo/enterprise#100583