Account Analytic Defaults

account_analytic_default
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/13.0/account_analytic_default
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting/Accounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, Xavier Morel, Goffin Simon, Nicolas Martinelli, qdp-odoo, Damien Bouvy, Yannick Tivisse, Odoo Online, Jorge Pinna Puissant, wan, Xavier-Do, jerome hanke (jhk), Andrea Grazioso (agr-odoo), Sébastien Theys, Nasreddin (bon), fw-bot, Adrien Widart, momegahed, william, Florian Gilbert
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:06:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - 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
Set default values for your analytic accounts.
==============================================

Allows to automatically select analytic accounts based on criterions:
---------------------------------------------------------------------
    * Product
    * Partner
    * User
    * Company
    * Date
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.account.analytic.default res.config.settings xpath Inherits account.res_config_settings_view_form
view_account_analytic_default_form account.analytic.default.form account.analytic.default form New
view_account_analytic_default_form_search account.analytic.default.search account.analytic.default search New
view_account_analytic_default_kanban account.analytic.default.kanban account.analytic.default kanban New
view_account_analytic_default_tree account.analytic.default.tree account.analytic.default tree New
Models touched (2)

New fields (10)
  • account_id Many2one → account.account
    help='Select an accounting account which will use analytic account specified in analytic default (e.g. create new customer invoice or Sales order if we select this account, it will automatically take this as an analytic account)' ondelete='cascade' string='Account' args: 'account.account'
  • analytic_id Many2one → account.analytic.account
    string='Analytic Account' args: 'account.analytic.account'
  • analytic_tag_ids Many2many → account.analytic.tag
    string='Analytic Tags' args: 'account.analytic.tag'
  • company_id Many2one → res.company
    help='Select a company which will use analytic account specified in analytic default (e.g. create new customer invoice or Sales order if we select this company, it will automatically take this as an analytic account)' ondelete='cascade' string='Company' args: 'res.company'
  • date_start Date
    help='Default start date for this Analytic Account.' string='Start Date'
  • date_stop Date
    help='Default end date for this Analytic Account.' string='End Date'
  • partner_id Many2one → res.partner
    help='Select a partner which will use analytic account specified in analytic default (e.g. create new customer invoice or Sales order if we select this partner, it will automatically take this as an analytic account)' ondelete='cascade' string='Partner' args: 'res.partner'
  • product_id Many2one → product.product
    help='Select a product which will use analytic account specified in analytic default (e.g. create new customer invoice or Sales order if we select this product, it will automatically take this as an analytic account)' ondelete='cascade' string='Product' args: 'product.product'
  • sequence Integer
    help='Gives the sequence order when displaying a list of analytic distribution' string='Sequence'
  • user_id Many2one → res.users
    help='Select a user which will use analytic account specified in analytic default.' ondelete='cascade' string='User' args: 'res.users'
Public methods (1)
  • account_get(self, product_id=None, partner_id=None, account_id=None, user_id=None, date=None, company_id=None)
    @api.model

New fields (2)
  • analytic_account_id Many2one
    compute='_compute_analytic_account' copy=True readonly=False store=True
  • analytic_tag_ids Many2many
    compute='_compute_analytic_account' copy=True readonly=False store=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/12.0/account_analytic_default
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Christophe Simonis, Nicolas Martinelli, qdp-odoo, GitHub, Yannick Tivisse, qsm-odoo, Xavier-Do, oco-odoo, Alex Tuyls, Samuel Degueldre
WEBSITE
WEBSITE
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:57:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Set default values for your analytic accounts.
==============================================

Allows to automatically select analytic accounts based on criterions:
---------------------------------------------------------------------
    * Product
    * Partner
    * User
    * Company
    * Date
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.account.analytic.default res.config.settings xpath Inherits account.res_config_settings_view_form
view_account_analytic_default_form account.analytic.default.form account.analytic.default form New
view_account_analytic_default_form_search account.analytic.default.search account.analytic.default search New
view_account_analytic_default_kanban account.analytic.default.kanban account.analytic.default kanban New
view_account_analytic_default_tree account.analytic.default.tree account.analytic.default tree New
Models touched (3)

