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
OCA/server-ux:
odoo/odoo:
- web
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 IDNameModelTypeStatus
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)
  • active Boolean
    default=True
  • barcode_format Selection
    default='standard' required=True args: [('standard', 'Standard'), ('b64_standard', 'Base64')]
  • model_id Many2one → ir.model
    ondelete='cascade' required=True args: 'ir.model'
  • name Char
    required=True
  • priority Integer
    default=16 required=True
Public methods (3)
  • 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)