[IMP]v10 dev needs special shell entry

This commit is contained in:
Fabien Bourgeois 2016-10-18 11:11:29 +02:00
parent 8839906325
commit 1c5f4c0998
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM odoo:10.0
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
ADD shell.sh ./
ADD shell10.sh ./

3
odoo/odoo/shell10.sh Normal file
View File

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