TIP: You can type at any time to perform a new search.
Document Quick Access
document_quick_access · OCA/server-ux
- Repository
- OCA/server-ux · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/server-ux
- Last tracking update
- 2026-08-07 08:42:53
- Authors
- Odoo Community Association (OCA), Creu Blanca
- Maintainers
- Odoo Community Association (OCA), Creu Blanca
- Committers
- OCA-git-bot, oca-ci, Arnau
- Odoo dependencies
- Python dependencies
- pdf2image, pyzbar
- System dependencies
- None
- Required by
- document_quick_access_folder_auto_classification
- Description
This module allows to search any kind of records through a launcher. With this, we can add a QR in our reports in order to search elements faster. It could be used to add this QR (on a label) on external documents.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
document_quick_access_rule_form_view |
document.quick.access.rule.form (in document_quick_access) | document.quick.access.rule | form | New |
document_quick_access_rule_search_view |
document.quick.access.rule.search (in document_quick_access) | document.quick.access.rule | search | New |
document_quick_access_rule_tree_view |
document.quick.access.rule.tree (in document_quick_access) | document.quick.access.rule | list | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (1)-
get_quick_access_code(self)
New fields (5)
-
activeBooleandefault=True -
barcode_formatSelectiondefault='standard'required=True args: [('standard', 'Standard'), ('b64_standard', 'Base64')] -
model_idMany2one → ir.modelondelete='cascade'required=True args: 'ir.model' -
nameCharrequired=True -
priorityIntegerdefault=16required=True
-
get_code(self, record) -
read_code(self, code)@api.model -
read_code_action(self, code)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 23 days ago
- Last activity
- 2 days ago
- Repository
- OCA/server-ux
- Pull request
- [19.0][MIG] document_quick_access: Migration to 19.0 (#1317)