Swapnesh Shah
fb3103e787
[FIX] Use correct reference for wkhtmltopdf
6 years ago
Yenthe Van Ginneken
b243ef7df8
[IMP] odoo_install: change values/notes to V13
6 years ago
Yenthe V.G
3f82153853
[FIX] odoo_install: auto install rtlcss for RTL support
...
Fixes https://github.com/Yenthe666/InstallScript/issues/153
Fixes https://github.com/Yenthe666/InstallScript/issues/158
7 years ago
Yenthe V.G
b9727fd787
[FIX] install_script: bump up wkhtml to 12.5 and go back to requirements.txt
...
- Wkhtmltopdf from V0.12.1 to V0.12.5
- Go back to requirements.txt which finally looks more stable than our own library definitions
7 years ago
Yenthe V.G
6fbec3cb31
[FIX] odoo_install: add missing dependencies for Ubuntu 18.04
...
Fixes https://github.com/Yenthe666/InstallScript/issues/151 - every once in a while people reported this issue.
7 years ago
Tony Benoy
e396a9ae0f
Changes for odoo 12 and optimising nginx checks
7 years ago
Tony Benoy
3d38317524
libpng12-0
7 years ago
Tony Benoy
2532fdbb33
Testing for updated wkhtmltopdf change for odoo v12 onwards
7 years ago
Tony Benoy
7ff9799532
Whitespace
7 years ago
Tony Benoy
394b2c4300
Longpolling comment fix
7 years ago
Tony Benoy
6aa0c44361
Fixes
7 years ago
Tony Benoy
f1dfca1ddd
Readme changes
7 years ago
Tony Benoy
1dd88b59aa
Parent directory fixes
7 years ago
Tony Benoy
b6b14ee4c9
Fixed v12 with nginx
7 years ago
Yenthe V.G
9e82bfbd2b
[REM] odoo_install_debian: remove outdated debian installer
...
It was behind from V10 anyways, probably doesn't even work on 12.0 anymore.
7 years ago
Yenthe V.G
9aeb963a51
[FIX] odoo_install: various fixes for V12 on Ubuntu 18.x
7 years ago
Yenthe V.G
54627eb974
[UPD] odoo_install: update readme to 12.0
7 years ago
Yenthe V.G
793a70c8ee
[ADD] installscript: add MIT license to be transparant
7 years ago
Yenthe V.G
9e9633310c
[UPD] odoo_install: set version to 12.0
7 years ago
Yenthe V.G
356a1cede5
[ADD] odoo_install: add missing packages for V12
7 years ago
Yenthe V.G
2b95219c12
[IMP] comments: add note saying Ubuntu 18.04 is supported
8 years ago
Yenthe V.G
eeee4c02ad
[FIX] Append .log extension to file
...
This got lost in the migration from 10.0 to 11.0
8 years ago
Yenthe V.G
1067ca0c19
[FIX] Add missing dependencies for non-trivial usecases
...
Adds:
- psycogreen is long polling callbacks required for the live chat module.
- suds-jurko is needed for the SOAP web services.
- pytz is required for time zone.
- pyusb is required to support USB communication with the Odoo Point Of Sale box (POS BOX).
- greenletis required for GEvent, it supports micro-threading and lightweight controlled concurrency.
- xlrd is required for Microsoft Excel XLS and CSV import.
Courtesy of https://github.com/Yenthe666/InstallScript/pull/62#issuecomment-338671099
8 years ago
Yenthe V.G
c4c69b17fa
FIX: add missing import xlwt for Excel export
...
Fixes https://github.com/Yenthe666/InstallScript/issues/60
8 years ago
Yenthe V.G
c908b376b1
FIX: Add missing dependencies (or child dependencies)
...
Courtesy of @chris001 (and based on https://github.com/Yenthe666/InstallScript/pull/62 )
8 years ago
Yenthe V.G
7f1d7da84f
ADD: Enterprise specific library dependencies
...
ADD: num2words
ADD: ofxparse
8 years ago
Yenthe V.G
0b8b4d7fc0
FIX: add gdata to P3 and remove psycogreen dependency
...
REM: Psycogreen has been removed in Odoo 11 as of bb14c41663 (thread https://github.com/odoo/odoo/pull/19976#event-1285424762 ) so removing it from the installation script too.
FIX: Add gdata for Python 3 support
8 years ago
Yenthe V.G
974c01e904
FIX: Add missing requests dependency for Python 3
8 years ago
Yenthe V.G
d189979e7b
IMP: update comments to 11.0
...
- Change 9.0 text to 11.0
- Update some minor things.
8 years ago
Yenthe V.G
7d978fa1b6
FIX: Add missing jinja2 package for Python 3
8 years ago
Yenthe V.G
c15e17a0c8
FIX: readme.md layout and formatting
8 years ago
Yenthe V.G
6a6f6c493c
FIX: Create configuration file from scratch
...
We've used to copy the .conf file from /debian/odoo.conf and modified it along the way to our needs. This could trigger issues and cornercases. Since Odoo 11.0 this breaks the default installation script.
There where two options:
1) Create sed commands to find the doubles and remove them - which would have issues with the regex expressions and special characters such as "/".
2) Create a new configuration file from scratch and fill it with our own data
Obviously, I went for option 2.
8 years ago
Yenthe V.G
c7da009165
FIX: Including python suds in installation
...
FIX: python3-suds
8 years ago
Yenthe V.G
4a9ae0c7e9
ADD: Missing packages and remove options echo
8 years ago
Vincent Adriaensen
937b20c7a7
FIX: python3-suds
8 years ago
Yenthe V.G
4266e18886
WIP: Odoo 11 installation script (compatibility for Py2 & Py3)
8 years ago
Yenthe V.G
ac5ed16a9e
[FIX] Change Wkhtmltopdf download URL (it has moved)
9 years ago
Yenthe V.G
582ecdaba7
[IMP] Add Github authentication validations
...
Before this addition you would only have one chance to fill in the Github credentials.
If they where wrong the script would fail on a lot of the remaining steps, you would need to run the script and you might even get issues because of already used commands.
This commit adds the response from Github to check if the credentials are valid are not.
In case they're invalid we'll ask them again (untill they're correct) and we'll show a warning to the user that they where invalid or that the user does not have enough rights on the Github repository.
If they succeed we'll clone the enterprise repository and continue.
9 years ago
Yenthe V.G
9a3f129688
[IMP] Create custom addons directory on community version
...
This was the behaviour in 9.0 but went lost in the 10.0 script.
This commit fixes the issue, otherwise there is no custom directory.
9 years ago
Yenthe V.G
ccaca3e5df
[Fix] Add missing Python package
...
This package was missing as dependency at the Odoo source code too.
This commit fixes it. See 0ac303d12f
9 years ago
Yenthe V.G
967f70364d
[IMP] Debian xmlrpc-port auto-fill
...
This will automatically fill in the XMLRPC-port that is configured at the top of the script.
This was not passed on in a variable so if the user would change the port at the top it wouldn't change in the configuration file. This is now fixed!
9 years ago
Yenthe V.G
ef92acf495
[IMP] Remove automatical deleting of PSQL/Wkhtmltopdf
9 years ago
Yenthe V.G
b02abb455a
[Add] Debian install script
...
Adds a debian install script for Odoo 10.
9 years ago
William Olhasque
eff82f8ea8
Debian version
...
Debian Jessie
Virtualenv
Postgresql 9.6
Systemd service
9 years ago
Yenthe
5487b5cc8b
[Fix] Add python-subs dependency for enterprise
...
This is needed for the FedEx app.
9 years ago
Yenthe
3a5d985038
[IMP] Remove unnecessary imports
...
These have been in the script for quite a while but there is no reason in having them anymore. Removed.
9 years ago
Yenthe
c2dec92376
[IMP] Add V10 Enterprise support
...
This script is now combined to be able to install both V10 community and V10 enterprise.
9 years ago
Yenthe
4778542a4e
[Fix] Add new Odoo 10 requirement (xlswriter)
...
XlsWriter is a new dependency in V10 (see https://github.com/odoo/odoo/blob/10.0/requirements.txt )
9 years ago
Yenthe
bf06a3b43c
[Fix] Link to correct conf to copy
...
Was referring to openerp-server.conf but was renamed to odoo.conf in V10.
9 years ago
Yenthe
4dcc32f621
[IMP] Minor comment fix to specify supported Linux versions
9 years ago