This question has been flagged

I installed pycharm and odoo through linux terminal. In firefox browser i can open ERP with 'localhost:8069/'

my odoo insallation path is '/usr/lib/python3/dist-packages/odoo/'

I have 2 conf file  1) odoo_v12.config     file data is given below.

[options]
xmlrpc_port=8090
db_user=odoo_v12
db_password=odoo_v12
addons_path=/usr/lib/python3/dist-packages/odoo/addons,/usr/lib/python3/dist-packages/odoo/addons,/usr/lib/python3/dist-packages/custom_odoo_addons

2) wooc2.conf

[options]
admin_passwd = odoodemongodforever*#
db_host=192.168.0.118
db_port=5432
db_user=odoo12com
db_password=False
addons_path=/usr/lib/python3/dist-packages/conf, /usr/lib/python3/dist-packages/custom_odoo_addons
xmlrpc_port=8090
dbfilter=wooc2
max_cron_threads = 10
limit_time_cpu = 900000
limit_time_real = 800000
limit_request = 150000
limit_memory_soft = 10010720000
limit_memory_hard = 12810720000
worker = 8

I want to run odoo in pycharm and also want to use with pgAdminlll , how to configure it ?

Avatar
Discard