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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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)
  • 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.