Outils pour utilisateurs

Outils du site


odoo:install

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
odoo:install [2026/03/31 11:28] – [Install] rootodoo:install [2026/06/22 12:35] (Version actuelle) root
Ligne 1: Ligne 1:
 ====== Odoo: Installation v17 sur Debian 12 ====== ====== Odoo: Installation v17 sur Debian 12 ======
-==== Install ====+ 
 +==== Install 19 on Deb 13 ==== 
 +<code bash> 
 +apt install python3-asn1crypto python3-babel python3-cbor2 python3-dateutil python3-docutils python3-geoip2 python3-gevent python3-greenlet python3-libsass python3-lxml-html-clean python3-num2words python3-ofxparse python3-openpyxl python3-openssl python3-passlib python3-polib python3-psutil python3-pypdf python3-qrcode python3-reportlab python3-rjsmin python3-serial python3-stdnum python3-tz python3-usb python3-vobject python3-werkzeug python3-xlrd python3-xlsxwriter python3-zeep fonts-inconsolata fonts-font-awesome fonts-roboto-unhinted gsfonts python3-freezegun python3-magic python3-renderpm python3-ldap python3-xlwt  
 +</code> 
 + 
 +<code bash> 
 +# Create dummy package structure 
 +mkdir -p /tmp/python3-pypdf2-dummy/DEBIAN 
 + 
 +# Create control file 
 +cat > /tmp/python3-pypdf2-dummy/DEBIAN/control << EOF 
 +Package: python3-pypdf2 
 +Version: 1.0.0 
 +Section: python 
 +Priority: optional 
 +Architecture: all 
 +Depends: python3-pypdf 
 +Maintainer: Local User <user@local> 
 +Description: Dummy package to satisfy python3-pypdf2 dependency 
 + This is a dummy package that depends on python3-pypdf to satisfy 
 + the python3-pypdf2 dependency for Odoo 19. 
 +EOF 
 + 
 +# Build the dummy package 
 +dpkg-deb --build /tmp/python3-pypdf2-dummy 
 + 
 +# Install the dummy package 
 +sudo dpkg -i /tmp/python3-pypdf2-dummy.deb 
 +</code> 
 +wget https://download.odoo.com/19.0/nightly/deb/odoo_19.0.latest_all.deb 
 +dpkg -i odoo_19.0.latest_all.deb 
 + 
 + 
 + 
 +==== Install Old ====
 <code bash> <code bash>
 apt install gnupg2 postgresql gpg apt install gnupg2 postgresql gpg
odoo/install.1774956495.txt.gz · Dernière modification : de root