-
Notifications
You must be signed in to change notification settings - Fork 61
Home
-
Instalar Postgresql
-
Instalar pgadmin
-
crear usuario odoo/odoopwd en pgadmin como superuser
-
Instalar python 3.6 (64 bits)
-
Instalar node.js
-
npm install -g less
-
instalar git desde https://git-scm.com/download/win (para agregar git a la linea de comandos)
-
Crear una carpeta, donde vamos a clonar todos estos repositorios (el branch 12.0)
- git clone --branch 12.0 --depth 1 --single-branch https://github.com/odoo/odoo.git
- git clone --branch 12.0 --depth 1 --single-branch https://github.com/odoocr/l10n_cr.git
-
Bajar e instalar https://wkhtmltopdf.org/downloads.html
-
Ir a la carpeta de Odoo y ejecutar en una terminal:
- pip3 install -r requirements.txt
- pip3 install suds-py3 PyPDF2 passlib werkzeug python-dateutil PyYAML psycopg2 psutil image jinja2 reportlab html2text num2words paramiko phonenumbers vatnumber xlsxwriter jsonschema xmlsig pyopenssl
- pip3 install libsass==0.12.3
- modifica el odoo.conf de acuerdo a su ambiente
- agregar todos los repos al addons_path: addons_path = ./addons,./odoo/addons,../l10n_cr
-
Correr Odoo, ubicándose en la carpeta de Odoo:
- python odoo-bin -c odoo.conf
-
Instala el módulo de facturación electrónica. Con esto va a instalar todas las dependencias que el módulo necesita.
Si está instalando en Windows, debe hacer esto:
- pip3 install pypiwin32
- Agregar a la variable de ambiente PATH: "C:\Program Files\wkhtmltopdf\bin"
Opcional
- install chrome extension https://chrome.google.com/webstore/detail/odoo-debug/hmdmhilocobgohohpdpolmibjklfgkbi?hl=en-US
-
Instalar Postgresql
-
Instalar pgadmin
-
crear usuario odoo/odoopwd en pgadmin como superuser
-
Instalar python 3.6 (64 bits)
-
Instalar node.js
-
npm install -g less
-
instalar git desde https://git-scm.com/download/win (para agregar git a la linea de comandos)
-
Crear una carpeta, donde vamos a clonar todos estos repositorios (el branch 12.0)
- git clone --branch 11.0 --depth 1 --single-branch https://github.com/odoo/odoo.git
- git clone --branch 11.0 --depth 1 --single-branch https://github.com/OCA/account-financial-tools.git
- git clone --branch 11.0 --depth 1 --single-branch https://github.com/OCA/account-invoicing.git
- git clone --branch 11.0 --depth 1 --single-branch https://github.com/OCA/currency.git
- git clone --branch 11.0 --depth 1 --single-branch https://github.com/OCA/edi.git
- git clone --branch 11.0 --depth 1 --single-branch https://github.com/odoocr/l10n_cr.git
- git clone --branch 11.0 --depth 1 --single-branch https://github.com/OCA/partner-contact.git
- git clone --branch 11.0 --depth 1 --single-branch https://github.com/OCA/queue.git
- git clone --branch 11.0 --depth 1 --single-branch https://github.com/OCA/sale-workflow.git
- git clone --branch 11.0 --depth 1 --single-branch https://github.com/OCA/server-tools.git
- git clone --branch 11.0 --depth 1 --single-branch https://github.com/OCA/server-ux.git
-
Bajar e instalar https://wkhtmltopdf.org/downloads.html
-
Ir a la carpeta de Odoo y ejecutar en una terminal:
- pip3 install -r requirements.txt
- pip3 install suds-py3 PyPDF2 passlib werkzeug python-dateutil PyYAML psycopg2 psutil image jinja2 reportlab html2text num2words paramiko phonenumbers vatnumber Can not import xlsxwriter jsonschema xmlsig
- modifica el odoo.conf de acuerdo a su ambiente
- agregar todos los repos al addons_path: addons_path = ./addons,./odoo/addons,../l10n_cr,../account-invoicing,../account-financial-tools,../bank-payment,../community-data-files,../currency,../edi,../partner-contact,../queue,../sale-workflow,../server-tools,../server-ux
-
Correr Odoo, ubicándose en la carpeta de Odoo:
- python odoo-bin --config=odoo.conf
-
Instala el módulo de facturación electrónica. Con esto va a instalar todas las dependencias que el módulo necesita.
Si está instalando en Windows, debe hacer esto:
- pip3 install pypiwin32
- Agregar a la variable de ambiente PATH: "C:\Program Files\wkhtmltopdf\bin"
Opcional
- install chrome extension https://chrome.google.com/webstore/detail/odoo-debug/hmdmhilocobgohohpdpolmibjklfgkbi?hl=en-US