We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b1507 commit e09c6a6Copy full SHA for e09c6a6
1 file changed
install_odoo_trustcodebr.sh
@@ -145,6 +145,7 @@ pip install openpyxl==2.4.0-b1
145
pip install boto==2.38.0
146
pip install odoorpc
147
pip install suds_requests
148
+pip install urllib3
149
pip install pytrustnfe
150
pip install python-boleto
151
pip install python-cnab
@@ -174,7 +175,7 @@ echo "db_password = 123" >> ~/odoo/odoo-config
174
175
176
echo "Clonando repositório oficial dos módulos Odoo Brasil no GitHub."
177
echo "Agora falta pouco."
-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
179
180
echo "==== Instalação e configuração Odoo Brasil completa ===="
181
echo "---- PostgreSQL ---- "
0 commit comments