Skip to content

Instantly share code, notes, and snippets.

View ray-odoo's full-sized avatar
💭
Spreading purple around the world!

Ray Carnes ray-odoo

💭
Spreading purple around the world!
View GitHub Profile
@ray-odoo
ray-odoo / odoo_versions.md
Created February 23, 2025 20:08 — forked from mao-odoo/odoo_versions.md
Odoo version timeline - saas vs main version

Current Versions

Major Version SaaS Version Official Release Date Planned End of life Bug fix New On Premise New Odoo Online New Odoo.sh
16.0 October 12th 2022 Q4 2025 🔴
saas-16.1 February 2023 June 2023 🔴 🔴 🔴 🔴
saas-16.2 March 2023 Q4 2023 🔴 🔴 🔴 🔴
saas-16.3 June 2023 Q4 2023 🔴 :red_circ
quants = env['stock.quant'].search([])
move_line_ids = []
warning = ''
for quant in quants:
move_lines = env["stock.move.line"].search([
('product_id', '=', quant.product_id.id),
('location_id', '=', quant.location_id.id),
('lot_id', '=', quant.lot_id.id),
('package_id', '=', quant.package_id.id),