@@ajithpoojari9660 is it selection field or many2one ? if it is many2one field, then you can do like this: self.field_name.function_name_of_confirm_button()
if you are asking about adding custom modules that you developed, add a new custom addons path in server and using copy commands or via git you can move this to server
Hello Thanks
What if want to inherit a form without any smart button before and add first one ??
Sir how can i inherit the confirm button from purchase.order model to my custom module
is there any relation between your model and purchase order model ?
@@OdooMates yes sir, i have added selection field in purchase order and how can i connect selection field and confirm button there.....
@@ajithpoojari9660 is it selection field or many2one ? if it is many2one field, then you can do like this: self.field_name.function_name_of_confirm_button()
@@OdooMates it's selection fiel. I have given 2 values valid and invalid there... If i give valid confirm button should perform the action
@@ajithpoojari9660 how you will link a selection field with purchase.order
hello sir m
what if I want to add a button in an inherited tree view next to the create button and this button triggers a wizard
how can ii invisible button with type = action.
if my form have 2 button with same name, show can i invisible just 1 button
many thanks
use positional argument to specify the correct one like this, button[@name='test'][1] , like this
if there is no button already in the header section how we can refer?
you can try as follows: www.odoo.com/forum/help-1/adding-a-custom-button-to-header-of-res-partner-149018
Hello, please how can i load my customized version of odoo to a server, so i can use it from different computers with differents users?
if you are asking about adding custom modules that you developed, add a new custom addons path in server and using copy commands or via git you can move this to server
@@OdooMates yeah, thank you
And how to use the same database from all these computers.?
Hey bro, how to disable drop and drag in kanban view odoo 12 ?
See: ua-cam.com/video/aQ7oGcsD6ow/v-deo.html
Please fix your audio.
sorry for the trouble
@@OdooMates no problem, your video is very helpful to odoo community
Happy to know that, we have tried to improve the noice and speed in the recent videos