| 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/10.0/account_asset_management_import |
| VERSION | |
| VERSION | 1.0.0 |
| 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 | Luc De Meyer, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.noviat.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - bus - web_tour - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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
fa_import(self)
view_assets(self)