| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-tools |
| GIT | |
| GIT | https://github.com/OCA/account-financial-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-tools/tree/8.0/account_move_line_import |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Accounting & Finance |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Noviat |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Noviat |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, GitHub, luc-demeyer, OCA Transbot, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | http://www.noviat.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:23 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - report - analytic - board - edi - email_template |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| 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 | xpath | Inherits account.view_move_form |
No new fields.
Public methods (1)import_lines(self)
aml_data
Binary
required=True
string='File'
aml_fname
Char
string='Filename'
codepage
Char
default=<expr>
help='Code Page of the system that has generated the csv file.\nE.g. Windows-1252, utf-8'
string='Code Page'
csv_separator
Selection
required=True
string='CSV Separator'
args: [(',', ', (comma)'), (';', '; (semicolon)')]
decimal_separator
Selection
default='.'
required=True
string='Decimal Separator'
args: [('.', '. (dot)'), (',', ', (comma)')]
dialect
Binary
compute='_compute_dialect'
required=True
string='Dialect'
lines
Binary
compute='_compute_lines'
required=True
string='Input Lines'
note
Text
aml_import(self)