Account Move Delivery Invoice

account_move_delivery_invoice
REPOSITORY
REPOSITORYOCA/l10n-japan
GIT
GIThttps://github.com/OCA/l10n-japan.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-japan/tree/18.0/account_move_delivery_invoice
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Quartile
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Quartile
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Aungkokolin1997
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-japan
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a Delivery Note report (納品書) to invoices. The report displays
the same content as the standard invoice but with a custom title and no tax information.

Configurable report titles are available for invoices, credit notes, delivery notes,
and return slips.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
document_tax_totals_company_currency_template_delivery_inherit document_tax_totals_company_currency_template_delivery_inherit ir.ui.view qweb Inherits account.document_tax_totals_company_currency_template
document_tax_totals_template_delivery_inherit document_tax_totals_template_delivery_inherit ir.ui.view qweb Inherits account.document_tax_totals_template
report_delivery_note_template report_delivery_note_template ir.ui.view qweb New
report_invoice_document_inherit_title report_invoice_document_inherit_title ir.ui.view qweb Inherits account.report_invoice_document
view_invoice_config_settings res.config.settings res.config.settings xpath Inherits account.res_config_settings_view_form
view_move_form account.move.form account.move xpath Inherits account.view_move_form
Models touched (3)

New fields (2)
  • delivery_note_narration Html
    args: 'Delivery Note Comment'
  • show_delivery_note_narration Boolean
    compute='_compute_show_delivery_note_narration'
Public methods (1)
  • get_report_document_title(self, is_delivery_note=False)

New fields (6)
  • hide_narration_on_delivery_note Boolean
    default=True string='Hide Narration on Delivery Note'
  • invoice_report_credit_note_title Char
    translate=True
  • invoice_report_delivery_note_title Char
    default=<expr> translate=True
  • invoice_report_return_slip_title Char
    default=<expr> translate=True
  • invoice_report_title Char
    translate=True
  • use_delivery_note_narration Boolean
    default=True string='Use Delivery Note Comment'
Public methods (0)

No public methods.

New fields (6)
  • hide_narration_on_delivery_note Boolean
    readonly=False related='company_id.hide_narration_on_delivery_note'
  • invoice_report_credit_note_title Char
    readonly=False related='company_id.invoice_report_credit_note_title'
  • invoice_report_delivery_note_title Char
    readonly=False related='company_id.invoice_report_delivery_note_title'
  • invoice_report_return_slip_title Char
    readonly=False related='company_id.invoice_report_return_slip_title'
  • invoice_report_title Char
    readonly=False related='company_id.invoice_report_title'
  • use_delivery_note_narration Boolean
    readonly=False related='company_id.use_delivery_note_narration'
Public methods (0)

No public methods.