Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.0.1
Category
Accounting/Accounting
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-invoicing
Last tracking update
2026-08-07 08:42:47
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
Weblate, Andrii Kompaniiets, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of sending batch invoices and 
allows to select the email template in the wizard before sending. 
If not selected, it uses the default template.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_move_send_batch_wizard_form_select_email_template account.move.send.batch.wizard.form.select.template account.move.send.batch.wizard form Inherits account.account_move_send_batch_wizard_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • mail_template_id Many2one → mail.template
    domain=[('model_id', '=', 'account.move')] readonly=False store=True args: 'mail.template'
Public methods (1)
  • action_send_and_print(self)
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
28 days ago
Last activity
9 days ago
Repository
OCA/account-invoicing
Pull request
[MIG] account_invoice_send_template: Migration to 19.0 (#2414)