The Odoo Cloud Platform
Questions tagged [odoo.sh]
17 questions
2
votes
1 answer
Executing a custom method on a Recordset through the JSON-RPC/OdooRPC library
We're working in Odoo 15, utilizing the OdooRPC library running in AWS Lambda. I have a custom method built into a model, and I'm trying to figure out how to call that method (to update a lot of the record's attributes) through the OdooRPC…

Devin Gardner
- 17
- 3
2
votes
2 answers
How to run Odoo with OCA repositories' modules in Odoo.sh?
I am testing Odoo.sh, trying to run an Odoo 15 Enterprise. I read all the documentation and see several webinars about it, but I am not able to run an instance with any OCA module.
To do that, I followed these steps:
In the Odoo.sh interface, I…

forvas
- 9,801
- 7
- 62
- 158
2
votes
1 answer
Are Pull Requests automatically merged in GitHub/odoo.sh if commit date is ahead of current date?
I am using git for version management in an Odoo development project. The repository of this project is also synced with odoo.sh where we hosted our project and we do testing and even manage pull requests and branches through it. Some days ago, I…

Ibrahim Rahimi
- 519
- 8
- 31
1
vote
0 answers
Which is the best way to work with 3rd party repositories in Odoo.sh?
I got an Odoo 15 Enterprise running with the Odoo.sh platform.
When I add an OCA repository, I add it with the Submodule option, and this generates a OCA directory inside src/user. Which is the best way to update that code? If I go to…

forvas
- 9,801
- 7
- 62
- 158
1
vote
1 answer
Why PDF content missing sometime and sometime it comes fine on Odoo sh in Odoo 14
I am getting data by t-raw tag from html field in qweb-pdf report. Its working fine on local but its missing content sometime and sometime works fine on production system. Our production is on Odoo sh
For example my Text field is looking like:
When…

M Tahir Noor
- 443
- 2
- 10
- 31
1
vote
0 answers
Odoo.sh page loading too slow on mobile
On mobile phone, the most simple Odoo page loads far too slowly (Odoo.sh v13)
For instance, for the simple contact page form:
https://www.samalife.fr/contact
Page Speed Test : score 35 /…

sylvain
- 853
- 1
- 7
- 20
0
votes
1 answer
Odoo - server error when adding field to inherited module
EDIT: An user shared a related questions that seems to be spot-on, but I have a problem executing that solution: I can't start from command-line because I am using Odoo.sh. If someone knows how to resolve this problem specifically on Odoo.sh I would…

Harebrained
- 23
- 5
0
votes
1 answer
ODOO.SH does not redirect http://www. to https://www. properly?
ODOO.SH provides a basic letsEncryptSSL-certificate for SSL but when you browse on a odoo-sh website (multi-website): http://www.odoosh-website.com, you are not redirected to the corresponding SSL-page: https://www.odoosh-website.com
Support from…

sylvain
- 853
- 1
- 7
- 20
0
votes
1 answer
How to develop custom modules for Odoo.sh with private repositories
I have developed a custom module for Odoo.sh and plan to develop more. I would like each module to have its own (private) Github repository so I am trying to add the module to my Odoo.sh project as a submodule as described here. I am able to add the…

kpg
- 7,644
- 6
- 34
- 67
0
votes
1 answer
How to add a custom module from a Github repository to an Odoo.sh project?
I have written and tested an Odoo module locally and pushed it to it's own Github repository. Now I want to add it to an Odoo.sh project.
I have tried creating the Odoo.sh project from the repository. Sure enough it adds the code from my repository…

kpg
- 7,644
- 6
- 34
- 67
0
votes
1 answer
Odoo.sh Editor on Jupyter : pdb.set_trace raises BdbQuit Error
Using my odoo.sh project (v13.0.2) > EDITOR-Tab , which redirects me to mywebsite.odoo.com/odoo-sh/editor/lab, when i want to debug using import pdb; pdb.set_trace(), it raises a BdbQuit Error :
File "/usr/lib/python3.6/bdb.py", line 113, in
…

sylvain
- 853
- 1
- 7
- 20
0
votes
1 answer
odoo.sh ver. 14 WKHTMLTOPDF 0.12.25: Unable to call host printing service (HTTPError). How to circumvent this?
We're using odoo.sh platform with odoo14. The installed wkhtmltopdf is wkhtmltopdf_paas_wrapper 0.12.5, we can't upgrade to 0.12.6 because the access is very limited we cant use 'sudo' to apt-install. To temporarily solve this, we decided to use the…

cuburt rivera
- 63
- 1
- 5
0
votes
1 answer
Odoo.sh : Issue to create new module structure in Production stage
Im trying to create a new module structure using the scaffold command in src/odoo/addons of the Production stage via odoo.sh's the editor.
~/src/odoo/addons$ odoo-bin scaffold mymodule
But I got the error like this:
Traceback (most recent call…

Leon Nguyen
- 187
- 1
- 16
0
votes
0 answers
How do i get git commands (git checkout specifically) to run on the Odoo.sh webshell
i want to rewind my odoo branch to the initial commit stage and have found this command for reverting it : git checkout .
Sadly when trying this on my odoo shell it said "fatal: not a git repository (or any of the parent directories):…

JL_Funk
- 41
- 9
0
votes
1 answer
odoo.sh warning when creating new module : invalid module names, ignored: shelter
I am new to Odoo.sh.
When I use the editor to create a new module using the scaffold command
odoo-bin scaffold shelter
The module is named shelter, however, when I try to update current module,
it shows warning:
odoo.modules.loading: invalid module…

Brian Zhu
- 1
- 1