Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting & Finance
Folder size
1.17 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://www.odoo.com/page/accounting
Last tracking update
2026-08-07 04:53:25
Authors
OpenERP SA
Maintainers
OpenERP SA
Committers
Quentin (OpenERP), Antony Lesuisse, Vo Minh Thu, Olivier Dony, Launchpad Translations on behalf of openerp, Fabien Pinckaers, Raphael Collet, Fabien Meghazi, Christophe Simonis, Thibault Delavallée, Martin Trigaux, Foram Katharotiya (OpenERP), Odoo Translation Bot, Christophe Matthieu, Denis Ledoux, ggh-openerp, Simon Lejeune, Chirag Dodiya (OpenERP Trainee), Richard Mathot, qdp-odoo, Aaron Bohy, sgo@tinyerp.com, Sanjay Gohel (OpenERP), Arthur Maniet, sve-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_analytic_plan_required, contract_recurring_plans, hr_expense_analytic_plans, purchase_analytic_plans, sale_analytic_plans
Description
This module allows to use several analytic plans according to the general journal.
==================================================================================

Here multiple analytic lines are created when the invoice or the entries
are confirmed.

For example, you can define the following analytic structure:
-------------------------------------------------------------
  * **Projects**
      * Project 1
          + SubProj 1.1
          
          + SubProj 1.2

      * Project 2
      
  * **Salesman**
      * Eric
      
      * Fabien

Here, we have two plans: Projects and Salesman. An invoice line must be able to write analytic entries in the 2 plans: SubProj 1.1 and Fabien. The amount can also be split.
 
The following example is for an invoice that touches the two subprojects and assigned to one salesman:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Plan1:**

    * SubProject 1.1 : 50%
    
    * SubProject 1.2 : 50%
    
**Plan2:**
    Eric: 100%

So when this line of invoice will be confirmed, it will generate 3 analytic lines,for one account entry.

The analytic plan validates the minimum and maximum percentage at the time of creation of distribution models.
        

Code Analysis

Views touched (21)
XML IDNameModelTypeStatus
account_analytic_plan_form account.analytic.plan.form account.analytic.plan form New
account_analytic_plan_instance_form account.analytic.plan.instance.form account.analytic.plan.instance form New
account_analytic_plan_instance_line_form account.analytic.plan.instance.line.form account.analytic.plan.instance.line form New
account_analytic_plan_instance_line_tree account.analytic.plan.instance.line.tree account.analytic.plan.instance.line tree New
account_analytic_plan_instance_tree account.analytic.plan.instance.tree account.analytic.plan.instance tree New
account_analytic_plan_line_form account.analytic.plan.line.form account.analytic.plan.line form New
account_analytic_plan_line_tree account.analytic.plan.line.tree account.analytic.plan.line tree New
account_analytic_plan_search account.analytic.plan.search account.analytic.plan search New
account_analytic_plan_tree account.analytic.plan.tree account.analytic.plan tree New
assets_backend account analytic plans assets ir.ui.view qweb Inherits web.assets_backend
report_crossoveredanalyticplans report_crossoveredanalyticplans ir.ui.view qweb New
view_account_crossovered_analytic account.crossovered.analytic.form account.crossovered.analytic form New
view_account_journal_form_inherit account.journal.form.inherit account.journal form Inherits account.view_account_journal_form
view_analytic_plan_create_model analytic.plan.create.model.form analytic.plan.create.model form New
view_analytic_plan_create_model_msg analytic.plan.create.model.msg.form analytic.plan.create.model form New
view_default_inherit_form account.analytic.default.form.plans account.analytic.default form Inherits account_analytic_default.view_account_analytic_default_form
view_default_inherit_tree account.analytic.default.tree.plans account.analytic.default tree Inherits account_analytic_default.view_account_analytic_default_tree
view_move_form_inherit account.move.form.inherit account.move form Inherits account.view_move_form
view_move_line_form_1_inherit account.move.line.form.inherit1 account.move.line form Inherits account.view_move_line_form2
view_move_line_form_inherit account.move.line.form.inherit account.move.line form Inherits account.view_move_line_form
view_move_line_tree_inherit account.move.line.tree.inherit account.move.line tree Inherits account.view_move_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (0)

No models found for this module.

Loading…

Loading…