I have created a custom field that shows the currency based on the company. This works fine, except when doing a group by by product, my goal is that in the grouping it also shows the currency or currencies as follows: EUR, USD, etc. I think it has to do with the read_group function, however I can't customize it in a way that solves my case.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
When you group by product, do you want to show the groups based on currency field?
When I group by product I want the currency field to appear to me and for it not only to appear when I enter the different lines of each product.
Hi,
Is it a non stored compute field or related field ? If so, make it stored and try. Just set store=True along with field declaration.
Thanks
The field is a related field, however if I add store true this does not solve my problem.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
3
mar 22
|
9692 | ||
|
0
mar 23
|
1950 | ||
|
1
sty 25
|
2784 | ||
|
1
sty 21
|
3808 | ||
Add "Group By" to Tree View
Rozwiązane
|
|
3
sty 23
|
29454 |
You can use store=True to show computed fields in search filter (group by).