cp GISCE.xml ~/.PyCharmXX/config/templates/
cp gisceTemplates/* ~/.PyCharmXX/config/fileTemplates/Inside your OpenERP files: XML views, Python files
Press Ctrl + J to insert the template
click_erppeek: Click method headers for an erppeek connection- Has the
$method_name$parameter, must be a string - (i.e.)
import_csv_file
- Has the
csv_reading: Adds simple CSV reading from a connection- Has the
$headersparameter, must be a list of comma separated cuoted values - (i.e.)
'column1', 'column2', 'column3'
- Has the
Click_CSV.py: Click script with simple CSV import using custom HEADERS and ERP Peek