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.
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
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!
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
@@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
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.
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.
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.
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
Odoo 14 Playlist: ruclips.net/video/I8FNdellz3Y/видео.html
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.
Great suggestion!
Very clear and professional, thanks
You are welcome!
thank you so much for helping me in odoo dev
Happy to help and support us by like, comment and share
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!
thank you for this video
Welcome!
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
Can you have a look at this video: ruclips.net/video/-2EAt9nN4o0/видео.html
Can i ask how to a field with boolean is false but it not disappear in odoo 14 ? Tks
can you elaborate
how can we add a kanban tile (like in our lunch module) of one model inside a forms notebook of another.
It is done using some newly created widget/js
great work 👍. is there complete tutorial playlist of hospital mobile ? where covers all files of modules such as datafiles and model functions .
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.
Full playlist: ruclips.net/video/DJyPx5u6sd0/видео.html
@@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
Thanks u Odoo mates 👍🏼👍🏼
Welcome brother
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.
let me know what is the error that you get
@@OdooMates Uncaught Error: Expected "}", got "(name)"
localhost:8012/web/content/915-141a65b/web.assets_backend.js:143
Traceback:
Error: Expected "}", got "(name)"
@@abdelhalimkaddourguettaoui4591 seems syntax error in the added line
@@OdooMates Yes, thank you, my brother; do you have any ideas on how to lmake this context of this type of fields
@@abdelhalimkaddourguettaoui4591 let me know why you need context to be passed
Thank you, Still I have a error in line 4 : odoo.tools.convert.Parse Error while parsing xml file, can you help me?
such an error is thrown when there is issue in the xml file
Phone noti at 7:18 caused me off-guard
hi,
show columns even it is empty
In kanban ?
@@OdooMates i got it group_expand
@@mohamedsobh2626 🥰🥰
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.
did you resolved it ?