| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-thailand |
| GIT | |
| GIT | https://github.com/OCA/l10n-thailand.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-thailand/tree/18.0/l10n_th_account_asset_management |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Localization / Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Saran440 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-thailand |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:13 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-financial-tools: - account_asset_number - account_asset_management - account_asset_transfer OCA/reporting-engine: - report_xlsx_helper - report_xlsx odoo/odoo: - account - base_setup - base - web - onboarding - product - bus - web_tour - html_editor - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-dateutil |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module adds features to asset management for Thailand. - Adds images and chatter to the assets - Adds columns to the financial assets report - Allows to link journal entry to an asset - Adds parent asset feature - Adds asset sub-status |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_asset_parent_view_form |
account.asset.parent.form | account.asset.parent | form | New |
account_asset_parent_view_list |
account.asset.parent.list | account.asset.parent | list | New |
account_asset_parent_view_search |
account.asset.parent.search | account.asset.parent | search | New |
account_asset_remove_view_form |
account.asset.remove.form | account.asset.remove | xpath | Inherits account_asset_management.account_asset_remove_view_form |
account_asset_sub_state_view_form |
account.asset.sub.state.form | account.asset.sub.state | form | New |
account_asset_sub_state_view_list |
account.asset.sub.state.list | account.asset.sub.state | list | New |
account_asset_sub_state_view_search |
account.asset.sub.state.search | account.asset.sub.state | search | New |
account_asset_transfer_view_form |
account.asset.transfer.form | account.asset.transfer | xpath | Inherits account_asset_transfer.account_asset_transfer_view_form |
account_asset_view_form |
account.asset.form | account.asset | xpath | Inherits account_asset_management.account_asset_view_form |
account_asset_view_list |
account.asset.list | account.asset | xpath | Inherits account_asset_management.account_asset_view_tree |
asset_sub_state_all
Many2many → account.asset.sub.state
comodel_name='account.asset.sub.state'
compute='_compute_asset_sub_state_all'
asset_sub_state_id
Many2one → account.asset.sub.state
check_company=True
comodel_name='account.asset.sub.state'
domain=<expr>
string='Sub-Status'
depreciation_rate
Float
compute='_compute_depreciation_rate'
store=True
string='Depreciation Rate (%)'
image
Binary
attachment=True
help='This field holds the photo of the asset.'
parent_id
Many2one → account.asset.parent
check_company=True
comodel_name='account.asset.parent'
ondelete='cascade'
string='Parent Asset'
sale_invoice_id
Many2one → account.move
check_company=True
comodel_name='account.move'
copy=False
readonly=True
action_view_invoice(self)
validate(self)
No new fields.
Public methods (1)create_move(self)
active
Boolean
default=True
asset_ids
One2many → account.asset
check_company=True
comodel_name='account.asset'
copy=False
inverse_name='parent_id'
string='Assets'
code
Char
copy=False
default='/'
index=True
required=True
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
string='Company'
name
Char
index=True
required=True
note
Text
action_view_assets(self)
create(self, vals_list)
asset_sub_state_id
Many2one → account.asset.sub.state
check_company=True
comodel_name='account.asset.sub.state'
default=<expr>
domain="[('removed', '=', True), '|', ('company_id', '=', False), ('company_id', '=', company_id)]"
string='Sub-Status'
tax_ids
Many2many → account.tax
check_company=True
comodel_name='account.tax'
domain="[('type_tax_use', '=', 'sale')]"
string='Taxes'
remove(self)
active
Boolean
default=True
close
Boolean
help='Show this asset sub-status on the close asset'
index=True
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
index=True
string='Company'
draft
Boolean
help='Show this asset sub-status on the draft asset'
index=True
name
Char
index=True
required=True
note
Text
open
Boolean
help='Show this asset sub-status on the running asset'
index=True
string='Running'
removed
Boolean
help='Show this asset sub-status on the removed asset'
index=True
sequence
Integer
default=10
help='Used to order Asset Sub Status'
No public methods.
asset_sub_state_id
Many2one → account.asset.sub.state
check_company=True
comodel_name='account.asset.sub.state'
default=<expr>
domain="[('removed', '=', True), '|', ('company_id', '=', False), ('company_id', '=', company_id)]"
string='Sub-Status'
transfer(self)
No new fields.
Public methods (2)create(self, vals_list)
write(self, vals)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-thailand |
| GIT | |
| GIT | https://github.com/OCA/l10n-thailand.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-thailand/tree/16.0/l10n_th_account_asset_management |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Localization / Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | oca-ci, Saran440 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-thailand |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:49 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-financial-tools: - account_asset_number - account_asset_management - account_asset_transfer OCA/reporting-engine: - report_xlsx_helper - report_xlsx odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-dateutil |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_asset_parent_view_form |
account.asset.parent.form | account.asset.parent | form | New |
account_asset_parent_view_search |
account.asset.parent.search | account.asset.parent | search | New |
account_asset_parent_view_tree |
account.asset.parent.tree | account.asset.parent | tree | New |
account_asset_remove_view_form |
account.asset.remove.form | account.asset.remove | xpath | Inherits account_asset_management.account_asset_remove_view_form |
account_asset_sub_state_view_form |
account.asset.sub.state.form | account.asset.sub.state | form | New |
account_asset_sub_state_view_search |
account.asset.sub.state.search | account.asset.sub.state | search | New |
account_asset_sub_state_view_tree |
account.asset.sub.state.tree | account.asset.sub.state | tree | New |
account_asset_transfer_view_form |
account.asset.transfer.form | account.asset.transfer | xpath | Inherits account_asset_transfer.account_asset_transfer_view_form |
account_asset_view_form |
account.asset.form | account.asset | xpath | Inherits account_asset_management.account_asset_view_form |
account_asset_view_tree |
account.asset.tree | account.asset | xpath | Inherits account_asset_management.account_asset_view_tree |
asset_sub_state_all
Many2many → account.asset.sub.state
comodel_name='account.asset.sub.state'
compute='_compute_asset_sub_state_all'
asset_sub_state_id
Many2one → account.asset.sub.state
check_company=True
comodel_name='account.asset.sub.state'
domain=<expr>
string='Sub-Status'
depreciation_rate
Float
compute='_compute_depreciation_rate'
store=True
string='Depreciation Rate (%)'
image
Binary
attachment=True
help='This field holds the photo of the asset.'
parent_id
Many2one → account.asset.parent
check_company=True
comodel_name='account.asset.parent'
ondelete='cascade'
string='Parent Asset'
validate(self)
No new fields.
Public methods (1)create_move(self)
active
Boolean
default=True
asset_ids
One2many → account.asset
check_company=True
comodel_name='account.asset'
copy=False
inverse_name='parent_id'
string='Assets'
code
Char
copy=False
default='/'
index=True
required=True
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
string='Company'
name
Char
index=True
required=True
note
Text
action_view_assets(self)
create(self, vals_list)
name_get(self)
asset_sub_state_id
Many2one → account.asset.sub.state
check_company=True
comodel_name='account.asset.sub.state'
default=<expr>
domain="[('removed', '=', True), '|', ('company_id', '=', False), ('company_id', '=', company_id)]"
string='Sub-Status'
remove(self)
active
Boolean
default=True
close
Boolean
help='Show this asset sub-status on the close asset'
index=True
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
index=True
string='Company'
draft
Boolean
help='Show this asset sub-status on the draft asset'
index=True
name
Char
index=True
required=True
note
Text
open
Boolean
help='Show this asset sub-status on the running asset'
index=True
string='Running'
removed
Boolean
help='Show this asset sub-status on the removed asset'
index=True
sequence
Integer
default=10
help='Used to order Asset Sub Status'
No public methods.
asset_sub_state_id
Many2one → account.asset.sub.state
check_company=True
comodel_name='account.asset.sub.state'
default=<expr>
domain="[('removed', '=', True), '|', ('company_id', '=', False), ('company_id', '=', company_id)]"
string='Sub-Status'
transfer(self)
No new fields.
Public methods (2)create(self, vals_list)
write(self, vals)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-thailand |
| GIT | |
| GIT | https://github.com/OCA/l10n-thailand.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-thailand/tree/15.0/l10n_th_account_asset_management |
| VERSION | |
| VERSION | 2.2.0 |
| CATEGORY | |
| CATEGORY | Localization / Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Saran440 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-thailand |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:35 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-financial-tools: - account_asset_number - account_asset_management - account_asset_transfer OCA/reporting-engine: - report_xlsx_helper - report_xlsx OCA/web: - web_tree_image_tooltip odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
python-dateutil xlrd xlsxwriter |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_asset_parent_view_form |
account.asset.parent.form | account.asset.parent | form | New |
account_asset_parent_view_search |
account.asset.parent.search | account.asset.parent | search | New |
account_asset_parent_view_tree |
account.asset.parent.tree | account.asset.parent | tree | New |
account_asset_remove_view_form |
account.asset.remove.form | account.asset.remove | xpath | Inherits account_asset_management.account_asset_remove_view_form |
account_asset_sub_state_view_form |
account.asset.sub.state.form | account.asset.sub.state | form | New |
account_asset_sub_state_view_search |
account.asset.sub.state.search | account.asset.sub.state | search | New |
account_asset_sub_state_view_tree |
account.asset.sub.state.tree | account.asset.sub.state | tree | New |
account_asset_transfer_view_form |
account.asset.transfer.form | account.asset.transfer | xpath | Inherits account_asset_transfer.account_asset_transfer_view_form |
account_asset_view_form |
account.asset.form | account.asset | xpath | Inherits account_asset_management.account_asset_view_form |
account_asset_view_tree |
account.asset.tree | account.asset | xpath | Inherits account_asset_management.account_asset_view_tree |
asset_sub_state_all
Many2many → account.asset.sub.state
comodel_name='account.asset.sub.state'
compute='_compute_asset_sub_state_all'
asset_sub_state_id
Many2one → account.asset.sub.state
check_company=True
comodel_name='account.asset.sub.state'
domain=<expr>
string='Sub-Status'
depreciation_rate
Float
compute='_compute_depreciation_rate'
store=True
string='Depreciation Rate (%)'
image
Binary
attachment=True
help='This field holds the photo of the asset.'
parent_id
Many2one → account.asset.parent
check_company=True
comodel_name='account.asset.parent'
ondelete='cascade'
string='Parent Asset'
validate(self)
No new fields.
Public methods (1)create_move(self)
active
Boolean
default=True
asset_ids
One2many → account.asset
check_company=True
comodel_name='account.asset'
copy=False
inverse_name='parent_id'
string='Assets'
code
Char
copy=False
default='/'
index=True
required=True
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
string='Company'
name
Char
index=True
required=True
note
Text
action_view_assets(self)
create(self, vals)
name_get(self)
asset_sub_state_id
Many2one → account.asset.sub.state
check_company=True
comodel_name='account.asset.sub.state'
default=<expr>
domain="[('removed', '=', True), '|', ('company_id', '=', False), ('company_id', '=', company_id)]"
string='Sub-Status'
remove(self)
active
Boolean
default=True
close
Boolean
help='Show this asset sub-status on the close asset'
index=True
company_id
Many2one → res.company
comodel_name='res.company'
default=<expr>
index=True
string='Company'
draft
Boolean
help='Show this asset sub-status on the draft asset'
index=True
name
Char
index=True
required=True
note
Text
open
Boolean
help='Show this asset sub-status on the running asset'
index=True
string='Running'
removed
Boolean
help='Show this asset sub-status on the removed asset'
index=True
sequence
Integer
default=10
help='Used to order Asset Sub Status'
No public methods.
asset_sub_state_id
Many2one → account.asset.sub.state
check_company=True
comodel_name='account.asset.sub.state'
default=<expr>
domain="[('removed', '=', True), '|', ('company_id', '=', False), ('company_id', '=', company_id)]"
string='Sub-Status'
transfer(self)
No new fields.
Public methods (2)create(self, vals_list)
write(self, vals)
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-thailand |
| GIT | |
| GIT | https://github.com/OCA/l10n-thailand.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-thailand/tree/14.0/l10n_th_account_asset_management |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Localization / Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | oca-travis, OCA-git-bot, Saran440 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-thailand |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:02 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-financial-tools: - account_asset_number - account_asset_management OCA/reporting-engine: - report_xlsx_helper - report_xlsx odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_asset_view_form |
account.asset.form | account.asset | xpath | Inherits account_asset_management.account_asset_view_form |
account_asset_view_tree |
account.asset.tree | account.asset | xpath | Inherits account_asset_management.account_asset_view_tree |
depreciation_rate
Float
compute='_compute_depreciation_rate'
store=True
string='Depreciation Rate (%)'
image
Binary
attachment=True
help='This field holds the photo of the asset.'
string='Image'
validate(self)
No new fields.
Public methods (1)create_move(self)
No new fields.
Public methods (0)No public methods.