Repository
OCA/l10n-chile · module folder · Try on Runboat
Module version
1.0.2
Category
Localization
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-chile
Last tracking update
2026-08-07 07:32:03
Authors
Odoo Community Association (OCA), Open Source Integrators
Maintainers
Odoo Community Association (OCA), Open Source Integrators
Committers
Maxime Chambreuil, Daniel Reis, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
collections, jinja2, lxml, requests, cachetools, xmltodict
System dependencies
None
Required by
l10n_cl_etd_xerox_fsmroute
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_backend_acp_form backend.acp.form Add Send Immediately backend.acp form Inherits connector_acp.view_backend_acp_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • send_immediately Boolean
    default=True help='Send documents immediately to this backend Otherwise they should wait to be sent by a backgroung scheduler job.'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • cron_xerox_send_files(self, run_date=None)
    @api.model
    Run Cron Scheduler action. Accepts an optional run date, that can be either a Date object or a string. This can be used to manually run tests for a particualr day.

New fields (0)

No new fields.

Public methods (2)
  • document_sign(self)
    @job
    Only sign and send the document if backend is set to send immediately. Otherwise, skip since the documents will be send by a scheduled job.
  • xerox_group(self, group_dict=None)
    Given a recordset, groups list contains all the records matching the same key. Returns a dict, where key is a tuple for each grouping key, and the value is a list with the matching records.