Repository
OCA/l10n-netherlands · module folder · Try on Runboat
Module version
1.0.1
Category
Accounting
Folder size
1.72 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-netherlands
Last tracking update
2026-08-07 07:25:01
Authors
Odoo Community Association (OCA), Onestein, Odoo Experts
Maintainers
Odoo Community Association (OCA), Onestein, Odoo Experts
Committers
Holger Brunn, Andrea, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_cbs_export_file_form cbs.export.file form New
view_cbs_export_file_tree cbs.export.file tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • cbs_export_id Many2one → cbs.export.file
    args: 'cbs.export.file', 'CBS Export'
Public methods (0)

No public methods.

New fields (7)
  • account_invoice_ids One2many → account.invoice
    args: 'account.invoice', 'cbs_export_id'
  • cbs_export_invoice Binary
    attachment=True string='CBS Export File'
  • company_id Many2one → res.company
    default=<expr> readonly=True required=True args: 'res.company', 'Company'
  • filename Char
    compute='_compute_get_filename'
  • month Selection
    default=_default_get_month required=True args: [('01', 'January'), ('02', 'February'), ('03', 'March'), ('04', 'April'), ('05', 'May'), ('06', 'June'), ('07', 'July'), ('08', 'August'), ('09', 'September'), ('10', 'October'), ('11', 'November'), ('12', 'December')]
  • name Char
  • year Char
    default=_default_get_year required=True size=4
Public methods (6)
  • check_year(self)
    @api.constrains('year')
  • create(self, vals)
    @api.model
  • cron_get_cbs_export_file(self)
    @api.model
  • export_file(self)
    @api.multi
  • get_data(self)
    @api.multi
  • set_invoice(self)
    @api.multi

Loading…