Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Localizations
Folder size
0.08 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-20 22:13:23
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Lucas Perais, Julien Castiaux, William Henrotin, Gorash, Hubert Van De Walle, Louis Wicket (wil), Adrien Widart (awt), Dylan Kiss (dyki), Julien Alardot (jual), Mathieu Coutant, AhmedElemary57, David Van Droogenbroeck (DROD), pkgu-odoo, khsr-odoo, Pierre Lamotte (pila), Anton Romanova (roan), masm-odoo, Ritika Shekhawat, Sherif Gabr, bona-odoo, Robin Engels (roen), bhra-odoo, pkri-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
l10n_at, l10n_ch, l10n_de, l10n_din5008_company_header_country_invisible, l10n_din5008_expense, l10n_din5008_move_name, l10n_din5008_partner_ref, l10n_din5008_purchase, l10n_din5008_repair, l10n_din5008_sale, l10n_din5008_stock
Description
This is the base module that defines the DIN 5008 standard in Odoo.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
din5008_css din5008_css ir.ui.view qweb Inherits web.styles_company_report
external_layout_din5008 external_layout_din5008 ir.ui.view qweb New
external_layout_din5008_account_move external_layout_din5008_account_move ir.ui.view qweb Inherits l10n_din5008.external_layout_din5008
report_invoice_document report_invoice_document ir.ui.view qweb Inherits account.report_invoice_document
report_invoice_wizard_preview report_invoice_wizard_preview ir.ui.view qweb Inherits web.report_invoice_wizard_preview
res_config_settings_view_form res.config.settings.view.form.inherit.base.vat res.config.settings form Inherits account.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (4)

New fields (12)
  • account_fiscal_country_id Many2one
    readonly=True related='company_id.account_fiscal_country_id'
  • bank_ids One2many
    readonly=True related='company_id.partner_id.bank_ids'
  • city Char
    readonly=True related='company_id.city'
  • company_details Html
    default=_default_company_details
  • company_registry Char
    readonly=True related='company_id.company_registry'
  • l10n_din5008_delivery_date Date
    default=<expr> store=False
  • l10n_din5008_due_date Date
    default=<expr> store=False
  • l10n_din5008_invoice_date Date
    default=fields.Date.today store=False
  • report_footer Html
    default=_default_report_footer
  • street Char
    readonly=True related='company_id.street'
  • street2 Char
    readonly=True related='company_id.street2'
  • zip Char
    readonly=True related='company_id.zip'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • get_paperformat(self)

New fields (1)
  • has_position_column Boolean
    string='Show Position Column in Reports'
Public methods (0)

No public methods.

New fields (1)
  • has_position_column Boolean
    readonly=False related='company_id.has_position_column'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…