TIP: You can type at any time to perform a new search.
Account Move CSV Import DTVF
datev_import_csv_dtvf · OCA/l10n-germany
- Repository
- OCA/l10n-germany · module folder · Try on Runboat
- Module version
- 2.0.0
- Category
- Accounting
- Folder size
- 0.42 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-germany
- Last tracking update
- 2026-08-07 09:06:26
- Authors
- Odoo Community Association (OCA)
- Maintainers
- Odoo Community Association (OCA)
- Committers
- OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- chardet
- System dependencies
- None
- Required by
- None
- Description
## DATEV Format .csv Import The module "datev_import_csv_dtvf" enables the import of DATEV journal entries into Odoo. Possible use cases include: - DATEV journal entries from payroll and salary accounting - DATEV journal entries in the context of annual financial statements - DATEV journal entries in the context of reallocations by the tax consultant - DATEV journal entries in the context of depreciation (AfA) bookings by the tax consultant - DATEV journal entries in the context of loans Currently, the following limitations exist: - DATEV journal entries containing tax-related booking keys require adjustments in Odoo - Under certain circumstances, DATEV journal entries on creditor and debtor accounts may also be affected.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_move_import_form |
account.move.import.form | account.move.import | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (8)
-
date_formatChardefault=GENERIC_CSV_DEFAULT_DATEhelp='Date format is applicable only on Generic csv file ex "%d%m%Y"'required=True -
file_to_importBinaryhelp='File containing the journal entry(ies) to import.'required=Truestring='File to Import' -
filenameChar -
force_journal_idMany2one → account.journalhelp='Journal in which the journal entry will be created'string='Journal' args: 'account.journal' -
force_move_dateDateargs: 'Force Date' -
force_move_line_nameCharargs: 'Force Label' -
force_move_refCharargs: 'Reference' -
post_moveBooleanhelp='If True, the journal entry will be posted after the import.'string='Post Journal Entry'
-
clean_strip_pivot(self, pivot) -
create_moves_from_pivot(self, pivot, post=False) -
genericcsv2pivot(self, file_bytes) -
run_import(self) -
update_pivot(self, pivot)
New fields (2)
-
import_external_idCharhelp='Can be used to tag imported move. Delete all importred move if need (error on file imported)' -
indicatorCharhelp="Can be used to decide Soll/Haben-Kennzeichen,to decide credit or debit entry in first move line.if 'S' then fill 'Credit' value in first move line OR if 'H' then 'Debit' value in first move line"
No public methods.
Loading…
Loading…
Loading…