TIP: You can type at any time to perform a new search.
Account Move Line Import
account_move_line_import · OCA/account-financial-tools
- Repository
- OCA/account-financial-tools · module folder · Try on Runboat
- Module version
- 1.0.3
- Category
- Accounting & Finance
- Folder size
- 0.77 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.noviat.com
- Last tracking update
- 2026-08-07 07:03:06
- Authors
- Noviat, Odoo Community Association (OCA)
- Maintainers
- Noviat, Odoo Community Association (OCA)
- Committers
- Pedro M. Baeza, GitHub, Weblate, luc-demeyer, OCA Transbot, oca-travis
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
aml_import_view_form |
aml.import.form | aml.import | form | New |
aml_import_view_form_result |
aml.import.form.result | aml.import | form | New |
view_move_form |
account.move.form.import | account.move | form | Inherits account.view_move_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (1)-
import_lines(self)@api.multi
New fields (8)
-
aml_dataBinaryrequired=Truestring='File' -
aml_fnameCharstring='Filename' -
codepageChardefault=<expr>help='Code Page of the system that has generated the csv file.\nE.g. Windows-1252, utf-8'string='Code Page' -
csv_separatorSelectionrequired=Truestring='CSV Separator' args: [(',', ', (comma)'), (';', '; (semicolon)')] -
decimal_separatorSelectiondefault='.'required=Truestring='Decimal Separator' args: [('.', '. (dot)'), (',', ', (comma)')] -
dialectBinarycompute='_compute_dialect'required=Truestring='Dialect' -
linesBinarycompute='_compute_lines'required=Truestring='Input Lines' -
noteTextargs: 'Log'
-
aml_import(self)@api.multi