TIP: You can type at any time to perform a new search.
Medical Prescription Order States
medical_prescription_state · OCA/vertical-medical
- Repository
- OCA/vertical-medical · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Medical
- Folder size
- 0.02 MB
- License
- GPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://laslabs.com
- Last tracking update
- 2026-08-07 07:17:46
- Authors
- Odoo Community Association (OCA), LasLabs, Odoo Medical Team
- Maintainers
- Odoo Community Association (OCA), LasLabs, Odoo Medical Team
- Committers
- Pedro M. Baeza, Jordi Ballester, Dave Lasley
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
medical_prescription_order_kanban_view |
Prescription Orders | medical.prescription.order | kanban | Inherits medical_prescription.medical_prescription_order_kanban_view |
medical_prescription_order_state_view_form |
medical.prescription.order.state.view.form | medical.prescription.order.state | form | New |
medical_prescription_order_state_view_tree |
medical.prescription.order.state.view.tree | medical.prescription.order.state | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (10)
-
colorIntegerargs: 'Color Index' -
date_assignDatetimeargs: 'Assigned Date' -
kanban_stateSelectioncopy=Falsedefault='normal'help="An Rx's kanban state indicates special situations affecting it:\n * Normal is the default situation\n * Blocked indicates something is preventing the progress of this Rx\n * Ready for next stage indicates the Rx is ready to be pulled to the next stage"required=Truetrack_visibility='onchange' args: [('normal', 'In Progress'), ('done', 'Ready for next stage'), ('blocked', 'Blocked')], 'Kanban State' -
legend_blockedCharrelated='state_id.legend_blocked'string='Kanban Blocked Explanation' -
legend_doneCharrelated='state_id.legend_done'string='Kanban Valid Explanation' -
legend_normalCharrelated='state_id.legend_normal'string='Kanban Ongoing Explanation' -
prioritySelectionselect=True args: [(0, 'Normal'), (5, 'Medium'), (10, 'High')] -
sequenceIntegerdefault=10help='Sequence order when displaying a list of Rxs' -
state_idMany2one → medical.prescription.order.statecopy=Falseselect=Truetrack_visibility='onchange' args: 'medical.prescription.order.state', 'State' -
user_idMany2one → res.usersselect=Truetrack_visibility='onchange' args: 'res.users', 'Assigned To'
No public methods.
New fields (9)
-
colorIntegerhelp='Color index to be used if the Rx does not have one defined' args: 'Color Index' -
descriptionTextargs: 'Description' -
foldBooleanhelp='This stage is folded in the kanban view when there are no records in that stage to display.' args: 'Folded in RX Pipeline' -
legend_blockedCharhelp='Override the default value displayed for the blocked state for kanban selection, when the RX is in that stage.' args: 'Kanban Blocked Explanation' -
legend_doneCharhelp='Override the default value displayed for the done state for kanban selection, when the RX is in that stage.' args: 'Kanban Valid Explanation' -
legend_normalCharhelp='Override the default value displayed for the normal state for kanban selection, when the RX is in that stage.' args: 'Kanban Ongoing Explanation' -
legend_priorityCharhelp='Explanation text to help users using the star and priority mechanism on stages or RXs that are in this stage.' args: 'Priority Management Explanation' -
nameCharrequired=True args: 'State Name' -
sequenceIntegerdefault=1 args: 'Sequence'
No public methods.