Skip to content

Commit

Permalink
Agora funcionando versão 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Silmar committed Jan 19, 2018
1 parent 68b1507 commit e09c6a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install_odoo_trustcodebr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ pip install openpyxl==2.4.0-b1
pip install boto==2.38.0
pip install odoorpc
pip install suds_requests
pip install urllib3
pip install pytrustnfe
pip install python-boleto
pip install python-cnab
Expand Down Expand Up @@ -174,7 +175,7 @@ echo "db_password = 123" >> ~/odoo/odoo-config

echo "Clonando repositório oficial dos módulos Odoo Brasil no GitHub."
echo "Agora falta pouco."
git clone https://github.com/Trust-Code/odoo-brasil.git ~/odoo-brasil
git clone -b $ODOO_VERSION.0 https://github.com/Trust-Code/odoo-brasil.git ~/odoo-brasil

echo "==== Instalação e configuração Odoo Brasil completa ===="
echo "---- PostgreSQL ---- "
Expand Down

0 comments on commit e09c6a6

Please sign in to comment.