Is it possible to group filters under a big filter? for example : Filters: Filter 0 Parent Filter 1> Filter1 Filter2 Filter3 ..... It is just like the default filter provided by the where a drop-down menu is provided to choose corresponding months or year.
buenos días, sera que no pueden hacer un vídeo para módulos de inventarios.. como manejar los filtros de las ultimas operaciones hechas, las modificaciones de las cantidades de los productos modificados y las agrupaciones por personalizadas
sir, i am following your odoo 15 series videos, i want to know that in List view i can align column values with but how i can align the column header ? is there any video, please give the link. thank you sir.
Hi, Thanks for the video. I have one doubt in group by, How can I apply custom logic to group by section? Ex. I have to group land size, but I have only 'sq_feet' to calculate sizes. 1. small < 500 2. medium >500 & < 1000 3. large >1000 I like to group this filter under 'Land Size'. Is that possilbe?
You can add a stored compute field in the model to compute this type, whether the record is small, medium or large based on sq feet, and then use this field in group by
Impressive way of explaining
thanks for the support brother
Excellent videos! Thanks!
Glad you liked it!
Is it possible to group filters under a big filter? for example :
Filters:
Filter 0
Parent Filter 1>
Filter1
Filter2
Filter3
.....
It is just like the default filter provided by the where a drop-down menu is provided to choose corresponding months or year.
Good video!
thanks
thank u for ur effort
Welcome
is there an option to automatically expend the tree view when applying a default group_by context ?
yes possible: ruclips.net/video/tPYTnkGCoiA/видео.html
@@OdooMates Thanks !
Welcome brother
@@OdooMates ❤
buenos días, sera que no pueden hacer un vídeo para módulos de inventarios.. como manejar los filtros de las ultimas operaciones hechas, las modificaciones de las cantidades de los productos modificados y las agrupaciones por personalizadas
sir, i am following your odoo 15 series videos, i want to know that in List view i can align column values with but how i can align the column header ? is there any video, please give the link. thank you sir.
Why my program is not showing running script in debugger console ? My program definitely runs but not showing log records output in terminal
Hi, Thanks for the video.
I have one doubt in group by,
How can I apply custom logic to group by section?
Ex. I have to group land size, but I have only 'sq_feet' to calculate sizes.
1. small < 500
2. medium >500 & < 1000
3. large >1000
I like to group this filter under 'Land Size'.
Is that possilbe?
You can add a stored compute field in the model to compute this type, whether the record is small, medium or large based on sq feet, and then use this field in group by
@@OdooMates But getting, land_size is not a stored field, only stored fields (regular or many2many) are valid for the 'groupby' parameter
You can make it stored