Friday, December 15, 2023
2 changes · master
Enhancements to existing features
This update removes an unnecessary database step during system initialization. It slightly streamlines internal startup/setup work without changing how users interact with Odoo.
Original PR description
The SQL query removed in this revision is no longer useful since the revision: https://github.com/odoo/odoo/commit/92be431236bd93054c5134cb0d4daf8124918e39#diff-3350ff6a7375591a483754ef9f4718e5fadb298b4c605ee016154ec8bef1e074L57
The update limits certain Mexico-specific invoice fields so they are only saved for invoices created by Mexican companies. This keeps invoice records cleaner and avoids storing irrelevant localization data for companies outside Mexico.
Original PR description
Change two fields on account moves to only store values for invoices created with an MX company. Task id # 2715634