-
### 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 …
-
The user should be able to define an array with information for each model.
Based on this information hulk should generate database tables, forms and form validation.
Example:
``` php
class example{…
-
-
## Issue Creation Checklist
- [x] I understand that my issue will be automatically closed if I don't fill in the requested information
- [x] I have read the [contribution guidelines](https://github.c…
-
As per the POE part2 document we need to design a ERD diagram for the database and develop the necessary quiries.
Since the project is using Entity Framework, the Models/Entities in the Data layer …
-
I am encountering a `ProgrammingError` when unapplying migrations that include triggers. The error occurs when running the `python manage.py migrate [app] zero` command or unapplying specific migratio…
-
Dear Authors,
Thanks very much for open-sourcing the model and package! The current model, according to the paper, was trained to distinguish relationships on the family level of the SCOPe database…
-
Hi,
I was wondering if there is an option to train the model on a broader dataset, like the ProBio database, then run it on new genomes/bins. Does metaProbiotics have this option or am I misunderst…
-
The current patterns in our GraphQL resolvers pass arguably inconsistent or ambiguous objects as the first (0th) positional argument meant to represent the "parent" per the GraphQL convention.
This t…
-
Setting up the eloquent models and the database migrations