New fields (9)
  • analytic_id Many2one → account.analytic.account
    string='Analytic Account' args: 'account.analytic.account'
  • analytic_tag_ids Many2many → account.analytic.tag
    string='Analytic Tags' args: 'account.analytic.tag'
  • company_id Many2one → res.company
    help='Select a company which will use analytic account specified in analytic default (e.g. create new customer invoice or Sales order if we select this company, it will automatically take this as an analytic account)' ondelete='cascade' string='Company' args: 'res.company'
  • date_start Date
    help='Default start date for this Analytic Account.' string='Start Date'
  • date_stop Date
    help='Default end date for this Analytic Account.' string='End Date'
  • partner_id Many2one → res.partner
    help='Select a partner which will use analytic account specified in analytic default (e.g. create new customer invoice or Sales order if we select this partner, it will automatically take this as an analytic account)' ondelete='cascade' string='Partner' args: 'res.partner'
  • product_id Many2one → product.product
    help='Select a product which will use analytic account specified in analytic default (e.g. create new customer invoice or Sales order if we select this product, it will automatically take this as an analytic account)' ondelete='cascade' string='Product' args: 'product.product'
  • sequence Integer
    help='Gives the sequence order when displaying a list of analytic distribution' string='Sequence'
  • user_id Many2one → res.users
    help='Select a user which will use analytic account specified in analytic default.' ondelete='cascade' string='User' args: 'res.users'
Public methods (1)
  • account_get(self, product_id=None, partner_id=None, user_id=None, date=None, company_id=None)
    @api.model

New fields (0)

No new fields.

Public methods (1)
  • default_get(self, fields_list)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/11.0/account_analytic_default
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Christophe Simonis, Joren Van Onder, Goffin Simon, qdp-odoo, GitHub, Yannick Tivisse, Odoo Online, Laurent Smet, This Is Banana, rar-odoo
WEBSITE
WEBSITEhttps://www.odoo.com/page/accounting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:53:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - analytic
    - web_planner
    - portal
    - http_routing
    - account_invoicing
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Set default values for your analytic accounts.
==============================================

Allows to automatically select analytic accounts based on criterions:
---------------------------------------------------------------------
    * Product
    * Partner
    * User
    * Company
    * Date
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.account.analytic.default res.config.settings xpath Inherits account.res_config_settings_view_form
view_account_analytic_default_form account.analytic.default.form account.analytic.default form New
view_account_analytic_default_form_search account.analytic.default.search account.analytic.default search New
view_account_analytic_default_kanban account.analytic.default.kanban account.analytic.default kanban New
view_account_analytic_default_tree account.analytic.default.tree account.analytic.default tree New
Models touched (3)

New fields (8)
  • analytic_id Many2one → account.analytic.account
    string='Analytic Account' args: 'account.analytic.account'
  • company_id Many2one → res.company
    help='Select a company which will use analytic account specified in analytic default (e.g. create new customer invoice or Sales order if we select this company, it will automatically take this as an analytic account)' ondelete='cascade' string='Company' args: 'res.company'
  • date_start Date
    help='Default start date for this Analytic Account.' string='Start Date'
  • date_stop Date
    help='Default end date for this Analytic Account.' string='End Date'
  • partner_id Many2one → res.partner
    help='Select a partner which will use analytic account specified in analytic default (e.g. create new customer invoice or Sales order if we select this partner, it will automatically take this as an analytic account)' ondelete='cascade' string='Partner' args: 'res.partner'
  • product_id Many2one → product.product
    help='Select a product which will use analytic account specified in analytic default (e.g. create new customer invoice or Sales order if we select this product, it will automatically take this as an analytic account)' ondelete='cascade' string='Product' args: 'product.product'
  • sequence Integer
    help='Gives the sequence order when displaying a list of analytic distribution' string='Sequence'
  • user_id Many2one → res.users
    help='Select a user which will use analytic account specified in analytic default.' ondelete='cascade' string='User' args: 'res.users'
