You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2018. It is now read-only.
Hello,
I want to deploy Odoo 10 in the server. So firstly I deploy the node using oneclick (code = odoo10-all) which deploy only 4 service: The backup service,The DNS service,The mail service,The proxy service.
Then I create manually a new service:(Odoo 10 + Postgres).
Finally I get problem in the base:
The operation cannot be completed, probably due to the following:
deletion: you may be trying to delete a record while other records still reference it
creation/update: a mandatory field is not correctly set
[object with reference: title - title]
However the field title isn't declared in xml.
Why oneclick for odoo10-all doesn't create all services like services deployed by the oneclick? Now how can I create the base?