Wednesday, April 2, 2025
1 change · master
Features or functions removed from Odoo
This change removes two obsolete accounting-related fields from customer and vendor records that were no longer used. It simplifies the system and avoids unnecessary background calculations, with no expected impact on day-to-day business workflows.
Original PR description
Follow-up of odoo/odoo#203901 Remove the store field `res.partner`.`debit_limit`, not really used since the begin of the universe (004a0b996ff8f269451e07346f71a129a1f3fbaf) (Also used one day in test of enterprise repo: c2db8703ea15b44ee88666d56e383b114919d700) Remove `res.partner`.`journal_item_count`, unused since c04065abd8f62c9a211c8fa824f5eecf68e61b73. And the compute is actually inefficient. https://github.com/odoo/upgrade/pull/7473