You are a hero! I'm currently watching the Odoo 14 playlist. Definitely gonna watch 15's.
@OdooMates2 жыл бұрын
thanks for the support and love brother
@aemssw2387 Жыл бұрын
DSA important for odoo ?
@desertrose97002 жыл бұрын
D f**** i have been thinking that i was stupid at developing for years haha but now you made things very clear U a legend .
@OdooMates2 жыл бұрын
❤️❤️❤️
@milonsarker2 жыл бұрын
"So what I'll do?" I'll say that its great resource to try hands-on. 😀👍
@OdooMates2 жыл бұрын
❤️❤️❤️❤️❤️
@mdfuadulislamredoy7661Ай бұрын
Thank you so much bro. You are saving my Job!
@OdooMatesАй бұрын
Glad to hear that
@moookkkkaaa2 жыл бұрын
Thank You very much for your help we waiting more videos for [Odoo 15 Development]
@OdooMates2 жыл бұрын
@murtazaraja7510 Жыл бұрын
High quality content. Thank you for these videos!
@OdooMates Жыл бұрын
Glad you like them!
@ghassanjenainaty4212 Жыл бұрын
can we directly make the cooding at the pycharm ?
@NMNaufaldo2 жыл бұрын
I have a problem with Odoo 15. The label for the field in form view is too wide. I already try to change the CSS, but it doesn't work. It seem your Odoo 15 doesn't has that problem
how i can upgrade the point of sale module like i want to use point of sale module but i want to make some change . HOW ?
@lionelc.7022 жыл бұрын
Super! Bravo. Best videos on development under odoo! Please, How to clean a database after having made many tests on the developed module but also on the others (invoicing, stocks,...) to keep only the configurations, the templates, etc useful in production? Thank you
@OdooMates2 жыл бұрын
Hope we can make a video on this topic in couple of days
@@OdooMates 👍 Thank you so much! It works very fine. 👏
@OdooMates2 жыл бұрын
Please feel free to add a review for module in odoo apps ❤️
@OdooMates2 жыл бұрын
Also take care while if you use it in production database
@shankarthiyagaraajan11472 жыл бұрын
Hi, I really appreciate your effort on the Odoo videos. I have learned things in detail with the help of your videos. I have one issue with module creation. 1. Assume, I have a module name "A" 2. I have installed the module "A" 3. Uninstalled the module "A" 4. Renamed the module dir and app_name in manifest to "B" 5. After server restart and app update, still I can see both "A" & "B" in the APPs list. May I know what is wrong, or is there anything I should do about this?
@OdooMates2 жыл бұрын
Manually delete the first app from the ui, in the action button you will have delete button
@shankarthiyagaraajan11472 жыл бұрын
@@OdooMates Oh..KK. Thanks for the quick response.
@OdooMates2 жыл бұрын
Welcome
@hoangphamhuy90962 жыл бұрын
So Addon is just a folder to put 1 or more modules inside right?
@OdooMates2 жыл бұрын
yes, you are right
@chiewzhewei6140 Жыл бұрын
Please help: followed your steps but cannot find any custom modules in server
@OdooMates Жыл бұрын
did you restarted the service ? added the addons path to the conf file ? and updated the apps list?
@berilkoksal6553 Жыл бұрын
Hello, my 15.0/odoo/addons directory has only base and test directories. There is another directory named Addons that has apps is at 15.0/addons. Its the same directory as yours but different located. Why it is like that and would that be a problem? Thank you so much :)
@OdooMates Жыл бұрын
may i know how you taken the odoo source code ? it is from the github repo right ?
@user-gf3hf5ri8b2 жыл бұрын
Hello, Odoo mates! just wondering why are we not using the "odoo bin scaffold" command ?
@OdooMates2 жыл бұрын
We feel its better for a beginner to start manually adding each files and understanding the use of it. Scaffold: kzbin.info/www/bejne/hnfPiZ-ndpmsrcU
@user-gf3hf5ri8b2 жыл бұрын
@@OdooMates I figured that! That's smart. Enjoying the playlist 🙂 ❤️❤️ great work
@OdooMates2 жыл бұрын
Glad you enjoying it ❤️ and thanks for the support
@TripDataD10 ай бұрын
when i update the module and want to see it's information: Can't fetch record(s) 574. They might have been deleted. this happens
@elielmurmu2 жыл бұрын
Thank you. Just perfect!
@OdooMates2 жыл бұрын
❤️❤️❤️❤️
@dhruvbarot84242 жыл бұрын
Nice video,Thank you.
@OdooMates2 жыл бұрын
Welcome brother
@ajayakumari51952 жыл бұрын
Super 👌👌👌
@OdooMates2 жыл бұрын
Thank you
@sanjaibalajinallasivam3291 Жыл бұрын
how to connect the custom modules data to show on the odoo website
@OdooMates Жыл бұрын
create a page, design the template, collect required data from backend inside the python controller and pass it to the template to render it
@sanjaibalajinallasivam3291 Жыл бұрын
@@OdooMates Any video reference related to this ?
@sanjaibalajinallasivam3291 Жыл бұрын
@@OdooMates I had a Custom module called student mark details, I need it on the website also with create and edit options can you refer some videos or documents about this... it will be helpful for my interview process thank you
@solomonmuwori19542 жыл бұрын
Can I develop in Odoo 15 Community using Vs Studio?
@OdooMates2 жыл бұрын
even though we wont recommend this approach, module created from studio can be used with community
@mohamedatef972 жыл бұрын
I did all the steps, but my custom module still not shown ?!! what should I do?
@OdooMates2 жыл бұрын
Custom addons path is added in conf file ? User has permission to access the folder ?
@AhsanTalal-v4i Жыл бұрын
My comment is over hiyar 😁... overall nyc content
@smartvillage2010 Жыл бұрын
hi odoo meats kindly i got this error when i try age = fields.integer(string="Age") AttributeError: module 'odoo.fields' has no attribute 'integer' - - - can you please help me how to fix this thanks for your support
@smartvillage2010 Жыл бұрын
ohhhhhh thanks i got my mistake i was type integer with small i not capital it must be like I not like i
@СергійКаращук-й8х Жыл бұрын
You don't have to offer a module every time, you need to add -u "module_name" to the config param, like this -c C:\development\projects\Agro\odoo\conf -d "agro_real" -u "land_plot"
@unsungcoder Жыл бұрын
You can click upgrade in the app list for the specific app you want to reload
@diegomunozdelrio88942 жыл бұрын
You can use scaffold
@OdooMates2 жыл бұрын
yes, but we wont recommend it for beginners: kzbin.info/www/bejne/hnfPiZ-ndpmsrcU