Account Invoice Mass Sending Direct Print

account_invoice_mass_sending_direct_print
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/16.0/account_invoice_mass_sending_direct_print
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Net Sàrl, CamptoCamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Net Sàrl, CamptoCamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, thienvh
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:52
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-invoicing:
    - account_invoice_mass_sending
OCA/queue:
    - queue_job
OCA/report-print-send:
    - base_report_to_printer
odoo/odoo:
    - web
    - base
    - account
    - base_setup
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES pycups
requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_invoice_send_wizard_form account.invoice.send xpath Inherits account.account_invoice_send_wizard_form
res_config_settings_view_form_inherit_mass_sending_direct_print res.config.settings.view.form.inherit.mass.sending.direct.print res.config.settings xpath Inherits base.res_config_settings_view_form
Models touched (5)

New fields (1)
  • is_direct_print Boolean
    default=<expr> string='Direct Print'
Public methods (2)
  • enqueue_invoices(self)
  • generate_pdf_from_action_report(self, action_report)

New fields (0)

No new fields.

Public methods (1)
  • mass_sending(self, template=None, exclude_followers=False, **kwargs)

New fields (0)

No new fields.

Public methods (1)
  • behaviour(self)

New fields (1)
  • invoice_is_direct_print Boolean
    default=False string='Direct Print'
Public methods (0)

No public methods.

New fields (1)
  • invoice_is_direct_print Boolean
    help='Allows the invoice to be printed automatically via a background job when using the `Send & Print` wizard.' readonly=False related='company_id.invoice_is_direct_print' string='Invoice Is Direct Print'
Public methods (0)

No public methods.