TIP: You can type at any time to perform a new search.
Fixed Assets import
account_asset_management_import · OCA/account-financial-tools
- Repository
- OCA/account-financial-tools · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Accounting & Finance
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.noviat.com
- Last tracking update
- 2026-08-07 07:17:46
- Authors
- Noviat, Odoo Community Association (OCA)
- Maintainers
- Noviat, Odoo Community Association (OCA)
- Committers
- Luc De Meyer, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (2)
| 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 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (9)
-
codepageChardefault=<expr>help='Code Page of the system that has generated the csv file.\nE.g. Windows-1252, utf-8'string='Code Page' -
compute_boardBooleanhelp='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_separatorSelectionrequired=Truestring='CSV Separator' args: [(',', ', (comma)'), (';', '; (semicolon)')] -
decimal_separatorSelectiondefault='.'required=Truestring='Decimal Separator' args: [('.', '. (dot)'), (',', ', (comma)')] -
dialectBinarycompute='_compute_dialect'required=Truestring='Dialect' -
fa_dataBinaryrequired=Truestring='File' -
fa_fnameCharstring='Filename' -
linesBinarycompute='_compute_lines'required=Truestring='Input Lines' -
noteTextargs: 'Log'
-
fa_import(self)@api.multi -
view_assets(self)@api.multi