Repository
OCA/account-analytic · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-analytic
Last tracking update
2026-08-07 07:47:34
Authors
Akretion, ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
Akretion, ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Alexis de Lattre, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
account_analytic_account_form_view account.analytic.account.form (in account_analytic_no_lines) account.analytic.account form Inherits analytic.view_account_analytic_account_form
account_analytic_account_tree_view account.analytic.account.tree (in account_analytic_no_lines) account.analytic.account tree Inherits analytic.view_account_analytic_account_list
view_account_move_line_filter easy_analytic_search.account.move.line.form account.move.line form Inherits account.view_account_move_line_filter
view_move_line_form hide_analytic_lines.account.move.line.form account.move.line form Inherits account.view_move_line_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • gl_balance Monetary
    compute='_compute_gl_debit_credit_balance' help='Credit - Debit' string='Analytic Balance (GL)'
  • gl_credit Monetary
    compute='_compute_gl_debit_credit_balance' string='Credit (GL)'
  • gl_debit Monetary
    compute='_compute_gl_debit_credit_balance' string='Debit (GL)'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • create_analytic_lines(self)

Loading…

Loading…