TIP: You can type at any time to perform a new search.
Account Analytic Defaults
account_analytic_default · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 1.0
- Category
- Accounting/Accounting
- Folder size
- 0.84 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-07 05:12:48
- Authors
- Maintainers
- None
- Committers
- Xavier Morel, Christophe Simonis, Martin Trigaux, Odoo Translation Bot, 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
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- account_analytic_default_hr_expense, account_analytic_default_purchase
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings.view.form.inherit.account.analytic.default | res.config.settings | form | 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 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (10)
-
account_idMany2one → account.accounthelp='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_idMany2one → account.analytic.accountstring='Analytic Account' args: 'account.analytic.account' -
analytic_tag_idsMany2many → account.analytic.tagstring='Analytic Tags' args: 'account.analytic.tag' -
company_idMany2one → res.companyhelp='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_startDatehelp='Default start date for this Analytic Account.'string='Start Date' -
date_stopDatehelp='Default end date for this Analytic Account.'string='End Date' -
partner_idMany2one → res.partnerhelp='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_idMany2one → product.producthelp='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' -
sequenceIntegerhelp='Gives the sequence order when displaying a list of analytic distribution'string='Sequence' -
user_idMany2one → res.usershelp='Select a user which will use analytic account specified in analytic default.'ondelete='cascade'string='User' args: 'res.users'
-
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_idMany2onecompute='_compute_analytic_account'copy=Truereadonly=Falsestore=True -
analytic_tag_idsMany2manycompute='_compute_analytic_account'copy=Truereadonly=Falsestore=True
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…