Daily updates from Odoo
Friday, June 19, 2026
4 changes
1 change
New functionality added to Odoo
This update incorporates support for the states of Tajikistan, Turkmenistan, Kyrgyzstan, Armenia, and Kazakhstan, aligning with international ISO 3166-2 standards. This change improves data accuracy and consistency by displaying state names instead of codes within address fields. This update is considered an improvement for our global user base.
Original PR description
Added the states of Tajikistan, Turkmenistan, Kyrgyzstan, Armenian, and Kazakhstan to align with official ISO 3166-2 standards. In addition change their address format of the country to show state name instead of state code. task-6237707 task-6237595 task-6237473 task-6237440 task-6237284 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#269091
1 change
New functionality added to Odoo
This update incorporates support for the states of Tajikistan, Turkmenistan, Kyrgyzstan, Armenia, and Kazakhstan, aligning with international ISO 3166-2 standards. This change improves data accuracy and consistency by displaying state names instead of codes within address fields. This update is considered an improvement for our global user base.
Original PR description
Added the states of Tajikistan, Turkmenistan, Kyrgyzstan, Armenian, and Kazakhstan to align with official ISO 3166-2 standards. In addition change their address format of the country to show state name instead of state code. task-6237707 task-6237595 task-6237473 task-6237440 task-6237284 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#269091
1 change
New functionality added to Odoo
This update enhances how Odoo tracks document movements and trash actions. When documents are moved or sent to the trash, automated notifications are now logged, providing better visibility into document activity. This improves auditability and helps ensure documents are managed effectively.
1 change
New functionality added to Odoo
This update adds the ability to track equipment used during service shifts, including serial numbers and a history of interventions. This improves accountability and traceability for service technicians and allows for better management of valuable assets. The changes integrate equipment data with shift scheduling and lot tracking within the Odoo stock module.
Original PR description
- Create a `Equipment` option that enables lots & serial numbers - Create an `Equipment` page in the shift form view - Create a `Shifts` stat button in the lots form view - Activate lots from stock settings when setting equipments - Prefill the `lot_ids` with the customer and its descendant lots when picking a customer for the shift --- task-5184419