Skip to content

Commit e09c6a6

Browse files
committed
Agora funcionando versão 10
1 parent 68b1507 commit e09c6a6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

install_odoo_trustcodebr.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ pip install openpyxl==2.4.0-b1
145145
pip install boto==2.38.0
146146
pip install odoorpc
147147
pip install suds_requests
148+
pip install urllib3
148149
pip install pytrustnfe
149150
pip install python-boleto
150151
pip install python-cnab
@@ -174,7 +175,7 @@ echo "db_password = 123" >> ~/odoo/odoo-config
174175

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

179180
echo "==== Instalação e configuração Odoo Brasil completa ===="
180181
echo "---- PostgreSQL ---- "

0 commit comments

Comments
 (0)