TIP: You can type at any time to perform a new search.
Animal
animal · OCA/partner-contact
- Repository
- OCA/partner-contact · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.25 MB
- License
- AGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- https://github.com/OCA/partner-contact
- Last tracking update
- 2026-08-07 08:42:56
- Authors
- Odoo Community Association (OCA), Open Source Integrators
- Maintainers
- Open Source Integrators
- Committers
- Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows you to store animal information.
Code Analysis ⓘ
Views touched (10)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_animal_breed_form |
view.animal.breed.form | animal.breed | form | New |
view_animal_breed_tree |
view.animal.breed.tree | animal.breed | list | New |
view_animal_color_form |
view.animal.color.form | animal.color | form | New |
view_animal_color_tree |
view.animal.color.tree | animal.color | list | New |
view_animal_form |
animal.form | animal | form | New |
view_animal_kanban |
animal.kanban | animal | kanban | New |
view_animal_search |
animal.search | animal | search | New |
view_animal_species_form |
view.animal.species.form | animal.species | form | New |
view_animal_species_tree |
view.animal.species.tree | animal.species | list | New |
view_animal_tree |
animal.tree | animal | list | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (11)
-
activeBooleandefault=True -
birth_dateDate -
breed_idMany2one → animal.breedrequired=Truestring='Breed' args: 'animal.breed' -
color_idMany2one → animal.colorstring='Color' args: 'animal.color' -
genderSelectiondefault='female'required=Trueselection=[('female', 'Female'), ('male', 'Male'), ('hermaphrodite', 'Hermaphrodite'), ('neutered', 'Neutered')] -
imageBinaryattachment=Truehelp='This field holds the photo of the animal.' -
nameChar -
refCharstring='Reference' -
sizeChar -
species_idMany2one → animal.speciesrequired=Truestring='Species' args: 'animal.species' -
weightFloatstring='Weight (in kg)'
-
onchange_breed(self)@api.onchange('breed_id') -
onchange_species(self)@api.onchange('species_id')
New fields (2)
-
nameChartranslate=True -
species_idMany2one → animal.speciesrequired=Truestring='Species' args: 'animal.species'
No public methods.
New fields (3)
-
breed_idMany2one → animal.breedrequired=Truestring='Breed' args: 'animal.breed' -
nameChartranslate=True -
species_idMany2one → animal.speciesreadonly=Truerelated='breed_id.species_id'string='Species' args: 'animal.species'
No public methods.
New fields (2)
-
breed_idsOne2many → animal.breedstring='Breeds' args: 'animal.breed', 'species_id' -
nameChartranslate=True
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 119 days ago
- Last activity
- 20 days ago
- Repository
- OCA/partner-contact
- Pull request
- [19.0] [MIG] animal: Migration to 19.0 (#2329)