Public methods (1)
  • account_get(self, product_id=None, partner_id=None, user_id=None, date=None, company_id=None)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/account_analytic_default
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, Julien Legros, qdp-odoo, Yannick Tivisse
WEBSITE
WEBSITEhttps://www.odoo.com/page/accounting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:48
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_planner
    - procurement
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Set default values for your analytic accounts.
==============================================

Allows to automatically select analytic accounts based on criterions:
---------------------------------------------------------------------
    * Product
    * Partner
    * User
    * Company
    * Date
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
product_form_view_default_analytic_button product.product.inherit.rules_count product.product div Inherits product.product_normal_form_view
product_template_view_default_analytic_button product.template.inherit.rules_count product.template div Inherits product.product_template_only_form_view
view_account_analytic_default_form account.analytic.default.form account.analytic.default form New
view_account_analytic_default_form_search account.analytic.default.search account.analytic.default search New
view_account_analytic_default_tree account.analytic.default.tree account.analytic.default tree New
Models touched (5)

New fields (8)
  • analytic_id Many2one → account.analytic.account
    string='Analytic Account' args: 'account.analytic.account'
  • company_id Many2one → res.company
    help='Select a company which will use analytic account specified in analytic default (e.g. create new customer invoice or Sales order if we select this company, it will automatically take this as an analytic account)' ondelete='cascade' string='Company' args: 'res.company'
  • date_start Date
    help='Default start date for this Analytic Account.' string='Start Date'
  • date_stop Date
    help='Default end date for this Analytic Account.' string='End Date'
  • partner_id Many2one → res.partner
    help='Select a partner which will use analytic account specified in analytic default (e.g. create new customer invoice or Sales order if we select this partner, it will automatically take this as an analytic account)' ondelete='cascade' string='Partner' args: 'res.partner'
  • product_id Many2one → product.product
    help='Select a product which will use analytic account specified in analytic default (e.g. create new customer invoice or Sales order if we select this product, it will automatically take this as an analytic account)' ondelete='cascade' string='Product' args: 'product.product'
  • sequence Integer
    help='Gives the sequence order when displaying a list of analytic distribution' string='Sequence'
  • user_id Many2one → res.users
    help='Select a user which will use analytic account specified in analytic default.' ondelete='cascade' string='User' args: 'res.users'
Public methods (1)
  • account_get(self, product_id=None, partner_id=None, user_id=None, date=None, company_id=None)
    @api.model

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • rules_count Integer
    compute='_compute_rules_count' string='# Analytic Rules'
Public methods (0)

No public methods.

New fields (1)
  • rules_count Integer
    compute='_compute_rules_count' string='# Analytic Rules'
Public methods (1)
  • action_view_rules(self)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/account_analytic_default
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Martin Trigaux, Olivier Dony, Denis Ledoux, Christophe Simonis, Nicolas Martinelli, Richard Mathot, qdp-odoo, Géry Debongnie, Aaron Bohy, Yannick Tivisse
WEBSITE
WEBSITEhttps://www.odoo.com/page/accounting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:31
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_tip
    - web_planner
    - procurement
    - stock_account
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Set default values for your analytic accounts.
==============================================

