11.How To Create Kanban View In Odoo14 || Odoo14 Development Tutorials || Odoo Technical Training

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

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

  • @ShahidAli-lu2ng
    @ShahidAli-lu2ng 3 года назад +2

    Thank you so much for helping me in odoo development.
    If possible please keep updating your playlist consistently with these tutorials.
    Have a great life.

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

      Thanks for the supportive feedback brother :) surely we will be releasing more videos in this Odoo 14 tutorials playlist in coming days. Thanks for all the support so far and I hope it will continue same

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

      Odoo 14 Playlist: ruclips.net/video/I8FNdellz3Y/видео.html

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

    Great course, hope to have some advance lesson about this too, like t-call, t-set, t-value or something we could use in this kanban view.

  • @abdurrazzak1612
    @abdurrazzak1612 Год назад

    Very clear and professional, thanks

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

    thank you so much for helping me in odoo dev

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

      Happy to help and support us by like, comment and share

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

    Thank you for the video, Is It possible to filter what columns are displayed in a kanban view.
    Lets say we have a Project model and every project has It's own columns and every column has issues.
    In the kanban view there are duplicates of the columns, because we group issues by column, but the displayed columns should be filtered by Project.
    Is there a way to achieve this effect?
    Thanks!

  • @ChiragRathod-v5r
    @ChiragRathod-v5r Год назад +1

    thank you for this video

  • @maherkhalil007
    @maherkhalil007 3 года назад +1

    can you explain how to open specific tree and view from action what I main I have main tree and fornm then I created another view and another form how can we force odoo to open these form and view from specific action without overriding the main action which mostly connecting to another menu

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

      Can you have a look at this video: ruclips.net/video/-2EAt9nN4o0/видео.html

  • @trungphung1855
    @trungphung1855 3 года назад +1

    Can i ask how to a field with boolean is false but it not disappear in odoo 14 ? Tks

  • @mohammedajmal3264
    @mohammedajmal3264 3 года назад +1

    how can we add a kanban tile (like in our lunch module) of one model inside a forms notebook of another.

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

      It is done using some newly created widget/js

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

    great work 👍. is there complete tutorial playlist of hospital mobile ? where covers all files of modules such as datafiles and model functions .

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

      i saw no controllers in modules. is controller is mandatory for any module and what is purpose of controllers in odoo? thank you and regards.

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

      Full playlist: ruclips.net/video/DJyPx5u6sd0/видео.html

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

      @@mirzaabdulrehman428 mandatory files for a module is just manifest file and init file, rest of the files will be added based on the functionality added by the module, to know more, see: ruclips.net/video/I8FNdellz3Y/видео.html

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

      Thanks u Odoo mates 👍🏼👍🏼

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

      Welcome brother

  • @abdelhalimkaddourguettaoui4591
    @abdelhalimkaddourguettaoui4591 3 года назад +1

    Hello brother
    I have a question which has no relation to this video content at all.
    I want to make a context of field of type reference
    The field in module quality_control of oca (odoo 12)
    The field is ( object_id = fields.Reference(string='Reference', selection=lambda self: self.object_selection_values(), readonly=True, states={'draft': [('readonly', False)]}, ondelete="set null"))
    We tried with : {'default_object_id': 'mrp.production', active_id} but we had an error.
    If you have any comment on this it would be great.
    Thank You.

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

      let me know what is the error that you get

    • @abdelhalimkaddourguettaoui4591
      @abdelhalimkaddourguettaoui4591 3 года назад +1

      @@OdooMates Uncaught Error: Expected "}", got "(name)"
      localhost:8012/web/content/915-141a65b/web.assets_backend.js:143
      Traceback:
      Error: Expected "}", got "(name)"

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

      @@abdelhalimkaddourguettaoui4591 seems syntax error in the added line

    • @abdelhalimkaddourguettaoui4591
      @abdelhalimkaddourguettaoui4591 3 года назад +1

      @@OdooMates Yes, thank you, my brother; do you have any ideas on how to lmake this context of this type of fields

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

      @@abdelhalimkaddourguettaoui4591 let me know why you need context to be passed

  • @alaamchakka17
    @alaamchakka17 3 года назад

    Thank you, Still I have a error in line 4 : odoo.tools.convert.Parse Error while parsing xml file, can you help me?

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

      such an error is thrown when there is issue in the xml file

  • @manhtuongnguyen4706
    @manhtuongnguyen4706 Год назад

    Phone noti at 7:18 caused me off-guard

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

    hi,
    show columns even it is empty

  • @user_rehana
    @user_rehana Год назад

    hello! I want to increase the width of existing kanban view in odoo16. I use Width in style but width can't changed. what can i do. any suggestion?
    product.template.kanban.inherit
    product.template



    ,.............................................here style="width:400px" but kanban size can't changed.