Medical Prescription Order States

medical_prescription_state
REPOSITORY
REPOSITORYOCA/vertical-medical
GIT
GIThttps://github.com/OCA/vertical-medical.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-medical/tree/10.0/medical_prescription_state
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYMedical
LICENSE
LICENSEGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), LasLabs, Odoo Medical Team
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), LasLabs, Odoo Medical Team
COMMITTERS
COMMITTERSPedro M. Baeza, Jordi Ballester, Dave Lasley
WEBSITE
WEBSITEhttps://laslabs.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (10)
  • color Integer
    args: 'Color Index'
  • date_assign Datetime
    args: 'Assigned Date'
  • 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'
Public methods (0)

No public methods.

New fields (9)
  • color Integer
    help='Color index to be used if the Rx does not have one defined' args: 'Color Index'
  • description Text
    args: 'Description'
  • 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'
Public methods (0)

No public methods.