Allows to automatically select analytic accounts based on criterions:
---------------------------------------------------------------------
    * Product
    * Partner
    * User
    * Company
    * Date
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
product_form_view_default_analytic_button product.product.stock.move product.product div Inherits product.product_normal_form_view
product_template_view_default_analytic_button product.template.stock.move product.template div Inherits product.product_template_only_form_view
view_account_analytic_default_form account.analytic.default.form account.analytic.default form New
view_account_analytic_default_form_search account.analytic.default.search account.analytic.default search New
view_account_analytic_default_tree account.analytic.default.tree account.analytic.default tree New
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_view_rules(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/account_analytic_default
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Thibault Delavallée, Vo Minh Thu, Josse Colpaert, Launchpad Translations on behalf of openerp, Denis Ledoux, Fabien Meghazi, Christophe Simonis, Xavier Morel, Vishmita, Nicolas Martinelli, Géry Debongnie, Aaron Bohy, ged-odoo, Gery Debongnie, Randhir Mayatra rma-openerp
WEBSITE
WEBSITEhttps://www.odoo.com/page/accounting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:40
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - web_kanban_sparkline
    - account_voucher
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - board
    - edi
    - email_template
    - procurement
    - stock_account
    - stock
    - web_kanban_gauge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Set default values for your analytic accounts.
==============================================

Allows to automatically select analytic accounts based on criterions:
---------------------------------------------------------------------
    * Product
    * Partner
    * User
    * Company
    * Date
    

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
product_form_view_default_analytic_button product.product.stock.move product.product xpath Inherits product.product_normal_form_view
product_template_view_default_analytic_button product.template.stock.move product.template xpath Inherits product.product_template_only_form_view
view_account_analytic_default_form account.analytic.default.form account.analytic.default form New
view_account_analytic_default_form_search account.analytic.default.search account.analytic.default search New
view_account_analytic_default_tree account.analytic.default.tree account.analytic.default tree New
Models touched (3)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_view_rules(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/7.0/account_analytic_default
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSTwinkle Christian (OpenERP), Cecile Tonglet, Stephane Wirtel, Odoo Translation Bot, Turkesh Patel (Open ERP), Antonin Bourguignon, Martin Trigaux, Ajay Chauhan (OpenERP), Purnendu Singh (OpenERP), Fabien Pinckaers, Olivier Dony, Rajesh Prajapati (OpenERP), Divyesh Makwana (Open ERP), Vo Minh Thu, Hardik, pso (OpenERP), Sbh (Openerp), Launchpad Translations on behalf of openerp, vta vta@openerp.com, Kuldeep Joshi (OpenERP), Mayur Maheshwari (OpenERP), Alexis de Lattre, help, niv-openerp, Ravi Gohil (OpenERP)
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:43:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_stock
    - sale
    - account_voucher
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
    - stock
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Set default values for your analytic accounts.
==============================================

Allows to automatically select analytic accounts based on criterions:
---------------------------------------------------------------------
    * Product
    * Partner
    * User
    * Company
    * Date
    

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_analytic_default_form account.analytic.default.form account.analytic.default form New
view_account_analytic_default_form_search account.analytic.default.search account.analytic.default search New
view_account_analytic_default_tree account.analytic.default.tree account.analytic.default tree New
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/6.1/account_analytic_default
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Jagdish Panchal (Open ERP), Stephane Wirtel, Fabien Pinckaers, Meera Trambadia (OpenERP), Olivier Dony, Vo Minh Thu, Launchpad Translations on behalf of openerp, vro, niv-openerp, Ujjvala Collins (OpenERP), Xavier Morel, Thibault Francois, Carlos Vásquez, Els Van Vossel, Israel Fermin Montilla, Hardik Ansodariy (OpenERP), rch-openerp, Bharat (OpenERP), mtr
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:41:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - stock
    - product
    - base
    - process
    - decimal_precision
    - account
    - base_setup
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Set default values for your analytic accounts
Allows to automatically select analytic accounts based on criterions:
=====================================================================

* Product
* Partner
* User
* Company
* Date
    

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_account_analytic_default_form account.analytic.default.form account.analytic.default form New
view_account_analytic_default_form_search account.analytic.default.search account.analytic.default search New
view_account_analytic_default_tree account.analytic.default.tree account.analytic.default tree New
Models touched (0)

No models found for this module.