Please provide the installation guide line for odoo 11.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
Hi Krupesh,
I'd like to counter the already posted comments.
Odoo has said on Odoo Experience that they will focus on Python 3. If any dependency is broken or anything is removed/changed that breaks 2.7 compatibility they will not look back and it will probably stay broken. So for the long term you're better off to install Python 3 and run Odoo on it, otherwise you might eventually get into troubles. Sooner or later it will become a problem on 2.7.
Regards,
Yenthe
Thank you Yenthe!
You're welcome - best of luck!
Package from python3 is required so you have to install below listed package
sudo apt-get install python3-pip
sudo pip3 install babel decorator Werkzeug docutils XlsxWriter feedparser greenlet html2text Jinja2 lxml MarkupSafe mock num2words ofxparse passlib psutil psycogreen psycopg2 pydot pyparsing PyPDF2 pyserial python-dateutil python-openid pytz pyusb PyYAML qrcode reportlab requests six suds-jurko vatnumber vobject xlwt xlrd ebaysdk gevent Mako Pillow
This will solve your problem related to packages.
Not necessary python3.0 in odoo-11 installation. It is well working in python2.7 too.
It works with virtual environment of odoo-11 requirement.txt
I hope this will help you.
Thanks!
Thank you Jainesh!
i used python3.7 to install odoo11 with venv
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
AanmeldenGerelateerde posts | Antwoorden | Weergaven | Activiteit | |
---|---|---|---|---|
|
2
feb. 24
|
15249 | ||
|
1
dec. 22
|
4830 | ||
|
2
dec. 22
|
14205 | ||
|
2
jun. 22
|
6043 | ||
|
2
jun. 22
|
4481 |
Hi,
Python 3 is not required for the v11. It will work in python 2.7 also. But it will better to install it in python 3.
@Niyas Thank you
https://github.com/odoo/odoo/blob/11.0/setup/package.py
#!/usr/bin/env python2
# -*- coding: utf-8 -*-