Skip to content
Snippets Groups Projects
Commit 12a48882 authored by Guillaume (guva)'s avatar Guillaume (guva) Committed by Laurent Smet
Browse files

[FIX] account: right accounts in account group


Steps to reproduce:

- Create an account group for a range for example from 100000 to 200000
- Now edit the group to have a range from 100000 to 150000

Issue:

The accounts with code > 150000 are still in the account group

Solution

Adding an other intermediary table to the query in order to take into
account the accounts which have no group_id

opw-2695533

closes odoo/odoo#81475

Signed-off-by: default avatarLaurent Smet <las@odoo.com>
parent 283ac62f
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