lots of love bro ,the way you explain is very clear and its interesting .. i watch your videos only take care ,,, please keep on updating new videos 🥰😇
is odoo 12 -15 almost everything is same or which tutorials playlist should i choose as a odoo 15 beginner can i choose 12 and 14 playlist ,is that okay?
hi Odoo mates, I'm a bit confused. Sometimes we have to iterate over self object (for record in self) as when we use @self.depends decorator, and sometimes we call the self object directly as in this video when we define the action of the button. Probably you can clear this up thanks.
i have one doubt in the cancel button. when you click the first tym cancel we have a 3 options ("draft,done,confirm") but once control set done i again tried cancel button , get one option 'draft'
Hello , on the sale order after an order is confirmed during a new one it still the save button present, It will be better that it would be ready for the next new one instead of click save botton after confirm, how can I acomplish this?
@@OdooMates No, I will try to explain better, when it is being creating a new sale order or quotation and the confirm button is pressed the record is created but the save button still there which I think it is not needed any longer, I want to change this behavior so you are ready to start inmediatly another sale with the create button instead save button, right now you have to press save to be ready for a new record- I would be like "pressing" the save button autmatclly afer using confirm
For this functionality in the odoo core you have to make necessary changes, and should have enough knowledge with odoo js and also make sure the changes won't affect any default functionalities
@@OdooMates Thanks again, I understand you point, it is good to go with the flow of odoo and as I do not know js yet I will let this for later. I just wanted to save extra-click to users...
Glad that you are trying to enhance the user experience of odoo and wish you can implement this once you move forward. Wishing you a good odoo days ahead brother
I am getting this error on odoo 15. How can i solve. UncaughtPromiseError Uncaught Promise > While parsing modifiers for button: for modifier "invisible": Unknown field state in domain
thank you brother because you wait until call to praying finished , the way of explaining is great , go on with much succcess
glad to hear it from you brother and thanks for the support
+1
lots of love bro ,the way you explain is very clear and its interesting .. i watch your videos only take care ,,, please keep on updating new videos
🥰😇
thanks for the support and kind words brother
Your videos are SO helpful! Thank you!!! 😁😁
happy that it helps
Thank you Odoo Mates❤
welcome
is odoo 12 -15 almost everything is same or which tutorials playlist should i choose as a odoo 15 beginner
can i choose 12 and 14 playlist ,is that okay?
will recommend you to start with odoo 14 playlist
hi Odoo mates, I'm a bit confused. Sometimes we have to iterate over self object (for record in self) as when we use @self.depends decorator, and sometimes we call the self object directly as in this video when we define the action of the button. Probably you can clear this up thanks.
Reason for iterating self over the for loop is to avoid the single ton error: ruclips.net/video/Rv44nFVn_5U/видео.html
ruclips.net/video/PDR-epV7L-c/видео.html
i have one doubt in the cancel button. when you click the first tym cancel we have a 3 options ("draft,done,confirm") but once control set done i again tried cancel button , get one option 'draft'
i too confused in this topic please advice me
not clear with the question, could you send us a small screen recording of the same to odoomates@gmail.com
Hello , on the sale order after an order is confirmed during a new one it still the save button present, It will be better that it would be ready for the next new one instead of click save botton after confirm, how can I acomplish this?
you mean to add a create button inside the form view ?
@@OdooMates No, I will try to explain better, when it is being creating a new sale order or quotation and the confirm button is pressed the record is created but the save button still there which I think it is not needed any longer, I want to change this behavior so you are ready to start inmediatly another sale with the create button instead save button, right now you have to press save to be ready for a new record- I would be like "pressing" the save button autmatclly afer using confirm
For this functionality in the odoo core you have to make necessary changes, and should have enough knowledge with odoo js and also make sure the changes won't affect any default functionalities
@@OdooMates Thanks again, I understand you point, it is good to go with the flow of odoo and as I do not know js yet I will let this for later. I just wanted to save extra-click to users...
Glad that you are trying to enhance the user experience of odoo and wish you can implement this once you move forward. Wishing you a good odoo days ahead brother
Hi, my fieldname is "state_select". So how can I put it to this place : states = "draft, done, confirm" ?
you have to use reserved keyword state for the state field or you can hide it using the attrs option: see, ruclips.net/video/IXcrxXmedwM/видео.html
@@OdooMates Thank you very much
@@wanamal92
hello, can you teach me how to make each different state has its own submenu?
you mean to show the different states records in different menus ? if so, see: ruclips.net/video/oLzVr8JYzf0/видео.html
thank you
Welcome
Why don't the buttons appear in the new fields I created after add the control statusbar
you mean the buttons are not getting added in the header?
@@OdooMates no the buttons add in the header for patient already exist but when l create new patient the button don't show
I am getting this error on odoo 15. How can i solve.
UncaughtPromiseError
Uncaught Promise > While parsing modifiers for button: for modifier "invisible": Unknown field state in domain
if you are doing development and getting this error, add field named state to the corresponding view
mate take a break, the prayer time has come in :)
doesn't work for me
Error context:
view: ir.ui.view(1408,)
xmlid: view_patient_form
view.model: hospital.patient
Can I see the code that you have added
@@OdooMates i dont know why but when i restart my pc and upgrade it works
@@boualiyacine its because as you added new function, the function that get executed on button click
@@OdooMates thank you very much for responding