dear thank you for the videos I have a query regarding many2one you can bring another field that is not the name or the one that identifies the module from which the information is brought.
if i have created 2 models Model A and Model B, in Model A i have 2 fields suppose "a", "b" and in Model B i have 2 fields "c", "d" (both are many2one fields linked by Model A) is that possible to get "a" field data as LOV in field "c" and "b" field data as LOV in field "d" ? if yes then how? can you please create a short video on that?
@@OdooMates Now I get it. THank You Sir for the reply. And one more thing can you tell me how I can study more about the odoo development after I watch all of your videos.
@@OdooMates Thanku Sir. I have one more question regarding odoo POS that when I start a POS session and add products to the cart, it keeps on adding out of stock products in to the cart. How can I solve this
You may have to customize and prevent the sale if product is out of stock, also you can check the third party apps in the store which provides this functionality
Why does it show the name of the patient when you want to create an appointment and not the id ? What whould i do i want that it display not the name but the gender or something else?
An error occurred Please use the copy button to report the error to your support service. UncaughtPromiseError Uncaught Promise > Missing field string information for the field 'name' from the 'hospital.appointment' model. why is this error coming up?
i following your tutorial, after this #20 i got this error psycopg2.errors.DatatypeMismatch: COALESCE types text and integer cannot be matched when tryng to display the data
@@OdooMates the problem solved, the bug is I put translate=true in fields.date or integer. this is the cause of the error, after I removed it, it works again
Thank you so much my friend. You are the best!
dear thank you for the videos I have a query regarding many2one you can bring another field that is not the name or the one that identifies the module from which the information is brought.
yes using the name get function and using rec name, see: ua-cam.com/video/aT_tsfW5HaQ/v-deo.html
ua-cam.com/video/FHaVftE6Mr0/v-deo.html
if i have created 2 models Model A and Model B, in Model A i have 2 fields suppose "a", "b" and in Model B i have 2 fields "c", "d" (both are many2one fields linked by Model A) is that possible to get "a" field data as LOV in field "c" and "b" field data as LOV in field "d" ? if yes then how? can you please create a short video on that?
u have a nice way of teaching^^
thanks for the support
Good content
Thanks brother
Thanks a lot
Most welcome
When I create an appointment only empty lines are showing on the screen sir name are not showing
do you have added rec_name for the model or name_get function .
if not see: ua-cam.com/video/S5FWeUTtmmE/v-deo.html
@@OdooMates Now I get it. THank You Sir for the reply. And one more thing can you tell me how I can study more about the odoo development after I watch all of your videos.
@@shahzaibanwar8368 once you complete any playlist, please join some companies or starting working as odoo developer
@@OdooMates Thanku Sir. I have one more question regarding odoo POS that when I start a POS session and add products to the cart, it keeps on adding out of stock products in to the cart. How can I solve this
You may have to customize and prevent the sale if product is out of stock, also you can check the third party apps in the store which provides this functionality
Why does it show the name of the patient when you want to create an appointment and not the id ? What whould i do i want that it display not the name but the gender or something else?
It will show value from name field or from name get function
ua-cam.com/video/aT_tsfW5HaQ/v-deo.html
@@OdooMates thx a lot !
@@mentalcreed06 welcome brother
An error occurred
Please use the copy button to report the error to your support service.
UncaughtPromiseError
Uncaught Promise > Missing field string information for the field 'name' from the 'hospital.appointment' model. why is this error coming up?
Did you have name field in appointment model ?
i just unistalled the module and installed it again. It worked. thank you for the classes
Thanks for the supportchat.whatsapp.com/Eh9XF6wff244UywTmkCwLj
i following your tutorial, after this #20 i got this error
psycopg2.errors.DatatypeMismatch: COALESCE types text and integer cannot be matched
when tryng to display the data
can you trace which part of the code is causing the error ?
@@OdooMates the problem solved, the bug is I put translate=true in fields.date or integer. this is the cause of the error, after I removed it, it works again