-
I add openerp-service.conf in [odoo9]. The content is as below:
`[options]
db_name = odoo
db_host = 10.2.5.111
#db_host = 127.0.0.1
db_port = 5444
db_user = odoo
db_password = odoo
dbfilter …
-
I see the document of odoo 9 to install odoo 9 community (https://www.odoo.com/documentation/9.0/setup/install.html) , but I meet two problems as below:
first problem :
When I run the command of …
-
I want to install odoo 9 in centos 7, but I meet a problem during installation.(a rpm not found)
http://nightly.odoo.com/9.0/nightly/rpm/odoo_9.0c.20190424.noarch.rpm: [Errno 14] HTTP Error 404 - Not…
-
Impacted versions:
odoo10, odoo11
Steps to reproduce:
While using ERPpeek(XMLRPC protocol) to create new res.partner record with image(field image), TypeError occurs:
Code on client machine:
```
…
-
Impacted versions: v 10.0
Steps to reproduce: Just try hit main odoo server url for instance:: http://localhost:8069
Current behavior: Error on the main screen:: "Internal Server Error"
Note: …
-
Impacted versions: OpenUpgrade branch 9.0
Steps to reproduce: Submit special characters to project_task -> description i.e. German Umlaute, ü, ö, ä, or "degrees" °
Current behavior: OpenUpgrade:…
-
Impacted versions: 9.0 e
Steps to reproduce: Click on any menu under administrator settings, it pops up the error.
Current behavior:
http://localhost:8069/web/content/9945-5e80088/web.assets_backend…
-
Just to let you know I am working on Magento 2.0 support, at least for the limited scope of importing sale orders.
The changes to Python-magento have been merged: https://github.com/fulfilio/python…
-
Traceback (most recent call last):
File "/tmp/upgrade/openupgrade/9.0/server/openerp/modules/registry.py", line 390, in new
openerp.modules.load_modules(registry._db, force_demo, status, updat…
-
I am trying to use Docker Compose to run odoo. However, the my odoo-web container is not able to connect with my odoo-db container. Here is my docker-compose.yml file:
{noformat}
version: "2"
servic…