Repository
OCA/l10n-netherlands · module folder · Try on Runboat
Module version
1.1.0
Category
Localization/Netherlands
Folder size
0.14 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-netherlands
Last tracking update
2026-08-07 08:43:07
Authors
Odoo Community Association (OCA), Therp BV
Maintainers
Odoo Community Association (OCA), Therp BV
Committers
Stefan Rijnhart, Weblate, OCA-git-bot, oca-ci, andrea
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows you to export XAF audit files for the Dutch tax
authorities (Belastingdienst).

The currently exported version is 3.2

An option allows to export the XAF audit files in a format that is
accepted by Unit4.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
auditfile_template auditfile_template ir.ui.view qweb New
form_xaf_auditfile_export xaf.auditfile.export form New
tree_xaf_auditfile_export xaf.auditfile.export list New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (9)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • value_to_html(self, value, options)
    @api.model

New fields (10)
  • auditfile Binary
    copy=False readonly=True
  • auditfile_name Char
    compute='_compute_auditfile_name' store=True args: 'Auditfile filename'
  • auditfile_success Boolean
    copy=False
  • company_id Many2one → res.company
    required=True args: 'res.company'
  • date_end Date
    required=True args: 'End date'
  • date_generated Datetime
    copy=False readonly=True args: 'Date generated'
  • date_start Date
    required=True args: 'Start date'
  • fiscalyear_name Char
    compute='_compute_fiscalyear_name'
  • name Char
  • unit4 Boolean
    help='The Unit4 system expects a value for `<xsd:element name="docRef" ..>` of maximum 35 characters, infringing the official standard. In case the value exceeds 35 characters, an error is raised by Unit4 while importing the audit file. By setting this flag to true, the `docRef` value is simply truncated to 35 characters so that the auditfile can be successfully imported into Unit4.\nIf you want to export an auditfile with the official standard (missing the Unit4 compatibility) just set this flag to False.'
Public methods (17)
  • button_generate(self)
  • check_dates(self)
    @api.constrains('date_start', 'date_end')
  • default_get(self, fields_list)
    @api.model
  • get_accounts(self)
    return recordset of accounts
  • get_journals(self)
    return journals
  • get_move_line_count(self)
    return amount of move lines
  • get_move_line_total_credit(self)
    return total credit of move lines
  • get_move_line_total_debit(self)
    return total debit of move lines
  • get_move_period_number(self, move)
    @api.model
  • get_moves(self, journal)
    return moves for a journal, generator style
  • get_ob_lines(self)
    return opening balance entries
  • get_ob_totals(self)
    return totals of opening balance
  • get_odoo_version()
    @staticmethod
    return odoo version
  • get_partners(self)
    return a generator over partners
  • get_period_number(self, date)
    @api.model
  • get_periods(self)
  • get_taxes(self)
    return taxes

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…