Daily updates from Odoo
Sunday, April 5, 2026
2 changes
1 change
Enhancements to existing features
This update optimizes the installation process for the l10n_jo_edi module by preventing unnecessary calculations during initial setup. Specifically, a new field is created to store a unique identifier, avoiding delays caused by repeated computations on the database. This results in faster and smoother Odoo installations.
Original PR description
This commit ensures that the computed and stored field `l10n_jo_edi_uuid` of account_move model gets column created at l10n_jo_edi module installation. This ensures that the computation of the field does not trigger on module installation, potentially leading to too slow installation if the DB has many account_move records. task-6095204 Forward-Port-Of: odoo/odoo#257748 Forward-Port-Of: odoo/odoo#257658
1 change
Enhancements to existing features
This update optimizes the installation process for the l10n_jo_edi module by preventing a lengthy calculation from running automatically during module setup. This change avoids delays when Odoo is installed on systems with many existing account records, resulting in a faster and smoother installation experience.
Original PR description
This commit ensures that the computed and stored field `l10n_jo_edi_uuid` of account_move model gets column created at l10n_jo_edi module installation. This ensures that the computation of the field does not trigger on module installation, potentially leading to too slow installation if the DB has many account_move records. task-6095204 Forward-Port-Of: odoo/odoo#257748 Forward-Port-Of: odoo/odoo#257658