TIP: You can type at any time to perform a new search.
Medical Pathology - Import Interface
medical_pathology_import · OCA/vertical-medical
- Repository
- OCA/vertical-medical · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Technical Settings
- Folder size
- 0.05 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
- Maintainers
- Odoo Community Association (OCA), LasLabs
- Committers
- Jordi Ballester, OCA Transbot, Dave Lasley, oca-travis
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
medical_pathology_import_view_form |
Medical Pathology Import Form | medical.pathology.import | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (4)
-
code_type_idMany2one → medical.pathology.code.typecomodel_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=Truestring='Code Type' -
file_nameCharhelp='Name of file (inside of ZIP) representing full tabular XML'string='XML File Name' -
importer_typeSelectionrequired=Trueselection=<expr>string='Importer Type' -
zip_uriCharhelp='URI to full ZIP file'string='ZIP File URI'
-
create(self, vals, no_import=False)@api.modelIt begins import process after creation unless flag is passed -
do_import(self)@api.multiIt calls the import method for the type of importer. Import methods should be named ``do_import_*``, such as ``do_import_icd10`` or ``do_import_snomed``.