Are the “statusbar” features (clickable, state visibility) available in lower Odoo version 12 .. 14 ?
@OdooMates2 жыл бұрын
Yes it's available in all versions ❤️
@SamirSELLAMI2 жыл бұрын
@@OdooMates Great thank u ✌️
@OdooMates2 жыл бұрын
@@SamirSELLAMI
@techbi.solutions2 жыл бұрын
thanks
@OdooMates2 жыл бұрын
❤️❤️❤️
@muhammadkamal92452 жыл бұрын
hello i am in product.template model in odoo14 i need to print company name on custom pdf report how i can? help plz
@OdooMates2 жыл бұрын
if you have recordset of the product, you can get company as follows: product_id.company_id.name
@muhammadkamal92452 жыл бұрын
@@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)
@muhammadkamal92452 жыл бұрын
help plz
@OdooMates2 жыл бұрын
@@muhammadkamal9245 if you have recordset of the product, you can get company as follows: product_id.company_id.name
@OdooMates2 жыл бұрын
can you confirm whether the company is set in the product or not ?
@sanjanajain76722 жыл бұрын
Hi, if we have only made three options visible, then how will we mark an appointment for canceled, if its not visible?
@OdooMates2 жыл бұрын
That state will be visible only when the record is in that state
@sanjanajain76722 жыл бұрын
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
@OdooMates2 жыл бұрын
So how you are controlling the changing of the state, is it directly by clicking on status bar or by other buttons in form?
@sanjanajain76722 жыл бұрын
At present using only status bar
@OdooMates2 жыл бұрын
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
@ronaldiisayago97502 жыл бұрын
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!
@OdooMates2 жыл бұрын
kzbin.info/www/bejne/gpzLn6mea8mbnqM
@selman86532 жыл бұрын
statusbar_visiable="draft,in_consultation,done"/> i made this but cancel button is still in screen. why ?
@OdooMates2 жыл бұрын
The record is In the cancel state right ?
@OdooMates2 жыл бұрын
Also it's visible, seems there is small typing mistake in visible
@surekhapalani65112 жыл бұрын
explain how to add status bar stages using many2one field
@OdooMates2 жыл бұрын
only difference is define a many2one field instead of selection field
@surekhapalani65112 жыл бұрын
@@OdooMates yes but how can make clickable false in many2one field. I want to hide other state in particular state
@selman86532 жыл бұрын
When ı change nolabel=1 to zero, nothing changed. Why we should set to 1 ?
@OdooMates2 жыл бұрын
not necessary there, as the field is outside the group tag
@sanjanajain76722 жыл бұрын
How to generate an approval request?
@OdooMates2 жыл бұрын
how you are planning to implement approvals in communtiy
@sanjanajain76722 жыл бұрын
I'm thinking of creating it myself from scratch
@OdooMates2 жыл бұрын
Okay so let us know, how you planning to do or what guidance we can provide you for the same