Yes, suppose we have created a new appointment, but now i want want cancel it; but only the default three options are available, so how to get the canceled status
If so you have to show only all the states in the status bar, so user can select from it, the statusbar_visible option can be used when status bar is not clickable or when the states are controlled from buttons or code
Hello sir thanks for the videos. I have a question, how can I create an approver view? I dont know how i can make the same view visible from another menu with the approver button. Thanks!
@@OdooMates i am using docs as product when i call product.company_id it prints res.company() but when i call it prints nothing and no error (model have field company_id and related model to field res.company)
thank you
You're welcome
Are the “statusbar” features (clickable, state visibility) available in lower Odoo version 12 .. 14 ?
Yes it's available in all versions ❤️
@@OdooMates Great thank u ✌️
@@SamirSELLAMI
thanks
❤️❤️❤️
Hi, if we have only made three options visible, then how will we mark an appointment for canceled, if its not visible?
That state will be visible only when the record is in that state
Yes, suppose we have created a new appointment, but now i want want cancel it; but only the default three options are available, so how to get the canceled status
So how you are controlling the changing of the state, is it directly by clicking on status bar or by other buttons in form?
At present using only status bar
If so you have to show only all the states in the status bar, so user can select from it, the statusbar_visible option can be used when status bar is not clickable or when the states are controlled from buttons or code
Hello sir thanks for the videos. I have a question, how can I create an approver view? I dont know how i can make the same view visible from another menu with the approver button. Thanks!
th-cam.com/video/Lkhnvh6dhhA/w-d-xo.html
hello i am in product.template model in odoo14 i need to print company name on custom pdf report how i can? help plz
if you have recordset of the product, you can get company as follows: product_id.company_id.name
@@OdooMates i am using docs as product when i call product.company_id it prints res.company() but when i call it prints nothing and no error (model have field company_id and related model to field res.company)
help plz
@@muhammadkamal9245 if you have recordset of the product, you can get company as follows: product_id.company_id.name
can you confirm whether the company is set in the product or not ?
explain how to add status bar stages using many2one field
only difference is define a many2one field instead of selection field
@@OdooMates yes but how can make clickable false in many2one field. I want to hide other state in particular state
statusbar_visiable="draft,in_consultation,done"/> i made this but cancel button is still in screen. why ?
The record is In the cancel state right ?
Also it's visible, seems there is small typing mistake in visible
When ı change nolabel=1 to zero, nothing changed. Why we should set to 1 ?
not necessary there, as the field is outside the group tag
How to generate an approval request?
how you are planning to implement approvals in communtiy
I'm thinking of creating it myself from scratch
Okay so let us know, how you planning to do or what guidance we can provide you for the same