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

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024

ความคิดเห็น • 20

  • @jordiprim2668
    @jordiprim2668 2 ปีที่แล้ว +2

    Excellent videos! Thanks!

    • @OdooMates
      @OdooMates  2 ปีที่แล้ว

      Glad you liked it!

  • @Rider2024-n2l
    @Rider2024-n2l ปีที่แล้ว +1

    Impressive way of explaining

    • @OdooMates
      @OdooMates  ปีที่แล้ว +1

      thanks for the support brother

  • @dread9011
    @dread9011 ปีที่แล้ว +2

    Good video!

  • @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.

  • @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: th-cam.com/video/tPYTnkGCoiA/w-d-xo.html

    • @SamirSELLAMI
      @SamirSELLAMI 2 ปีที่แล้ว +1

      @@OdooMates Thanks !

    • @OdooMates
      @OdooMates  2 ปีที่แล้ว +1

      Welcome brother

  • @josemiguelfloressuarez6722
    @josemiguelfloressuarez6722 ปีที่แล้ว

    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

  • @alexorgnet
    @alexorgnet 6 หลายเดือนก่อน

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

  • @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.

  • @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