-
Notifications
You must be signed in to change notification settings - Fork 47
create the Base #223
Comments
Which branch are you using? Master? |
For the base I have thought to add a field title in xml because is required, However I get error in creating database: File "/home/odoo10/odoo-dev/odoo/addons/clouder/models/base.py", line 819, in deploy File "/home/odoo10/odoo-dev/odoo/addons/clouder_template_odoo/template.py", line 156, in deploy_build File "/usr/local/lib/python2.7/dist-packages/erppeek.py", line 439, in init File "/usr/local/lib/python2.7/dist-packages/erppeek.py", line 402, in File "/usr/lib/python2.7/xmlrpclib.py", line 1602, in __request File "/usr/lib/python2.7/xmlrpclib.py", line 1283, in request File "/usr/lib/python2.7/xmlrpclib.py", line 1311, in single_request File "/usr/lib/python2.7/xmlrpclib.py", line 1459, in send_content File "/usr/lib/python2.7/httplib.py", line 1053, in endheaders File "/usr/lib/python2.7/httplib.py", line 897, in _send_output File "/usr/lib/python2.7/httplib.py", line 859, in send File "/usr/lib/python2.7/httplib.py", line 836, in connect File "/usr/lib/python2.7/socket.py", line 575, in create_connection =================== File "/home/odoo10/odoo-dev/odoo/addons/clouder/models/model.py", line 362, in deploy_frame File "/home/odoo10/odoo-dev/odoo/addons/clouder/models/base.py", line 819, in deploy File "/home/odoo10/odoo-dev/odoo/addons/clouder_template_odoo/template.py", line 156, in deploy_build File "/usr/local/lib/python2.7/dist-packages/erppeek.py", line 439, in init File "/usr/local/lib/python2.7/dist-packages/erppeek.py", line 402, in File "/usr/lib/python2.7/xmlrpclib.py", line 1602, in __request File "/usr/lib/python2.7/xmlrpclib.py", line 1283, in request File "/usr/lib/python2.7/xmlrpclib.py", line 1311, in single_request File "/usr/lib/python2.7/xmlrpclib.py", line 1459, in send_content File "/usr/lib/python2.7/httplib.py", line 1053, in endheaders File "/usr/lib/python2.7/httplib.py", line 897, in _send_output File "/usr/lib/python2.7/httplib.py", line 859, in send File "/usr/lib/python2.7/httplib.py", line 836, in connect File "/usr/lib/python2.7/socket.py", line 575, in create_connection Traceback (most recent call last): |
What Sould I do now? |
That deploy oneclick looks a lot different than the way I do it. Are you initiating it from the node form? |
Yes. |
@YannickB How can I deploy odoo10 in a distance server using the Oneclick Deployment? |
Hi @Hamza-Talibi , I'm not sure but maybe you need to wait that #220 is merged, I made a lot of update here which may cause the error you're describing. @lasley Do you think I can merge it now ? |
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:
[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?
The text was updated successfully, but these errors were encountered: