-
Hi, on my local i'm developing on visual code and I'm using some modules from oca and enterprise. it cannot resolve the imports from there.
"Import "odoo.addons.fastapi.tests.common" could not be res…
-
_Description_:
Error when clicking in-kind entitlements in a program
_Actual Behavior_:
Error when clicking in-kind entitlements
RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
File…
-
In the scenario where multiple odoo servers are used with load balancing, and a single postgres server is used, will all of the odoo servers try to run all the jobs?
-
- [x] wwefoddb.odooapps.ch
- [x] v17 community edition
- [ ] Only Sustainability module
- [ ] Login demo/demo
- [ ] Read only for demo, not possible to do anything anywhere. Only read Emission Factors…
-
I am implementing Odoo ERP to work with high availability on AWS. I configured the Docker cluster service called ECS, but when I use more than one instance, Odoo seems to lose control of sessions, gen…
-
**Is your feature request related to a problem?**
No.
**Describe the solution you'd like**
The documentation that explains "how to become PSC" throughout OCA should point to this repo's documenta…
-
Currently, Kamal only supports host-based routing, which limits its flexibility when managing requests on a single domain or multiple applications under the same host. To enhance its functionality and…
-
I created a dependency returning an auth_api_key which requires sudo()
```python
def authenticated_api_key(
key: Annotated[str, Depends(APIKeyHeader(name="HTTP-API-KEY"))],
env: Annotated[…
-
Hi there,
I'm facing an issue when try to use odoo-ts.
I've installed it using `npm install --save odoo-api-ts`
Declaring new Odoo() instance and get error:
```
/Users/.../node_modules/od…
MkLHX updated
3 months ago
-
The base example in the odoo docker docs is missing a required step:
```
Start a PostgreSQL server
$ docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres --name db …