Skip to content
Snippets Groups Projects

Added the management of configuration settings in JSON RPC import of CSV files.

Closed Etienne Ferriere requested to merge topic/default/TG-407 into branch/default
Files
5
+ 1
0
@@ -35,6 +35,7 @@ import_jsonrpc_odoo11_test:
- import_jsonrpc -v --host localhost --password admin -d test_setup --protocol jsonrpc -p 8069 --file tests/context_import/res.company.csv --context test=value
- import_jsonrpc -v --host localhost --password admin -d test_setup --protocol jsonrpc -p 8069 --directory tests/import_emptyyaml --delimiter ";"
- import_sql -vv --host postgres --user odoo --database test_setup --directory tests/import_sql
- actions.py -v --password admin -d test_setup --protocol jso:nrpc -p 8069
import_base_import_odoo11_test:
extends: import_jsonrpc_odoo11_test
Loading