Xerox Electronic Document

l10n_cl_etd_xerox
REPOSITORY
REPOSITORYOCA/l10n-chile
GIT
GIThttps://github.com/OCA/l10n-chile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-chile/tree/12.0/l10n_cl_etd_xerox
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYLocalization
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSMaxime Chambreuil, Daniel Reis, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-chile
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - connector
    - component
    - component_event
OCA/l10n-chile:
    - connector_acp_ftp
    - connector_acp
    - l10n_cl_etd_account
    - l10n_cl_etd
    - res_partner_email_etd
    - l10n_cl_toponym
    - l10n_cl_sii_activity
    - l10n_cl_sii_folio
    - l10n_cl_sii_reference_account
    - l10n_cl_sii_reference
    - l10n_cl_sii
    - l10n_cl_chart_of_account
    - l10n_cl_invoicing_policy
    - l10n_cl_etd_stock
OCA/queue:
    - queue_job
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - document
    - contacts
    - base_address_city
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - delivery
    - sale_stock
    - sale
    - sales_team
    - payment
    - stock_account
    - stock
    - barcodes
    - sale_management
    - stock_picking_batch
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES collections
jinja2
lxml
requests
cachetools
xmltodict
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_backend_acp_form backend.acp.form Add Send Immediately backend.acp field Inherits connector_acp.view_backend_acp_form
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.