@@OdooMates buenas, tienes algun video que hable de es? v15, o similar, he chequeado el link que mandaste pero no termino de entender el funcionamiento
@@OdooMates It doesn't work for me. I returned the action with python like you said. Another question, I can´t set the button visible by default, I mean without selecting the checkbox. Do you know how to do it?
Hello, thanks a lot for the tutorial. However, I'm having trouble while following this tutorial in odoo 13. The error says the same as tutorial, but even the 'id' in button deleted, the error still there. Can you help me? Thank you
it happen to me too, im using odoo 13. the error is: Invalid view dym_promosi_demosi_tree_view (dym_promosi_demosi.dym_promosi_demosi_tree_view) definition in dym_promosi_demosi/views/promosi_demosi_view.xml can u help me?
@@syahrilasidiq9544 seems you have defined dym_promosi_demosi_tree_view wrongly, can you cross check the tree view with this th-cam.com/video/7hc3WxxWqKs/w-d-xo.html
@@OdooMates Header tag not working in odoo 13 it say invalid tree view when i remove header tag and button then module upgrades without any error. Can u please specify how to add header in odoo 13?
Can you help me, please? I need add notification badge like activities/conversations badge icon into header of odoo, notification badge will next left of debug mode icon
Is there not a way to make the button always visible? I am trying to create a button just like this on a custom module - but it doesn't apply to a specific record. Is is a custom "import" button.
Thanks alot brother....i was waiting for this solution..❤
Welcome brother :)
Hi, can you make a video to learn about make that button always visible please.
In tree view by default it will be shown only if a record is selected
@@OdooMates yes, but how to custom this to always show the button
you have any suggestion?
@@futhedude4848 have you found a way to do it? please share with me iam stuck too
@@omarzaky7294 not yet, never found one
Without selecting checkbox can this header button make visible..??
by default no, you might need to customize and make it possible
@@OdooMates what kind of customize you mean ?
@@catherineamir9252 the button visibility. Right now button is visible only once we select the record, to make it visible always
qweb
@@vigneshrathnam3295 didn't understand brother ? qweb tutorials ? th-cam.com/video/SkKAXURqNfQ/w-d-xo.html
Hello Thanks For the tutorial , Is it possible to add a button field without selecting it??? like create or excel download icon !
Try this: apps.odoo.com/apps/modules/13.0/web_list_view_general_buttons/
@@OdooMates buenas, tienes algun video que hable de es? v15, o similar, he chequeado el link que mandaste pero no termino de entender el funcionamiento
Hi, excelent video! A little question, this new feature acept button type="action"?
sorry to say that haven't tried it really, but i guess it will work, can you check and confirm, if not, from python we can return that action
@@OdooMates It doesn't work for me. I returned the action with python like you said. Another question, I can´t set the button visible by default, I mean without selecting the checkbox. Do you know how to do it?
@@cristiancometti648 you might have to change inside odoo code and make it possible
Hello, thanks a lot for the tutorial. However, I'm having trouble while following this tutorial in odoo 13. The error says the same as tutorial, but even the 'id' in button deleted, the error still there. Can you help me? Thank you
Can you share error message
it happen to me too, im using odoo 13. the error is:
Invalid view dym_promosi_demosi_tree_view (dym_promosi_demosi.dym_promosi_demosi_tree_view) definition in dym_promosi_demosi/views/promosi_demosi_view.xml
can u help me?
@@syahrilasidiq9544 seems you have defined dym_promosi_demosi_tree_view wrongly, can you cross check the tree view with this th-cam.com/video/7hc3WxxWqKs/w-d-xo.html
@@OdooMates Header tag not working in odoo 13 it say invalid tree view when i remove header tag and button then module upgrades without any error. Can u please specify how to add header in odoo 13?
Can you help me, please? I need add notification badge like activities/conversations badge icon into header of odoo, notification badge will next left of debug mode icon
thank you.. how can I insert this in form view not in list view (in odoo 15)?
In form view you can directly add inside the form view, there is no option with xml to achieve it near edit button
@@OdooMates nother near action button? Or is there a way to do this other than xml ?
Thanks.
How to hide / show based on condition say state in tree view?
As there is multiple records in the tree view, which records state you will consider
Is there not a way to make the button always visible? I am trying to create a button just like this on a custom module - but it doesn't apply to a specific record. Is is a custom "import" button.
once you add a button without any conditions, it will be visible always
bro how can add new button near create button in inherited tree view
In odoo14, you can follow the same approach