Repository
OCA/l10n-thailand · module folder · Try on Runboat
Module version
3.0.1
Category
Localization / Accounting
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-thailand
Last tracking update
2026-08-07 07:57:17
Authors
Odoo Community Association (OCA), Ecosoft
Maintainers
Odoo Community Association (OCA), Ecosoft
Committers
Saran440, OCA-git-bot, oca-ci, ps-tubtim
Odoo dependencies
Python dependencies
python-dateutil, xlrd, xlsxwriter
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (10)
XML IDNameModelTypeStatus
account_asset_location_view_form account.asset.location.form account.asset.location form New
account_asset_location_view_search account.asset.location.search account.asset.location search New
account_asset_location_view_tree account.asset.location.tree account.asset.location tree New
account_asset_management.view_move_form form New
account_asset_remove_view_form account.asset.remove.form account.asset.remove form Inherits account_asset_management.account_asset_remove_view_form
account_asset_view_form account.asset.form account.asset form Inherits account_asset_management.account_asset_view_form
account_asset_view_search account.asset.search account.asset search Inherits account_asset_management.account_asset_view_search
asset_low_value_remove_form asset.low.value.remove.form account.asset.remove form Inherits account_asset_low_value.asset_low_value_remove_form
purchase_order_form purchase.order.form purchase.order form Inherits purchase.purchase_order_form
res_config_settings_view_form res.config.settings.view.form.inherit.account res.config.settings form Inherits account.res_config_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (10)

New fields (10)
  • asset_brand Char
    string='Brand'
  • asset_guarantee_end Date
    string='Guarantee End'
  • asset_guarantee_start Date
    string='Guarantee Start'
  • asset_location_id Many2one → account.asset.location
    comodel_name='account.asset.location' string='Location' tracking=True
  • asset_model Char
    string='Model'
  • asset_serial_number Char
    string='Serial Number'
  • employee_id Many2one → hr.employee
    comodel_name='hr.employee' index=True string='Employee' tracking=True
  • maintenance_line_ids One2many → account.asset.maintenance
    comodel_name='account.asset.maintenance' copy=False inverse_name='asset_id' string='Maintenance Lines'
  • purchase_id Many2one → purchase.order
    comodel_name='purchase.order' index=True states=READONLY_STATES string='Purchase Order'
  • remove_reason Char
    string='Removed Reason'
Public methods (2)
  • action_remove_multi_assets(self)
  • name_get(self)
    @api.depends('name', 'number')

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • active Boolean
    default=True
  • name Char
Public methods (0)

No public methods.

New fields (4)
  • asset_id Many2one → account.asset
    comodel_name='account.asset' ondelete='cascade' required=True string='Asset'
  • date_maintenance Date
    required=True string='Date'
  • description Text
  • ref Char
    string='Reference'
Public methods (0)

No public methods.

New fields (1)
  • remove_reason Char
    string='Removed Reason'
Public methods (2)
  • remove(self)
  • remove_multi_assets(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • asset_profile_id Many2one → account.asset.profile
    comodel_name='account.asset.profile' string='Asset Profile'
Public methods (0)

No public methods.

New fields (1)
  • asset_move_line_analytic Boolean
    string='Stamp analytic in all asset move line'
Public methods (0)

No public methods.

New fields (1)
  • asset_move_line_analytic Boolean
    readonly=False related='company_id.asset_move_line_analytic'
Public methods (0)

No public methods.

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
57 days ago
Last activity
49 days ago
Repository
OCA/l10n-thailand
Pull request
[18.0][MIG] l10n_th_gov_account_asset_management: Migration to 18.0 (#608)