Animal Medicament

animal_medicament
REPOSITORY
REPOSITORYOCA/vertical-agriculture
GIT
GIThttps://github.com/OCA/vertical-agriculture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-agriculture/tree/14.0/animal_medicament
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYTools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSDavid Beal, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/vertical-agriculture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/partner-contact:
    - animal
odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
posology_search_view posology search New
posology_tree_view posology tree New
product_normal_form_view product.product xpath Inherits product.product_normal_form_view
product_product_tree_view product.product field Inherits product.product_product_tree_view
Models touched (3)

New fields (10)
  • administered_dose Float
  • categ_id Many2one → product.category
    comodel_name='product.category' related='product_id.categ_id' store=True string='Category'
  • description Text
    required=True
  • duration Float
  • frequency Float
    help='Number of times per unit of time'
  • interval Float
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • specie_id Many2one → animal.species
    comodel_name='animal.species' string='Specie'
  • unit_meat Selection
    selection=MEAT
  • unit_milk Selection
    selection=MILK
Public methods (1)
  • copy_data(self, default=None)

New fields (4)
  • meat_time Char
    help='Waiting time for meat case by unit' string='Meat time'
  • milk_time Char
    help='Waiting time for milk case by unit' string='Milk time'
  • unit_meat Selection
    default='day' selection=MEAT
  • unit_milk Selection
    default='milking' selection=MILK
Public methods (0)

No public methods.

New fields (5)
  • issue_condition Selection
    help='Conditions of issue' selection=[]
  • market_authorization Char
    help='Authorization to market'
  • medical_register_link Char
  • posology_ids One2many → posology
    comodel_name='posology' inverse_name='product_id' string='Posology'
  • therapist_code Char
Public methods (0)

No public methods.