TIP: You can type at any time to perform a new search.
Accounting Import WinBIZ
l10n_ch_import_winbiz · OCA/l10n-switzerland
- Repository
- OCA/l10n-switzerland · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Localization
- Folder size
- 0.57 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://opennet.ch
- Last tracking update
- 2026-08-07 07:17:51
- Authors
- Camptocamp, Odoo Community Association (OCA), Open Net Sàrl
- Maintainers
- Camptocamp, Odoo Community Association (OCA), Open Net Sàrl
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, oca-travis, Louis Bettens
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_bank_journal_tree |
account.journal.tree | account.journal | tree | Inherits account.view_account_bank_journal_tree |
view_account_journal_form |
account.winbiz.mapping.form | account.journal | form | Inherits account.view_account_journal_form |
winbiz_move_line_importer_form |
Accounting WinBIZ Import | account.winbiz.import | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
winbiz_mappingCharstring='WinBIZ journal code'
No public methods.
New fields (7)
-
company_idMany2one → res.companyinvisible=True args: 'res.company', 'Company' -
enable_account_based_line_mergingBooleandefault=False args: 'Group Balance Sheet accounts lines' -
fileBinaryrequired=True args: 'File' -
file_formatSelectiondefault='xls'selection=[('xls', 'Excel spreadsheet'), ('xml', 'XML data')]string='File Format' -
imported_move_idsMany2many → account.movestring='Imported moves' args: 'account.move', 'import_winbiz_move_rel' -
reportTextreadonly=True args: 'Report' -
stateSelectiondefault='draft'readonly=Trueselection=[('draft', 'Draft'), ('done', 'Done'), ('error', 'Error')]
-
import_file(self)@api.multi
Loading…