| 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_pathology_import |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Technical Settings |
| LICENSE | |
| LICENSE | GPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), LasLabs |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), LasLabs |
| COMMITTERS | |
| COMMITTERS | Jordi Ballester, OCA Transbot, Dave Lasley, oca-travis |
| 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_pathology - medical 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_pathology_import_view_form |
Medical Pathology Import Form | medical.pathology.import | form | New |
code_type_id
Many2one → medical.pathology.code.type
comodel_name='medical.pathology.code.type'
help='Identifies the code type that is being imported. If you are not sure what to choose, select an importer first and leave the resulting default'
required=True
string='Code Type'
file_name
Char
help='Name of file (inside of ZIP) representing full tabular XML'
string='XML File Name'
importer_type
Selection
required=True
selection=<expr>
string='Importer Type'
zip_uri
Char
help='URI to full ZIP file'
string='ZIP File URI'
create(self, vals, no_import=False)
do_import(self)