Repository
OCA/account-analytic · module folder · Try on Runboat
Module version
1.0.3
Category
Warehouse Management
Folder size
0.05 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
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Denis Roussel, Daniel Reis, newtratip, Weblate, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.stock.account res.config.settings form Inherits stock.res_config_settings_view_form
stock_analytic_inventory_line_tree stock.inventory.line.tree stock.inventory.line tree Inherits stock.stock_inventory_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    string='Default Analytic Account on Inventory Adjustment Line' args: 'account.analytic.account'
  • analytic_tag_ids Many2many → account.analytic.tag
    string='Default Analytic Tags on Inventory Adjustment Line' args: 'account.analytic.tag'
Public methods (0)

No public methods.

New fields (2)
  • analytic_account_id Many2one
    readonly=False related='company_id.analytic_account_id'
  • analytic_tag_ids Many2many
    readonly=False related='company_id.analytic_tag_ids'
Public methods (0)

No public methods.

New fields (2)
  • analytic_account_id Many2one → account.analytic.account
    default=<expr> string='Analytic Account' args: 'account.analytic.account'
  • analytic_tag_ids Many2many → account.analytic.tag
    default=<expr> string='Analytic Tags' args: 'account.analytic.tag'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
76 days ago
Last activity
72 days ago
Repository
OCA/account-analytic
Pull request
[19.0][MIG] stock_inventory_analytic (#929)