Great informative tutorial ! I have a question concerning the sequence inherited create method. How we can call it from the frontend if someone created a record via a controller and web form template ?
Thanks for the support brother, even if it created from controller or web form, definitely it will reach to the create method of particular model right ? when we try to save the data entered to the db, the create will get triggered and sequence will generated, if we need to generate the sequence from some other place, we can copy the line of code inside the create method and reuse as per our need
if i got you right he didn't change it he just made the sequence visible the name is still test 23 . if you looked next to it you can see it next to hp00124 I hope this helped you
Hi, I have created a scheduler in which email is sending to customer. If Email sending failed it is showing in Odoo chatter section of that record but if mail is correctly send to customer it is not showing in Odoo chatter of that record... What will be the reason for not showing in Odoo chatter?
i am only getting the list of databases i have made following your videos but i am not able to create new patient record because i am not getting the form to create a record,,,what could be the issue?
hi @odoomates, I followed your guide step by step. In the sequence part, I can see my reference created but when I create a new patient it doesn't update the value of "New" to HP00001.. etc instead it disappears and I don't have a reference anymore so how can I fix this please ? every thing in code runs well and I doublechecked everything
can you check what is returned from ir.sequence record on calling the next_by_code function, make sure the sequence code used in the code and inside sequence record is same
The same issue occurred for me as well. If the 'company' selected in the 'company' section of the 'sequence' form you created is different from the 'company' actively used by you, this problem arises. It gets fixed when you change it.
HI i created a group to hide delete button in odoo 16 . but its not working it hides delete button weather group is selected or not any solution please? false
Thank you very much. You're a Master of this course, and good at explaining things in detail. Much respect!✌
Glad it was helpful!
Great informative tutorial !
I have a question concerning the sequence inherited create method. How we can call it from the frontend if someone created a record via a controller and web form template ?
Thanks for the support brother, even if it created from controller or web form, definitely it will reach to the create method of particular model right ?
when we try to save the data entered to the db, the create will get triggered and sequence will generated, if we need to generate the sequence from some other place, we can copy the line of code inside the create method and reuse as per our need
Understood Sir, Thank you
You are welcome
Very good odoo tutorial
thanks
Such a wonderful video
Glad you think so!
Thank you for your video. How do you change the "Patients / Test 23" @21:36 of the video to be "Patients / HP00124" ?
if i got you right he didn't change it he just made the sequence visible the name is still test 23 .
if you looked next to it you can see it next to hp00124
I hope this helped you
hi sir,
how could i concatenate in filter_domain between more than two fields?
its possible, and use case is shown here: th-cam.com/video/69pCFI8uRIw/w-d-xo.html
24:16 search
Thanks for shared!!
Thanks for watching!
Hi. How to read a content of field binary exp pdf, add a web form frontend to backend with controler in odoo 14 ?
Hi, I have created a scheduler in which email is sending to customer. If Email sending failed it is showing in Odoo chatter section of that record but if mail is correctly send to customer it is not showing in Odoo chatter of that record... What will be the reason for not showing in Odoo chatter?
Why my program is not showing running script in debugger console ? My program definitely runs but not showing log records output in terminal
16:09
how can i make the code auto complete when i start it ? is there any extension? pleas help
When I group by is_child it show title YES and NO how to custom that?
is_child is a boolean field right, that is why it is showing yes and no
i am only getting the list of databases i have made following your videos but i am not able to create new patient record because i am not getting the form to create a record,,,what could be the issue?
Did you logged into the created db ?
@@OdooMates i was creating records earlier,it never asked me to login
Not sure , anyway you can login to db now and continue further
hi @odoomates, I followed your guide step by step. In the sequence part, I can see my reference created but when I create a new patient it doesn't update the value of "New" to HP00001.. etc instead it disappears and I don't have a reference anymore so how can I fix this please ? every thing in code runs well and I doublechecked everything
can you check what is returned from ir.sequence record on calling the next_by_code function, make sure the sequence code used in the code and inside sequence record is same
The same issue occurred for me as well. If the 'company' selected in the 'company' section of the 'sequence' form you created is different from the 'company' actively used by you, this problem arises. It gets fixed when you change it.
@@erolerzi1164 yes you have to add this below 5 to make it work for all companies a sort of (Global Sequence)
HI i created a group to hide delete button in odoo 16 . but its not working it hides delete button weather group is selected or not any solution please?
false
you can try it via access rights and record rules