Repository
OCA/queue · module folder · Try on Runboat
Module version
1.2.0
Category
Uncategorized
Folder size
0.1 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/queue
Last tracking update
2026-08-07 08:09:25
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Florent Xicluna, Holger Brunn, Weblate, OCA-git-bot, oca-ci, Asier Neira, Benjamin Coronel
Odoo dependencies
OCA/queue:
odoo/odoo:
- web
- bus
Python dependencies
requests
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (4)
  • expiration_date Date
  • model_description Char
  • url Char
  • user_ids Many2many → res.users
    index=True string='Users' args: 'res.users'
Public methods (3)
  • cron_delete(self)
    @api.model
  • delay_export(self, data)
    @api.model
    Delay the export, called from js
  • export(self, params)
    @api.model
    Delayed export of a file sent by email The ``params`` is a dict of parameters, contains: * format: csv/excel * model: model to export * fields: list of fields to export, a list of dict: [{'label': '', 'name': ''}] * ids: list of ids to export * domain: domain for the export * context: context for the export (language, ...) * import_compat: if the export is export/import compatible (boolean) * user_ids: optional list of user ids who receive the file

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
190 days ago
Last activity
46 days ago
Repository
OCA/queue
Pull request
[MIG] base_export_async: Migration to 17.0 (#894)
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
220 days ago
Last activity
74 days ago
Repository
OCA/queue
Pull request
[17.0] [MIG] base_export_async: migrate module (#877)
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
290 days ago
Last activity
20 days ago
Repository
OCA/queue
Pull request
[18.0][MIG] base_export_async: migrate (#849)