| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-japan |
| GIT | |
| GIT | https://github.com/OCA/l10n-japan.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-japan/tree/18.0/account_move_delivery_invoice |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Quartile |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Quartile |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Aungkokolin1997 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-japan |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - onboarding - product - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
delivery_note_narration
Html
show_delivery_note_narration
Boolean
compute='_compute_show_delivery_note_narration'
get_report_document_title(self, is_delivery_note=False)
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'
No public methods.
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'
No public methods.