Sequential Value | Search View | Inherit Create Method | No Update Attribute | Odoo 16 Development

  Рет қаралды 13,068

Odoo Mates

Odoo Mates

Күн бұрын

How to generate sequential value for record in Odoo 16. How to define search view in Odoo 16 development. Odoo 16 development tutorials. Odoo mates development videos. Odoo 16 tutorials. Build module in odoo 16. How to create module in Odoo 16.
Included Points
1. Inherit create method in odoo
2. How to add sequence record in odoo
3. Generate sequential value for field in Odoo
4. Use of noupdate attribute in Odoo
5. How to define search view in Odoo
6. How to set filters and group by in Odoo search view.
How to add search view in Odoo. How to inherit create method in Odoo 16. Working of noupdate attribute in Odoo 16. How to set filters and group by in Odoo 16.
𝐉𝐨𝐢𝐧 𝐭𝐡𝐢𝐬 𝐜𝐡𝐚𝐧𝐧𝐞𝐥:
/ @odoomates
𝐎𝐝𝐨𝐨 𝟏𝟓 𝐏𝐥𝐚𝐲𝐥𝐢𝐬𝐭: • How To Configure Odoo1...
Sponsor Us: github.com/spo...
𝐖𝐞𝐛𝐬𝐢𝐭𝐞: www.odoomates....
𝐈𝐧𝐬𝐭𝐠𝐫𝐚𝐦: / odoomates
𝐆𝐢𝐭𝐡𝐮𝐛: github.com/odo...
𝐄𝐦𝐚𝐢𝐥 : odoomates@gmail.com
𝐅𝐚𝐜𝐞𝐛𝐨𝐨𝐤: / odoomate
𝐓𝐰𝐢𝐭𝐭𝐞𝐫: / odoomates
𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐔𝐬 𝐢𝐧 𝐊𝐨 𝐅𝐢 : ko-fi.com/odoo...

Пікірлер: 34
@StepUpG-j8m
@StepUpG-j8m Жыл бұрын
Thank you very much. You're a Master of this course, and good at explaining things in detail. Much respect!✌
@OdooMates
@OdooMates Жыл бұрын
Glad it was helpful!
@lohitjm2211
@lohitjm2211 7 ай бұрын
Very good odoo tutorial
@OdooMates
@OdooMates 7 ай бұрын
thanks
@adhizcombat
@adhizcombat Жыл бұрын
Understood Sir, Thank you
@OdooMates
@OdooMates Жыл бұрын
You are welcome
@SamirSELLAMI
@SamirSELLAMI 2 жыл бұрын
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 ?
@OdooMates
@OdooMates 2 жыл бұрын
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
@krizora
@krizora 8 ай бұрын
Such a wonderful video
@OdooMates
@OdooMates 8 ай бұрын
Glad you think so!
@alexorgnet
@alexorgnet 11 ай бұрын
Why my program is not showing running script in debugger console ? My program definitely runs but not showing log records output in terminal
@sandipkollath4318
@sandipkollath4318 2 жыл бұрын
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?
@salim-s
@salim-s Жыл бұрын
how can i make the code auto complete when i start it ? is there any extension? pleas help
@sihemtaibi3402
@sihemtaibi3402 2 жыл бұрын
Hi. How to read a content of field binary exp pdf, add a web form frontend to backend with controler in odoo 14 ?
@tutifruiti8211
@tutifruiti8211 7 ай бұрын
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?
@OdooMates
@OdooMates 7 ай бұрын
Did you logged into the created db ?
@tutifruiti8211
@tutifruiti8211 7 ай бұрын
@@OdooMates i was creating records earlier,it never asked me to login
@OdooMates
@OdooMates 7 ай бұрын
Not sure , anyway you can login to db now and continue further
@mostafasalah9423
@mostafasalah9423 2 жыл бұрын
hi sir, how could i concatenate in filter_domain between more than two fields?
@OdooMates
@OdooMates 2 жыл бұрын
its possible, and use case is shown here: kzbin.info/www/bejne/bGrTdHl_bdqFf9k
@qasimhussain2563
@qasimhussain2563 Жыл бұрын
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
@OdooMates
@OdooMates Жыл бұрын
you can try it via access rights and record rules
@charmquark0
@charmquark0 Жыл бұрын
Thank you for your video. How do you change the "Patients / Test 23" @21:36 of the video to be "Patients / HP00124" ?
@ayoubrazali2484
@ayoubrazali2484 11 ай бұрын
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
@Jorge-Luiso
@Jorge-Luiso 2 жыл бұрын
Thanks for shared!!
@OdooMates
@OdooMates 2 жыл бұрын
Thanks for watching!
@tkdudat
@tkdudat Жыл бұрын
When I group by is_child it show title YES and NO how to custom that?
@OdooMates
@OdooMates Жыл бұрын
is_child is a boolean field right, that is why it is showing yes and no
@moncef-uq3yp
@moncef-uq3yp Жыл бұрын
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
@OdooMates
@OdooMates Жыл бұрын
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
@erolerzi1164
@erolerzi1164 10 ай бұрын
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.
@youneslouafi-in2nz
@youneslouafi-in2nz 3 ай бұрын
@@erolerzi1164 yes you have to add this below 5 to make it work for all companies a sort of (Global Sequence)
@zangetzu8303
@zangetzu8303 Жыл бұрын
24:16 search
@clai1087
@clai1087 Жыл бұрын
16:09
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Integration With Odoo | Using API KEY | Postman - Arabic
11:06
Odoo Custom Dashboard Tutorial | OWL Javascript
24:17
AJScript Media
Рет қаралды 25 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН