excellent !! this will help a lot for me as I am from Oracle Forms & Report, Apex... please point me to the video guide using this feature to create a Module from start to end... if there is any. be blessed :)
@@OdooMates thanks a bunch for this playlist, will give it a try and off course share with others who are interested in Odoo development. be blessed :)
Are you available for bespoke training work? You're the first developer I've found that provides coherent and useful solutions. Our business is just starting out on the Odoo app and we could really do with help
Hello Thanks for the video. What if i want to add a field type as manytoone ? Have you made any video on how to reate the related model that the manyToOne an get values from ?
@@OdooMates hello sir after some changes i successfully loaded the data into the crm fields but i have one query regarding importing the api into local , i am using crm model not custom so i need to use facebook and ringover api to generate leads into crm so how can i do that in default crm module. please help
This video is really helpful. I am able to create custom fields in a given Module. I'm facing a little problem right now, I'm unable to add custom fields Under any tabs[pages] in that module. For Example, in Employee Module, we have different tabs like Resume, Work Information, Private Information etc. Is there any way to add custom fields in a particular tab. Please share if that is possible, that would be a great help for us. Thanks
after doing this all , if we deactivate developer mode and then re-activate it , is custom fields disappears or it still remains constant, bcz i want fields to be constant if we upgrade module or any update occurs
When I try to edit I got this message: Properties of base fields cannot be altered in this manner! Please modify them through Python code, preferably through a custom addon! I am newbie with this, can you help me?
@@OdooMates Great video! I’m new in Odoo and I have a question to ask. If these custom fields are being added in production environment using debug mode, and we will need to redeploy Odoo to production using docker for some reasons, how do we retain these added custom fields with the latest Odoo code?
@@wisedotmy hi, when we add fields from ui, it will be limited to the particular db, when you move to production, if you same db, you will get it. As you are new, i will suggest you to create field from code, if you need it across multiple db's
Thanks for your quick reply! I did try to add the custom fields using debug mode, and I noticed that I need to add the fields using HTML tags. Therefore the respective XML/HTML must have been changed after adding in production. So do you mean when we redeploy Odoo using docker image later, these respective XML/HTML will be automatically generated from the DB?
@@wisedotmy am not good with docker, can you confirm that, you will using same db or different db ? the changes we apply from ui is limited only to particular db
nice. in this video you explained how to add field, form input, but in the list view how do I add the "Test Date" to the list, without touching the architecture code, and use the inherited code instead?
@@OdooMates hi, i was trying to put the new field to the invoice, but when i print it it doesnt appears, coudl you pass me a guide or a video to know how to do it, thanks for all.
Hello friends +1 for your video i have a question when i create a field can count Number of packages name x_cbulto i have an error Error while validating view El campo `x_cbulto` no existe Contexto del error: Vista `x_cbulto_view` [view_id: 1032, xml_id: n/a, model: account.move, parent_id: 553] but i created the field like you teach can you help me please
Hey there, Your videos on Odoo are the best. Thank you. I learned so many things. I have one question thought. I am learning community edition, and I want to change the name of Odoo to my name. Like we see in the following video. th-cam.com/video/b-rC_UtQV1o/w-d-xo.html It is based on Odoo, or it is Odoo, but they have change the name to Teknovative CRM. So how can I do it in community edition. Thank you again.
Thanks for the feedback and happy to hear it from you. Regarding the question, yes you can debrand Odoo to your own name, there are lot of examples in the market already, just use any available dranding modules for the same
Will added fields in this way be retained after module/app upgrade?
Yes this will remain as it is even after module upgrade
excellent !! this will help a lot for me as I am from Oracle Forms & Report, Apex... please point me to the video guide using this feature to create a Module from start to end... if there is any. be blessed :)
For inherit and add new field from code: th-cam.com/video/z1Tx7EGkPy0/w-d-xo.html
Full development tutorial: th-cam.com/video/BDepk0LhVuI/w-d-xo.html
@@OdooMates thanks a bunch for this playlist, will give it a try and off course share with others who are interested in Odoo development. be blessed :)
Are you available for bespoke training work? You're the first developer I've found that provides coherent and useful solutions. Our business is just starting out on the Odoo app and we could really do with help
Our email: odoomates@gmail.com
If I added a field like this, once we restarted the instance of Ubuntu server and at the time of upgradation , is custom added fields are vanished?
Ey, do you know how can I show in print invoice the new add field? If it could do in web better
Hello Thanks for the video. What if i want to add a field type as manytoone ? Have you made any video on how to reate the related model that the manyToOne an get values from ?
hello as i am trying the same thing with crm lead but i cant see my thing i did the exact thing but the custom view is not showing up. please help
does the field get added to the model successfully ? can you see the inherited view under the main view ?
@@OdooMates hello sir after some changes i successfully loaded the data into the crm fields but i have one query regarding importing the api into local , i am using crm model not custom so i need to use facebook and ringover api to generate leads into crm so how can i do that in default crm module. please help
Great best video. Keep it up.
happy to hear it
This video is really helpful. I am able to create custom fields in a given Module. I'm facing a little problem right now, I'm unable to add custom fields Under any tabs[pages] in that module. For Example, in Employee Module, we have different tabs like Resume, Work Information, Private Information etc. Is there any way to add custom fields in a particular tab. Please share if that is possible, that would be a great help for us.
Thanks
after doing this all , if we deactivate developer mode and then re-activate it , is custom fields disappears or it still remains constant, bcz i want fields to be constant if we upgrade module or any update occurs
the field will remain in the form always and it wont loose on upgrading any modules
@@OdooMates thank-you so much
❤️❤️❤️
bro i have another question if we push the data to cloud then also custom fields are there or disappears
@@abhinaydhupad1549 how you are pushing data to cloud ? db backup or how ?
When I try to edit I got this message: Properties of base fields cannot be altered in this manner! Please modify
them through Python code, preferably through a custom addon! I am newbie with this, can you help me?
Instead of adding new field, you are editing the existing fields ?
This error is shown when we try to change the field properties from ui
@@OdooMates But I dont want 2 of the same field what I can do? Delete the old one?
@@OdooMates I am trying to edit existing field. Can you give me some idea how to solve this?
What changes you need to apply on an existing field
there is no field in odoo interface only apps and setting
Install any modules from the apps menu
Nice one! I thought, the model will override it after upgrade...
Hope it is cleared now :)
@@OdooMates Great video! I’m new in Odoo and I have a question to ask. If these custom fields are being added in production environment using debug mode, and we will need to redeploy Odoo to production using docker for some reasons, how do we retain these added custom fields with the latest Odoo code?
@@wisedotmy hi, when we add fields from ui, it will be limited to the particular db, when you move to production, if you same db, you will get it.
As you are new, i will suggest you to create field from code, if you need it across multiple db's
Thanks for your quick reply! I did try to add the custom fields using debug mode, and I noticed that I need to add the fields using HTML tags. Therefore the respective XML/HTML must have been changed after adding in production. So do you mean when we redeploy Odoo using docker image later, these respective XML/HTML will be automatically generated from the DB?
@@wisedotmy am not good with docker, can you confirm that, you will using same db or different db ? the changes we apply from ui is limited only to particular db
nice. in this video you explained how to add field, form input, but in the list view how do I add the "Test Date" to the list, without touching the architecture code, and use the inherited code instead?
follow the same method, create a date type field first, then instead of inheriting form view, inherit tree view
@@OdooMates oh wow. nice. I appreciate it
@@erickindratara3307
@@OdooMates hi, i was trying to put the new field to the invoice, but when i print it it doesnt appears, coudl you pass me a guide or a video to know how to do it, thanks for all.
@@gontrix01YT2001 you mean added field not showing in the invoice print out ?
Can we edit the python code from Odoo UI?
its not possible, but we can add new python codes using server action
@@OdooMates Ok thank you
@@NMNaufaldo welcome
Hello friends +1 for your video i have a question when i create a field can count Number of packages name x_cbulto i have an error
Error while validating view
El campo `x_cbulto` no existe
Contexto del error:
Vista `x_cbulto_view`
[view_id: 1032, xml_id: n/a, model: account.move, parent_id: 553]
but i created the field like you teach can you help me please
UPDATE* im trying to add a field into invoice_lide_ids is a one2many field.
to which model you add the field ? the model of the invoice line is account.move.line ? did you add to this ?
Thanks.. Alot❤️❤
You're welcome 😊
@@OdooMates 🥺❤️
@@kavyavs6445
Hey there,
Your videos on Odoo are the best. Thank you. I learned so many things.
I have one question thought. I am learning community edition, and I want to change the name of Odoo to my name. Like we see in the following video.
th-cam.com/video/b-rC_UtQV1o/w-d-xo.html
It is based on Odoo, or it is Odoo, but they have change the name to Teknovative CRM.
So how can I do it in community edition.
Thank you again.
Thanks for the feedback and happy to hear it from you. Regarding the question, yes you can debrand Odoo to your own name, there are lot of examples in the market already, just use any available dranding modules for the same
@@OdooMates Thank you for the quick reply. Will you please suggest a free module?
1+
Thanks