-
Set up and configure the database for storing user and company information. Ensure that all necessary tables and relationships are created according to the data requirements.
-
Implement the backend logic to support the company registration and login features. This includes creating API endpoints for user authentication and validation, integrating with a database, and handli…
-
**Describe the bug**
When using the following database definition:
```
CREATE TABLE IF NOT EXISTS public.companies (
id INTEGER NOT NULL GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
name TEXT NO…
-
Initially, users build their databases in their personal workspace, and they want to make their database available in another workspace (in relation to their organization in their company).
There s…
-
### Expected behavior:
Expecting `tsh db ls` to list databases
### Current behavior:
```
$ tsh db ls
ERROR: missing PEM encoded block
```
### Bug details:
#### Teleport version:
When issue occur…
-
Currently it is not possible to undo a work relationship between worker and company.
I propose that companies should be able to delete workers from their list of associated workers.
On company …
-
### Odoo Version
- [ ] 16.0
- [ ] 17.0
- [X] 18.0
- [ ] Other (specify)
### Steps to Reproduce
1. Extend the res.partner model as follows:
```py
class ResPartner(models.Model):
_inherit …
-
Hello, I want to ask a quick question: Does PowerAdmin support multitenant design? Or is everything based on accounts?
-
**Describe the bug**
By default the QueryBuilder attached to a model via `Model.builder.xxx
uses `SELECT * FROM ...` as the default select criteria.
This is an issue when adding join clauses (a…
-
### Component(s)
exporter/clickhouse
### What happened?
## Description
I'm using the OpenTelemetry Collector to export trace data to ClickHouse. The fields CompanyTenantId and CompanyProductName i…