-
- Downloads
[FIX] account: fiduciary mode sequence checks
When the fiduciary mode is activated, we want to bypass the check of constrains on the date sequence.
Before this commit, fiduciary mode enabled to modify the name of a customer invoice but if the name resembled somewhat a normal sequence number, there still might be cases where Odoo will try to match a "Journal ID" and a "Year" in a manual sequence number that is provided.
For example, writing 23-31-070 as the new invoice name, Odoo mistakingly interpreted the following:
- 23 is the name of the journal
- 31 is the year
- 070 is the sequence number
closes odoo/odoo#115883
Signed-off-by:
Quentin De Paoli <qdp@odoo.com>
Loading
Please register or sign in to comment