Metadata-Version: 2.0
Name: odoo8-addon-project-classification
Version: 8.0.1.0.0.99.dev23
Summary: Project classification (easy hierarchy and setup for project managers)
Home-page: http://www.camptocamp.com
Author: Camptocamp,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: AGPL-3
Platform: UNKNOWN
Requires-Dist: odoo (<9.0a,>=8.0a)
Requires-Dist: odoo8-addon-project-analytic-line-view
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Odoo
Classifier: License :: OSI Approved :: GNU Affero General Public License v3

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
    :alt: License: AGPL-3

Project classification (easy hierarchy and setup for project managers)
======================================================================


This Module allows you to setup different project classification to ease the
data entry of new project. The parent project will be set as readonly to
forbid users to change it.

The parent is still available through the analytic account object.
This is useful because this way, project manager will setup correctly
the analytical account just by choosing the corresponding classification.

A project classification is composed by:

 * A name
 * An Analytic Account which represents the parent project to set
 * An optional Invoice factor
 * An optional Account Manager
 * An optional Pricelist
 * An optional Currency

Those values will be set on a project when selecting a classification.

With this module, you can easily define invoice factor, manager, ... which will be automatically set when creating a project with this classification.
No need to check which parent project, which invoicing factor, which manager.
Just by selecting a classification, you set all this fields once. 

Usage
=====

Example :
---------

Create following classification :
 * name: R-D O% administrator EUR
 * project_id: YourCompany / Internal
 * to_invoice: 0
 * user_id: Administrator
 * pricelist: Public Pricelist

 In project.project form view, select this 'R-D O% administrator EUR' classification.
 When selecting it, the following fields in project must have changed to be the same as the classification ones :
  * parent_id
  * to_invoice
  * user_id (Project Manager)
  * pricelist_id
  * to_invoice

So when you need to create a new R-D project, instead of manually filling fields, you only select a classification and it's done.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/project-service/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/project-service/issues/new?body=module:%20project_classification%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.


Credits
=======

Contributors
------------

* Joël Grand-Guillaume <joel.grandguillaume@camptocamp.com>
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
* Charbel Jacquin <charbel.jacquin@camptocamp.com>

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.


