This question has been flagged
3 Replies
3461 Views

Hello, I'm new to odoo11. Is there anyone here know how to add module (odoo apps) in odoo11 using Terminal and Pycharm? Thank you! 

Avatar
Discard

Thanks Cybrosys technologies! I really love your modules in Odoo Apps! more power. :)

Hope this guidelines will help you: http://learnopenerp.blogspot.com

Best Answer

Hi,

Here we have the detailed blog about how to add custom modules in Odoo, you can have a look at it: https://www.cybrosys.com/blog/how-to-install-custom-modules-in-odoo


Also, there is video illustrating the same: How To Install Custom Module In Odoo


Thanks

Avatar
Discard
Author Best Answer

how to update all module? using Terminal. I've try this one because its working in Odoo10, is the process same to Odoo11? if not what is the command line to update all module to the database? -c is not working. Thanks!

./odoo/odoo-bin -c /etc/odoo-server.conf -d TEST -u all

and the error says: 
/home/odoo/.local/lib/python3.5/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  """)

Avatar
Discard