Daily updates from Odoo
Saturday, April 4, 2026
1 change · 17.0
Enhancements to existing features
This update improves the installation speed of the Jordan EDI module by pre-creating a database column during setup instead of computing it afterward. This prevents slow installation times when the system has many invoices, making the module deployment faster and more efficient.
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