Skip to content
Snippets Groups Projects
Commit 3c9a5056 authored by Luis González's avatar Luis González
Browse files

[FIX] account: Not enough account codes for created journals


When journals of type bank are created, default accounts are also
created, and an account code is automatically generated. However, the
number of possible automatic account codes is very limited, because only
100 different codes may be generated, and the error message "Cannot
generate an unused account code" is shown.

To solve the above, the number of possible account codes is raised up to
10,000 different possibilities.

closes odoo/odoo#31681

Signed-off-by: default avatarQuentin De Paoli (qdp) <qdp@openerp.com>
parent dd849431
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment