- Видео 487
- Просмотров 1 642 975
WebLearns
Индия
Добавлен 13 окт 2014
Odoo development tutorial in English and Hindi, Also Angular development Tutorial with different technology content available such as Odoo (ERP) (OpenERP - TinyERP), Python, Angular, Django, Flask, React, Javascript, Jquery, HTML, CSS, Editor tips and other frameworks and languages, Will launch all topics in details with sequence wise. If you have suggestion please do reach us on email.
Please enjoy Weblearns discussion and if you have any suggestion let us know, So we will build a strong content and share freely.
Thank You for your time to review this channel.
Have a nice day.
#odoo #openerp #tinyerp #python #angular #django #flask #reactjs #javascript #jquery #html #css #editor #edi
Website :- onlineweblearns.blogspot.com
Facebook Page :- freeweblearns
LinkedIn Page :- www.linkedin.com/company/weblearns
Source Code :- github.com/er-harsh-dhaduk
inquiryweblearns@gmail.com
Subscribe - Share - Comment/Suggestion - Enjoy
Please enjoy Weblearns discussion and if you have any suggestion let us know, So we will build a strong content and share freely.
Thank You for your time to review this channel.
Have a nice day.
#odoo #openerp #tinyerp #python #angular #django #flask #reactjs #javascript #jquery #html #css #editor #edi
Website :- onlineweblearns.blogspot.com
Facebook Page :- freeweblearns
LinkedIn Page :- www.linkedin.com/company/weblearns
Source Code :- github.com/er-harsh-dhaduk
inquiryweblearns@gmail.com
Subscribe - Share - Comment/Suggestion - Enjoy
How to add many2many one2many field to create records using XML file in Odoo | Odoo Tutorial
Data xml records, import records using xml file,Learn how to add and configure Many2many and One2many fields in Odoo when creating records using XML files. This step-by-step Odoo tutorial explains the process of defining relationships between models and adding data seamlessly. Whether you're a beginner or an experienced Odoo developer, this guide will help you master the XML syntax required to manage relational fields in Odoo. Watch the full video to enhance your Odoo development skills!
Adding Many2many and One2many fields in Odoo using XML,How to create relational fields using XML in Odoo,Defining Many2many and One2many fields in Odoo models,Odoo XML file tutorial for relational fields,S...
Adding Many2many and One2many fields in Odoo using XML,How to create relational fields using XML in Odoo,Defining Many2many and One2many fields in Odoo models,Odoo XML file tutorial for relational fields,S...
Просмотров: 40
Видео
How to add many2one field to create records using XML file in Odoo | Odoo Tutorial
Просмотров 639 часов назад
How to use ref attribute in xml file to create record, add many2one field or m2o field to create record, Learn how to add a Many2one field when creating records using XML files in Odoo! This tutorial explains how to link your records to other models using the Many2one field, the proper syntax for referencing related models, and best practices for avoiding errors. Ideal for Odoo developers, this...
How to add eval attribute and add image to create records using XML file in Odoo | Odoo Tutorial
Просмотров 7421 час назад
eval attribute, ref attribute, image field to add in xml file, Discover how to use the eval attribute and add images while creating records using XML files in Odoo. This tutorial walks you through the syntax and practical examples of using the eval attribute for dynamic values, setting field relationships, and incorporating image files directly into your XML data. Perfect for developers working...
Create records using XML file in Odoo | Data Loading Import through files | Odoo Tutorial
Просмотров 70День назад
Create records using xml file in odoo,import data using xml file,Data Loading,optionally create records in xml,How do I create an XML data file,Does Odoo use XML,How do I create multiple records in Odoo,How to create XML file.Load data in a custom module using xml file,Create records using xml file in odoo example,Create records using xml file in odoo free,Learn how to create records in XML fil...
Intro about record creates using XML or CSV | Data Loading Import through files | Odoo Tutorial
Просмотров 88День назад
Import large data using xml or csv file, Load records in odoo, Learn how to create records using XML and CSV files in Odoo. This tutorial provides a step-by-step guide to data loading and importing records through files. Discover best practices for preparing your XML or CSV data, ensuring successful imports, and troubleshooting common errors. Perfect for developers and functional users aiming t...
Modify Odoo Environment | Odoo Self Env in Odoo | Odoo Environment Variables
Просмотров 119День назад
Discover the essentials of modifying the Odoo environment and working with the Odoo self.env. This video dives deep into understanding how the Odoo environment operates, how to access and manipulate environment variables, and the practical use of self.env in Odoo development. Learn how to enhance your modules and automate processes by leveraging the power of the Odoo environment. Perfect for de...
Odoo Environment | Odoo Self Env in Odoo | Odoo Environment Variables
Просмотров 77День назад
What is self in odoo. What is a record set in odoo. Odoo environment variables, How to traverse recordset in Odoo. How to initialize odoo environment. Environmental variables in Odoo. How to alter odoo environment. What is odoo self.env . User object in odoo environment. Context in Odoo. Get user language in odoo python. Get current user id in odoo python. Get current company in odoo python. Od...
Set special commands in Odoo | [6,0,ids] development tutorial
Просмотров 5014 дней назад
Learn about special commands in Odoo development, focusing on the [6, 0, ids] notation. This tutorial demonstrates how to set records for one2many and many2many fields by replacing the existing records with a new list of IDs. Whether you're managing complex relationships or working on custom modules, this command is a must-know for Odoo developers. What you'll learn: The purpose of [6, 0, ids] ...
Clear special commands in Odoo | [5] development tutorial
Просмотров 1714 дней назад
Unlock the power of special commands in Odoo development, with a focus on clearing records using the [5] notation. In this tutorial, you’ll learn how to efficiently clear all records in one2many and many2many fields with just a single command. Whether you're building new modules or maintaining existing ones, mastering this command will save you time and effort. What you'll learn: What [5] does ...
Link special commands in Odoo | [4,id] development tutorial
Просмотров 4014 дней назад
Master the special commands in Odoo development, focusing on Command.link() and the [4, id] notation. This tutorial explains how to link existing records to one2many and many2many fields efficiently. Learn how to create robust relationships and manage your data effortlessly using these advanced Odoo ORM features. What you'll learn: When and how to use Command.link() and [4, id]. Linking existin...
Unlink special commands in Odoo | [3,id] development tutorial
Просмотров 2114 дней назад
Discover how to use the special commands in Odoo development to unlink records with Command.unlink() and the [3, id] notation. This tutorial provides a step-by-step guide to removing relationships from one2many and many2many fields without deleting the actual records from the database. Ideal for developers aiming to enhance their Odoo skills with advanced techniques. What you'll learn: The purp...
Delete special commands in Odoo | [2,id] development tutorial
Просмотров 2014 дней назад
Delete lines using Command.delete or using [2,id] special command, Explore the special commands in Odoo development, with a focus on the Command.delete() method and the [2, id] notation. Command syntax, This tutorial breaks down how to remove records from one2many and many2many fields efficiently. Learn the best practices for using these commands and see real-world examples that simplify your O...
Update special commands in Odoo | [1,id,vals] development tutorial
Просмотров 5114 дней назад
How to insert value to a one2many field in table using [1, id, vals] special command,How to Pass Values to the Child Lines of one2many Fields, Dive into the special commands in Odoo development, focusing on the Command.update() method and the [1, id, vals] notation. In this tutorial, we’ll explore how to modify existing records in one2many and many2many fields efficiently. Whether you're updati...
Create special commands in Odoo | [0,0,vals] development tutorial
Просмотров 9114 дней назад
How to create child records using special command in odoo, [0,0,{}], Learn about special commands in Odoo development, including the powerful Command.create() and the [0, 0, vals] notation used for managing one2many and many2many fields. In this tutorial, we'll guide you through the scenarios where these commands are essential, their practical use cases, and how to integrate them seamlessly int...
What is special commands in Odoo development tutorial
Просмотров 13114 дней назад
Odoo special commands for one2many and many2many fields, how we can add, update, delete, unlink, set, link or clear with Commands or short name like 0,0 or 1,ids, 6,ids etc, Explore the power of special commands in Odoo and how they can simplify complex operations in your Odoo development process. Learn about the use cases, implementation, and best practices for commands like update, unlink, li...
Auto Create Fields In Model Odoo Tutorial In Hindi
Просмотров 9814 дней назад
Auto Create Fields In Model Odoo Tutorial In Hindi
Required attribute in views | Odoo Latest Tutorial | View Migration Tip
Просмотров 2414 дней назад
Required attribute in views | Odoo Latest Tutorial | View Migration Tip
How to create custom module in Odoo tutorial in hindi
Просмотров 4114 дней назад
How to create custom module in Odoo tutorial in hindi
__manifest__ file in Odoo tutorial in hindi
Просмотров 2314 дней назад
manifest file in Odoo tutorial in hindi
Invisible attribute in views | Odoo Latest Tutorial | View Migration Tip
Просмотров 2914 дней назад
Invisible attribute in views | Odoo Latest Tutorial | View Migration Tip
Readonly attribute in views | Odoo Latest Tutorial | View Migration Tip
Просмотров 2914 дней назад
Readonly attribute in views | Odoo Latest Tutorial | View Migration Tip
Understanding Modules and Models in Odoo Development In Hindi
Просмотров 5221 день назад
Understanding Modules and Models in Odoo Development In Hindi
What is attrs in views | Odoo Latest Tutorial | View Migration Tip
Просмотров 6521 день назад
What is attrs in views | Odoo Latest Tutorial | View Migration Tip
How _name and _table model attribute works | Odoo Latest Tutorial
Просмотров 7221 день назад
How _name and _table model attribute works | Odoo Latest Tutorial
Scaffold command to create custom module | Odoo Development In Hindi
Просмотров 3521 день назад
Scaffold command to create custom module | Odoo Development In Hindi
Active Field In Odoo Latest Tutorial | Archive Unarchive | Soft vs Hard Delete
Просмотров 4921 день назад
Active Field In Odoo Latest Tutorial | Archive Unarchive | Soft vs Hard Delete
How to add multiple addons using addons-path in Odoo | Odoo Latest Tutorial
Просмотров 8921 день назад
How to add multiple addons using addons-path in Odoo | Odoo Latest Tutorial
How to use SHELL Command In Odoo | Odoo Development In Hindi
Просмотров 2921 день назад
How to use SHELL Command In Odoo | Odoo Development In Hindi
Auto Create Fields In Model Odoo Latest Tutorial
Просмотров 11621 день назад
Auto Create Fields In Model Odoo Latest Tutorial
Logger CLI Commands In Odoo Web Logs | SQL Logs | Odoo Latest Tutorial
Просмотров 6521 день назад
Logger CLI Commands In Odoo Web Logs | SQL Logs | Odoo Latest Tutorial
i get very angry when you say check previous video this is totally distractness please avoid it and give some summary of previous lecture
Hi, thanks for video. I have request for future videos to remove clicking sound.
Sure thing
Please upload more videos 🎉, thank you so much for uploading great content
Thank you for the appreciation! 🎉 I am working on it, Stay tune with us :)
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
guys am i blind or there is no text file joined in description, i copy paste every single command
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
Nice and very simple example💝
Thanks for liking
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
<field name="arch" type="xml"> list< <field name="product_name" /> <field name="product_variant" /><list/ </field>
i do same thing and it change the tree tag to list tag but not in format like the list tag is not closed and not open perfactly
That's not possible but there is case they have added some buggy code without testing and that code you are using :), My suggestion is update your community code and try again!
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
How can i contact you for Odoo Customization.
You can contact me through this mail inquiryweblearns[AT]gmail.com
Hi, i tried the same step but it does not work for me because upgrade-command not supported in my odoo 18.
Hi that's not possible :) Make sure you are using latest odoo 18 code and double check the odoo version which you are working. Incase having same issue, Try to provide which cli command you are using and error message.
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
This is working well. However wkhtmltopdf is not working properly and prints some blanks or dots for word fonts. Any fix for this
Open your terminal. and type below command. And check with qt-patched is there in the version, If not downgrade your version. wkhtmltopdf -v
Please web learn create video how odoo integrate with react or angular front end
Yes, I will show you some demo near future! Stay tune with us!
please Show us little long video i can not work my project well
Not work with me in odoo 17
Hi check in account module in portal template, You will get the logic.
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
I'm just getting into Odoo development. Your videos are invaluable.
Thanku! :)
sir in this playlist when you gonna make video on a pos.
Planning to after May25!
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
if we create 2 totally different modules so it will gonna work or not
yes possible, e.g moduleA having A m2o field and moduleB having B o2m field Now in module3 you can add in existing view to add B field in form view from moduleB :)
@@Weblearns ya but it return dependency recursion error
Share your code!
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTK40D7fk7s4Ur5_KQlJLZB DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTK40D7fk7s4Ur5_KQlJLZB DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTK40D7fk7s4Ur5_KQlJLZB DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTK40D7fk7s4Ur5_KQlJLZB DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
IS THERE ANY WAY TO CREATE FIELDS THATS ARE KEYWORD OF python like class = fields.Char in osme cases we need to create fields like thiss but odoo wont allow is there any way like django we can change the table column name
May I know which keywords you want to use in your model?
@@Weblearns "class"
thanks for sharing odoo knowledge. my question isnt related to the video, but as i saw, u dont have a video related to my question... when using workers in Odoo 16, cron job woker cannot execute it, all workers config are running good, except for cron job. if i do service status i got (number of workers + master + cron job + gevent) process. could u help me with that? i searched a lot and havent got any answer. thanks a lot.
--max-cron-threads this should be configure! in case mentioned as 0 that means cron job won't be work.
can I make description_field to html ? by changing similary to Html from Text in product addons
Yes its possible!
@@Weblearns bro I mean product description which is named as description_sale field .I want to show customer product description as html format
You can do it as html field by overriding same field in your custom module. But take care about rest of the process e.g this field is uses in website product page or while create picking/so/po other records where this field directly store values in other model's field in that case try to check html content don't store including html code such as tags and all, In this case you have to parse such content into simple formate.
@@Weblearns thanks man
sorry to say but in this video you mashed up everything like how you made 3 different view file and configure all in menu i didn't understand that thing
Well if you refer all sessions from beginning after you know every files and views with the reason :)
this video is after datetime field????
Yes this session created before datetime field and some other fields!
How do you start Odoo service on boot on Mac mini. With or without pycharm. Before user login. In case of power failure, the Mac turns on and server is started without login. Please help
Hi Chinaa108, Please refer this url. To create any service somesh-rokz.medium.com/how-to-create-services-in-macos-using-bash-launchctl-and-plutil-commands-step-by-step-guide-d736d25cdeeb#:~:text=In%20summary%2C%20there%20are%20two,for%20scheduling%20and%20managing%20services.
@ thank you for that! A video tutorial on how to run Odoo service before login would be awesome!
@@chinaa108 I will try in next year may be!
`May I ask wkhtmltopdf what you solved it?
Please refer this link. onlineweblearns.blogspot.com/2024/12/how-to-setup-odoo-18-on-ubuntu-2404-lts.html
@@Weblearns How can this be resolved on a Mac M1-M2? I see that what you sent me is for Ubuntu.
@@HiperAsia-Manual The version name you can use and same setup available in macos too
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTt2EpERduzawPjD4ToMtvc DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
is there way we can use field name like class etc which are keywords of python its a specific use case where i have to name the class as column name in database table ?
@@burnaviour-l4r Please refer below link. www.odoo.com/documentation/18.0/contributing/development/coding_guidelines.html#symbols-and-conventions
@@Weblearns which specific part ?
@@burnaviour-l4r symbols-and-conventions topic
You want to learn more about Odoo Development Training Tutorial? Please check below link. ruclips.net/p/PLAR8TpPnVeTTK40D7fk7s4Ur5_KQlJLZB DonateUS :- ko-fi.com/weblearns paypal.me/weblearners For business inquiry :- inquiryweblearns[AT]gmail.com Source Code :- github.com/er-harsh-dhaduk/odoo-training Subscribe - Share - Comment/Suggestion - Enjoy - DonateUS
sir your video is really amazing it's very helpful thank you very much sir for this playlist🙂🙂
Most welcome🙂 Stay tune with us!