Fixed Assets import

account_asset_management_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/10.0/account_asset_management_import
VERSION
VERSION 1.0.0
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
COMMITTERSLuc De Meyer, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttp://www.noviat.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-financial-tools:
    - account_asset_management
    - account_fiscal_year
OCA/server-tools:
    - date_range
odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
fixed_asset_import_view_form fixed.asset.import.form fixed.asset.import form New
fixed_asset_import_view_form_result fixed.asset.import.form.result fixed.asset.import form New
Models touched (1)

New fields (9)
  • 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'
  • compute_board Boolean
    help='Select this option if you want to compute the depreciation tables for the new created assets.\nThis option may take a considerable amount of time when importing a large number of assets.' string='Compute Depreciation Board'
  • 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'
  • fa_data Binary
    required=True string='File'
  • fa_fname Char
    string='Filename'
  • lines Binary
    compute='_compute_lines' required=True string='Input Lines'
  • note Text
    args: 'Log'
Public methods (2)
  • fa_import(self)
    @api.multi
  • view_assets(self)
    @api.multi