Repository
OCA/account-analytic · module folder · Try on Runboat
Module version
1.1.0
Category
Accounting & Finance
Folder size
0.36 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-analytic
Last tracking update
2026-08-07 09:06:24
Authors
Odoo Community Association (OCA), Le Filament, Moduon
Maintainers
Odoo Community Association (OCA), Le Filament, Moduon
Committers
Weblate, OCA-git-bot, oca-ci, Lansana Barry Sow
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows users to update the analytic distribution on journal
items.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_move_form_view account.move.form account.move form Inherits account.view_move_form
account_move_line_tree_view account.move.line.tree account.move.line tree Inherits account.view_move_line_tree
view_account_move_update_analytic_account account.move.update.analytic.form account.move.update.analytic.wizard form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • view_account_move_update_analytic_full(self)

New fields (7)
  • account_id Many2one
    related='line_id.account_id'
  • amount Float
    compute='_compute_amount' readonly=True
  • company_id Many2one → res.company
    comodel_name='res.company' readonly=True string='Company'
  • current_analytic_distribution Json
    related='line_id.analytic_distribution' string='Current Analytic Distribution'
  • line_id Many2one → account.move.line
    string='Invoice line' args: 'account.move.line'
  • move_type Selection
    readonly=True selection='_move_type_selection'
  • product_id Many2one
    related='line_id.product_id'
Public methods (2)
  • default_get(self, fields)
    @api.model
  • update_analytic_lines(self)

Loading…

Loading…

Loading…

Loading…

Loading…