~jgrandguillaume-c2c/openobject-addons/multi-company-cost-price

« back to all changes in this revision

Viewing changes to project_planning/__terp__.py

  • Committer: Joël Grand-Guillaume
  • Date: 2010-04-08 09:00:10 UTC
  • mfrom: (2533.3.664)
  • Revision ID: joel.grandguillaume@camptocamp.com-20100408090010-c0pqjan341s18bxs
[MRG] Merge from last trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
##############################################################################
3
 
#    
 
3
#
4
4
#    OpenERP, Open Source Management Solution
5
5
#    Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6
6
#
15
15
#    GNU Affero General Public License for more details.
16
16
#
17
17
#    You should have received a copy of the GNU Affero General Public License
18
 
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.     
 
18
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
#
20
20
##############################################################################
21
21
 
23
23
{
24
24
    'name': 'Planning Management Module',
25
25
    'version': '1.0',
26
 
    'category': 'Generic Modules/Human Ressources',
 
26
    'category': 'Generic Modules/Human Resources',
27
27
    'description': """
28
28
This module helps you to manage your plannings.
29
29
 
30
 
This module is based on the analytic accounting and is totally integrated with 
 
30
This module is based on the analytic accounting and is totally integrated with
31
31
* the timesheets encoding
32
32
* the holidays management
33
33
* the project management
34
34
 
35
 
So that, each department manager can know if someone in his team has still unaloccated time for a given planning (taking in consideration the validated leaves) or if he still needs to encode tasks. 
 
35
So that, each department manager can know if someone in his team has still unaloccated time for a given planning (taking in consideration the validated leaves) or if he still needs to encode tasks.
36
36
 
37
37
At the end of the month, the planning manager can also check if the encoded timesheets are respecting the planned time on each analytic account.
38
38
""",
39
39
    'author': 'Tiny',
40
40
    'website': 'http://www.openerp.com',
41
41
    'depends': [
42
 
        'project', 
 
42
        'project',
43
43
        'hr_timesheet',
44
44
        'hr_holidays',
45
45
    ],
50
50
        'project_planning_report.xml'
51
51
    ],
52
52
    'demo_xml': [
53
 
        #'report_account_analytic.planning.csv', 
 
53
        #'report_account_analytic.planning.csv',
54
54
        'project_planning_demo.xml',
55
55
    ],
56
56
    'installable': True,