Thank you so much i've been using Odoo for 2 years and wondered how to stepping forward not only being consumer but also developer and this video help me so much! i wish i become odoo developer someday, thanks i hope your channel keep grows and help more people!
Just a reminder, in odoo 15 you can type *odor-bin scaffold * to create an empty module named ** under **, so that you don't have to copy everything from other modules. For example, to create template similar to the one in video: *$ ./odor-bin scaffold om_hospital ./custom/*
Hi Odoo Mates! Great vid! Thank you for showing the steps, but I've been strugling to see the module that I created. I've followed the steps in the video but somehow, it still does not show the created module when I restart the services and click "Update App list". The path was also added in the .conf file, and I also tried putting the custom module in the default addons folder. Still can't find it. Need help. Thanks
Thanks for your videos. They are well organized and beginner friendly. i have a question : Press Rerun Button with Upgrade App is not enough to reflect updates. i have to restart Odoo Service from Administrative Tools--> Services (Windows OS). is there a way to solve this problem ?
please i haven't the same directories like you (like costum and conf ..) ihave nssm postgresql python server thirdparty vcredist .how can i get custom and conf ?????
My directory list looks different, the odoo directory is into server directory and i created custom directory but 'Hospital' don't there in applications, after i changed to odoo directory and don't there too. Somebody can i help me?
you mean custom module is not listed in the apps ? did you configured the custom addons path as explained in this video ? th-cam.com/video/DJyPx5u6sd0/w-d-xo.html
Im getting this error when i create my database "Database creation error: fe_sendauth: no password supplied" and my config file is below [options] ; This is the password that allows database operations: ; admin_passwd = admin db_host = localhost db_port = 5432 db_user = odoo15 http_port = 8015 ;addons_path = C:\Users\tyfrank\Downloads\odoo-15.0\odoo\addons, C:\Users\tyfrank\Downloads\odoo-15.0\customs
Hi sir, thank you for your great video. Iam having a small error saying Some modules have inconsistent state or some dependencies may be missing [“the name of the module i just created”]
Thank you so much i've been using Odoo for 2 years and wondered how to stepping forward not only being consumer but also developer and this video help me so much! i wish i become odoo developer someday, thanks i hope your channel keep grows and help more people!
sure this will videos will help you to be more stronger
Thank you so much for your courses I really appreciate the efforts you put into your videos!
happy to hear such good words :)
Thank you soo much for your Videos, they are well described and it's Beginner Friendly . Please keep making these beginner friendly Videos
sure we will, thanks for the kind words. hope you will refer the channel to your odoo friends
Thanks for your sharing, it's very informative
Thanks brother
Thank you for the amazing explaination
welcome brother 🤩
Just a reminder, in odoo 15 you can type *odor-bin scaffold * to create an empty module named ** under **, so that you don't have to copy everything from other modules. For example, to create template similar to the one in video:
*$ ./odor-bin scaffold om_hospital ./custom/*
Thanks for sharing
Great teaching method Sir.
hiiii, thanks for sharing it my friend..... your channel is really great
Thanks for the support so far
Refer it your Odoo friends :) keep in touch
@@OdooMates Sure, my new friend, wonderful attitude should always go on top in life, like sharing these amazing tutorials.
@@omidasadi2264 happy to hear this words
Keep up the good work
thanks brother
what's your advice for a beginner overwhelmed and cannot understand exactly how the orm works , what should i focus on understanding first ?
Did you gone through our 2 videos about the Odoo orm ?
@@OdooMates i just did and thanks for them
@@HiPh0Plover1 welcome brother :)
Hi Odoo Mates! Great vid! Thank you for showing the steps, but I've been strugling to see the module that I created. I've followed the steps in the video but somehow, it still does not show the created module when I restart the services and click "Update App list". The path was also added in the .conf file, and I also tried putting the custom module in the default addons folder. Still can't find it. Need help. Thanks
Is it resolved ? if not we can connect and help you out
@@OdooMates I have the same problem..can you help me?
@@raneemalzaatary5550 done the basic checks ? addons path ? restarted service etc ?
Have you fixed the problem yet? I also have the same issue. And if yes, could you tell me the solution?
Great work!
thanks brother
Thank you so much
You're most welcome
sir this code will also do the sublime text or not????
yes it will work
can i use VS Code instead of pycharm
btw first comment
yes its possible
Thanks very much...
You are welcome
Hello, Please I created a custom module, but it is not showing in the custom module for me to install it.
did you click update apps list ? added in the correct addons path ?
Thank you so much...
welcome :)
Does it work this way for odoo15?
yes you can follow the same for odoo 15
@@OdooMates Can you make a video explaining what are those preset files purpose?
Preset files means ? Could you elaborate brother
@@OdooMates The files like init, manifest, etc.. but I'd also like to know how can I make my module appear in the dropdown list of apps.
@@melvinguerra9563 it is explained in this video: th-cam.com/video/I8FNdellz3Y/w-d-xo.html&lc=UgxrvFTexGExvGiGKi54AaABAg.9XuOA0Bvsde9Y1yg6MgJX1
i have created everything but its not showing in the module list even after updating my aps from upper navbar
did you added module in correct addons path ? manifest file is created correctly with two __ ?
@@OdooMates yes everything is done correctly but its still not showing in the module list can i get your mail with a purpose to sent you photo there?
@@alishahab8964 odoomates@gmail.com
@@alishahab8964 can you download a module from odoo store and add it in your addons path and see whether it comes ?
@@OdooMates when i download a custom module from internet its working fine. I have sent you my module on your mail kindly check it
Thanks for your videos. They are well organized and beginner friendly. i have a question : Press Rerun Button with Upgrade App is not enough to reflect updates. i have to restart Odoo Service from Administrative Tools--> Services (Windows OS). is there a way to solve this problem ?
yes, service has to be restarted to reflect the python changes, you are not using pycharm ide for development ?
I'm unable to install odoo setup in windows 10, please make a video on installation of odoo with PostgreSQL..........
i can't create the __init__.py in pycharm any help? thank you
What issue you face in creating the file ?
Good job!
Thanks!
please i haven't the same directories like you (like costum and conf ..) ihave nssm postgresql python server thirdparty vcredist .how can i get custom and conf ?????
custom and conf we have created manually
My directory list looks different, the odoo directory is into server directory and i created custom directory but 'Hospital' don't there in applications, after i changed to odoo directory and don't there too. Somebody can i help me?
you mean custom module is not listed in the apps ? did you configured the custom addons path as explained in this video ? th-cam.com/video/DJyPx5u6sd0/w-d-xo.html
@@OdooMates You're the best, thanks
Glad to hear it ❤️
How to create new product programmatically on odoo14 using Custom module?
From python or from xml code ?
@@OdooMates from python
I have Json array
@@9790063404able using create orm method, you can achieve it, self.env['product.product'].create({'name': 'test'})
@@9790063404able th-cam.com/video/8V-uOG8KkKA/w-d-xo.html
Why not use scaffold command ?
For beginner we feel its better to start with manual creation rather than scaffold.
th-cam.com/video/lvsZZNAR_2o/w-d-xo.html
salam from indonesia
Salam and love from india
Im getting this error when i create my database
"Database creation error: fe_sendauth: no password supplied" and my config file is below
[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = localhost
db_port = 5432
db_user = odoo15
http_port = 8015
;addons_path = C:\Users\tyfrank\Downloads\odoo-15.0\odoo\addons, C:\Users\tyfrank\Downloads\odoo-15.0\customs
you have to add one more key db_password='Replace_with_password' of user odoo15
@@OdooMates Database creation error: FATAL: password authentication failed for user "odoo15" should i change the master password?
Hi sir, thank you for your great video.
Iam having a small error saying
Some modules have inconsistent state or some dependencies may be missing [“the name of the module i just created”]
Also the dependencies are okie i made it ‘sale’ which i already installed
@@heshamosama1016 is it just a warning or you are not able to continue ?
@@OdooMates it is an Error and i can’t upgrade the module hence can not make a db table
@@heshamosama1016 can you share your module to odoomates@gmail.com, so that we can check and see
@@OdooMates thank you sir for helping us, i sent you an email titled “ Help Request”
I'm new in Odoo_Development , I need to know how to start the journal of learning Odoo technical correctly?@Odoo Mates
Please follow a playlist, you will be a odoo hero soon
Are you absolute beginner in Odoo development ? Join: chat.whatsapp.com/L8LahnQbriE82M5gR4dxKT
th-cam.com/video/DKxwcMxV02U/w-d-xo.html
@@OdooMates thank you so much, I will follow the Playlist daily
@@asimmalik4031 welcome brother
Can I have your number!
wa.me/917736136763