TIP: You can type at any time to perform a new search.
CBS Export Intrahandel Sale
l10n_nl_cbs_export · OCA/l10n-netherlands
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → cbs.export.fileargs: 'cbs.export.file', 'CBS Export'
No public methods.
New fields (7)
-
account_invoice_idsOne2many → account.invoiceargs: 'account.invoice', 'cbs_export_id' -
cbs_export_invoiceBinaryattachment=Truestring='CBS Export File' -
company_idMany2one → res.companydefault=<expr>readonly=Truerequired=True args: 'res.company', 'Company' -
filenameCharcompute='_compute_get_filename' -
monthSelectiondefault=_default_get_monthrequired=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')] -
nameChar -
yearChardefault=_default_get_yearrequired=Truesize=4
-
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…