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

preview_player
Показать описание
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.

𝐉𝐨𝐢𝐧 𝐭𝐡𝐢𝐬 𝐜𝐡𝐚𝐧𝐧𝐞𝐥:

Рекомендации по теме
Комментарии
Автор

Thank you very much. You're a Master of this course, and good at explaining things in detail. Much respect!✌

StepUpG-jm
Автор

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 ?

SamirSELLAMI
Автор

hi sir,

how could i concatenate in filter_domain between more than two fields?

mostafasalah
Автор

Why my program is not showing running script in debugger console ? My program definitely runs but not showing log records output in terminal

alexorgnet
Автор

Thank you for your video. How do you change the "Patients / Test 23" @21:36 of the video to be "Patients / HP00124" ?

charmquark
Автор

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?

<xpath expr="//form" position="attributes">
<t
<attribute name="delete" ">false</attribute>
</t>
</xpath>

qasimhussain
Автор

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?

sandipkollath
Автор

When I group by is_child it show title YES and NO how to custom that?

tkdudat
Автор

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?

tutifruiti
Автор

Hi. How to read a content of field binary exp pdf, add a web form frontend to backend with controler in odoo 14 ?

sihemtaibi
Автор

how can i make the code auto complete when i start it ? is there any extension? pleas help

salim-s
Автор

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

moncef-uqyp