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
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to store animal information.

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
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)
  • active Boolean
    default=True
  • birth_date Date
  • breed_id Many2one → animal.breed
    required=True string='Breed' args: 'animal.breed'
  • color_id Many2one → animal.color
    string='Color' args: 'animal.color'
  • gender Selection
    default='female' required=True selection=[('female', 'Female'), ('male', 'Male'), ('hermaphrodite', 'Hermaphrodite'), ('neutered', 'Neutered')]
  • image Binary
    attachment=True help='This field holds the photo of the animal.'
  • name Char
  • ref Char
    string='Reference'
  • size Char
  • species_id Many2one → animal.species
    required=True string='Species' args: 'animal.species'
  • weight Float
    string='Weight (in kg)'
Public methods (2)
  • onchange_breed(self)
    @api.onchange('breed_id')
  • onchange_species(self)
    @api.onchange('species_id')

New fields (2)
  • name Char
    translate=True
  • species_id Many2one → animal.species
    required=True string='Species' args: 'animal.species'
Public methods (0)

No public methods.

New fields (3)
  • breed_id Many2one → animal.breed
    required=True string='Breed' args: 'animal.breed'
  • name Char
    translate=True
  • species_id Many2one → animal.species
    readonly=True related='breed_id.species_id' string='Species' args: 'animal.species'
Public methods (0)

No public methods.

New fields (2)
  • breed_ids One2many → animal.breed
    string='Breeds' args: 'animal.breed', 'species_id'
  • name Char
    translate=True
Public methods (0)

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)