Account Move Line Import

account_move_line_import
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/8.0/account_move_line_import
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Noviat
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Noviat
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, luc-demeyer, OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttp://www.noviat.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • import_lines(self)
    @api.multi

New fields (8)
  • 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
    args: 'Log'
Public methods (1)
  • aml_import(self)
    @api.multi