~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to analytic_user_function/__terp__.py

  • Committer: qdp
  • Date: 2008-01-23 07:19:10 UTC
  • Revision ID: qdp-991fceb9a384aa96e36a091a9e833d4b28976b95
mode_invoicing module renamed in analytic_user_function

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
        "name" : "Invoicing Mode",
 
3
        "version" : "1.0",
 
4
        "depends" : ["hr_timesheet_sheet"],
 
5
        "author" : "Tiny",
 
6
        "description": """
 
7
 
 
8
        This module allows you to define your preferencies for analytic accounts.
 
9
 
 
10
        For example, you can say 
 
11
        * what is the defaut function of a specific user on a given account, 
 
12
        * what is the default invoicing rate for a specific user on a given account,
 
13
 
 
14
        This is mostly used when a user encode his timesheet: the values are retrieved and the fields are auto-filled... but the possibility to change these values is still available.
 
15
 
 
16
        Obviously if no data has been recorded for the current account, the default values are given as usual so that this module is perfectly compatible with older configurations.
 
17
 
 
18
        """,
 
19
        "website" : "http://tinyerp.com/",
 
20
        "category" : "Generic Modules/Others",
 
21
        "init_xml" : [],
 
22
        "demo_xml" : [],
 
23
        "update_xml" : [
 
24
                        "mode_invoicing_view.xml",
 
25
                        ],
 
26
        "active": False,
 
27
        "installable": True
 
28
}