| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/vertical-medical |
| GIT | |
| GIT | https://github.com/OCA/vertical-medical.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/vertical-medical/tree/10.0/medical_prescription_state |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Medical |
| LICENSE | |
| LICENSE | GPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), LasLabs, Odoo Medical Team |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), LasLabs, Odoo Medical Team |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Jordi Ballester, Dave Lasley |
| WEBSITE | |
| WEBSITE | https://laslabs.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - base_locale_uom_default OCA/vertical-medical: - medical_prescription - medical - medical_medicament - medical_medication - medical_disease odoo/odoo: - product - base - decimal_precision - base_setup - web_kanban - web - bus - web_tour - report |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
medical_prescription_order_kanban_view |
Prescription Orders | medical.prescription.order | xpath | 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 |
color
Integer
date_assign
Datetime
kanban_state
Selection
copy=False
default='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=True
track_visibility='onchange'
args: [('normal', 'In Progress'), ('done', 'Ready for next stage'), ('blocked', 'Blocked')], 'Kanban State'
legend_blocked
Char
related='state_id.legend_blocked'
string='Kanban Blocked Explanation'
legend_done
Char
related='state_id.legend_done'
string='Kanban Valid Explanation'
legend_normal
Char
related='state_id.legend_normal'
string='Kanban Ongoing Explanation'
priority
Selection
select=True
args: [(0, 'Normal'), (5, 'Medium'), (10, 'High')]
sequence
Integer
default=10
help='Sequence order when displaying a list of Rxs'
state_id
Many2one → medical.prescription.order.state
copy=False
select=True
track_visibility='onchange'
args: 'medical.prescription.order.state', 'State'
user_id
Many2one → res.users
select=True
track_visibility='onchange'
args: 'res.users', 'Assigned To'
No public methods.
color
Integer
help='Color index to be used if the Rx does not have one defined'
args: 'Color Index'
description
Text
fold
Boolean
help='This stage is folded in the kanban view when there are no records in that stage to display.'
args: 'Folded in RX Pipeline'
legend_blocked
Char
help='Override the default value displayed for the blocked state for kanban selection, when the RX is in that stage.'
args: 'Kanban Blocked Explanation'
legend_done
Char
help='Override the default value displayed for the done state for kanban selection, when the RX is in that stage.'
args: 'Kanban Valid Explanation'
legend_normal
Char
help='Override the default value displayed for the normal state for kanban selection, when the RX is in that stage.'
args: 'Kanban Ongoing Explanation'
legend_priority
Char
help='Explanation text to help users using the star and priority mechanism on stages or RXs that are in this stage.'
args: 'Priority Management Explanation'
name
Char
required=True
args: 'State Name'
sequence
Integer
default=1
args: 'Sequence'
No public methods.