TIP: You can type at any time to perform a new search.
Animal Prescriptions
animal_prescription · OCA/vertical-agriculture
- Repository
- OCA/vertical-agriculture · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Sales
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/vertical-agriculture
- Last tracking update
- 2026-08-07 07:47:45
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- David Beal, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
posology_tree_view |
posology | tree | Inherits animal_medicament.posology_tree_view | |
view_herd_tree |
herd | tree | Inherits herd.view_herd_tree | |
view_order_form |
sale.order | form | Inherits sale.view_order_form | |
view_order_tree |
sale.order | tree | Inherits sale.view_order_tree | |
view_physiology_tree |
physiology | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (3)
-
activeBooleandefault=True -
nameChar -
sequenceInteger
No public methods.
New fields (1)
-
physiology_idMany2one → physiologycomodel_name='physiology'
No public methods.
New fields (4)
-
animal_idsMany2many → animalcomodel_name='animal'string='Animals' -
herd_idMany2one → herdcomodel_name='herd'string='Herd' -
specie_idMany2onerelated='herd_id.specie_id' -
total_quantityFloatcompute='_compute_total_quantity'help='Used on report'
No public methods.
New fields (14)
-
animal_countIntegerhelp='Animals number'string='Headcount' -
animal_idsMany2many → animalcomodel_name='animal'string='Animals' -
lot_dateDaterelated='lot_id.expiry_date' -
lot_nameCharrelated='lot_id.name' -
meat_time_strCharcompute='_compute_time_fields'copy=Falsehelp='Waiting time for meat case by unit'readonly=Falsestore=Truestring='Meat Delay' -
milk_time_strCharcompute='_compute_time_fields'help='Waiting time for milk case by unit'readonly=Falsestore=Truestring='Milk Delay' -
parent_specie_idMany2onerelated='order_id.herd_id.specie_id' -
physiology_idMany2one → physiologycomodel_name='physiology' -
poso_descriptionText -
posology_idMany2one → posologycomodel_name='posology'compute='_compute_posology'store=True -
product_trackingSelectionrelated='product_id.tracking' -
specie_idMany2one → animal.speciescomodel_name='animal.species' -
unit_meatSelectionselection=MEAT -
unit_milkSelectionselection=MILK
-
get_animals(self) -
get_sale_order_line_multiline_description_sale(self, product)