[IMP]Do not use XMLRPC port for SHELL v10

This commit is contained in:
Fabien BOURGEOIS 2018-02-07 10:40:13 +01:00
parent da49f0a28c
commit f6a1a9e5c7
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
python OCB/odoo-bin shell -c odoo.conf -d "$@" --xmlrpc-port=8999
python OCB/odoo-bin shell -c odoo.conf -d "$@" --no-xmlrpc

View File

@ -1,3 +1,3 @@
#!/bin/bash
python OCB/odoo-bin shell -c odoo.conf -d "$@" --xmlrpc-port=8999
python OCB/odoo-bin shell -c odoo.conf -d "$@" --no-xmlrpc