odoo/o-spreadsheet#4627

Created by BI, Hendrickx Anthony (anhe)
Merged at de5c95be5091f2ba50451b5b675c218d40e031b1

Statuses:

label
odoo:saas-17.3-data-update_version-anhe
head
2b6d0dece88fb2bb2fd13d18e4b9b92829547885
merged
3 months ago by BI, Pierre Rousseau (pro)
odoo/o-spreadsheet
saas-17.3 #4627
master #4628

[FIX] data: update version to 17

Description

Since #3893 the current data version is 17, but the CURRENT_VERSION is still set to 16, as well as the EXCEL_IMPORT_VERSION, meaning the chart migration is never applied. This PR aims to fix this behavior.

  • Related Task: N./A.

  1. https://github.com/odoo/odoo/blob/8346b2a7561c178fd7e9f9d1fbd7dac3e3843fd1/addons/account/models/account_move.py#L912 ↩↩↩↩

  2. https://github.com/odoo/odoo/blob/8346b2a7561c178fd7e9f9d1fbd7dac3e3843fd1/addons/account/models/account_move.py#L896-L912 ↩↩↩

  3. https://docs.python.org/3/library/logging.handlers.html#logging.StreamHandler ↩