12. How To Add Filters And Group By Options In Odoo Search View || Odoo 15 Development Tutorials

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

Комментарии • 21

  • @Rider2024-n2l
    @Rider2024-n2l Год назад +1

    Impressive way of explaining

    • @OdooMates
      @OdooMates  Год назад +1

      thanks for the support brother

  • @jordiprim2668
    @jordiprim2668 2 года назад +2

    Excellent videos! Thanks!

  • @vz5859
    @vz5859 2 года назад +1

    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.

  • @dread9011
    @dread9011 Год назад +2

    Good video!

  • @OmarAli-sb1pr
    @OmarAli-sb1pr 2 года назад +1

    thank u for ur effort

  • @SamirSELLAMI
    @SamirSELLAMI 2 года назад +1

    is there an option to automatically expend the tree view when applying a default group_by context ?

    • @OdooMates
      @OdooMates  2 года назад +1

      yes possible: ruclips.net/video/tPYTnkGCoiA/видео.html

    • @SamirSELLAMI
      @SamirSELLAMI 2 года назад +1

      @@OdooMates Thanks !

    • @OdooMates
      @OdooMates  2 года назад +1

      Welcome brother

    • @ShivuS-qk1zh
      @ShivuS-qk1zh Месяц назад

      @@OdooMates ❤

  • @josemiguelfloressuarez6722
    @josemiguelfloressuarez6722 2 года назад

    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

  • @FayazMoosa-c8q
    @FayazMoosa-c8q Год назад

    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.

  • @alexorgnet
    @alexorgnet 9 месяцев назад

    Why my program is not showing running script in debugger console ? My program definitely runs but not showing log records output in terminal

  • @shankarthiyagaraajan1147
    @shankarthiyagaraajan1147 2 года назад

    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?

    • @OdooMates
      @OdooMates  2 года назад

      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

    • @shankarthiyagaraajan1147
      @shankarthiyagaraajan1147 2 года назад

      @@OdooMates But getting, land_size is not a stored field, only stored fields (regular or many2many) are valid for the 'groupby' parameter

    • @OdooMates
      @OdooMates  2 года назад

      You can make it stored