~xrg/openobject-doc/trunk-xrg

« back to all changes in this revision

Viewing changes to i18n/es/source/technical_guide/analytic_user_function.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-17 18:59:45 UTC
  • Revision ID: truongsinh@vipescoserver-20090717185945-ajjp3zso6xh5jddm
[FIX]private issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: .. module:: analytic_user_function
 
3
.. i18n:     :synopsis: Analytic User Function (Official, Quality Certified)
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
 
 
7
.. module:: analytic_user_function
 
8
    :synopsis: Analytic User Function (Official, Quality Certified)
 
9
    :noindex:
 
10
.. 
 
11
 
 
12
.. i18n: .. raw:: html
 
13
.. i18n: 
 
14
.. i18n:     <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
15
 
 
16
.. raw:: html
 
17
 
 
18
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
19
 
 
20
.. i18n: Analytic User Function (*analytic_user_function*)
 
21
.. i18n: =================================================
 
22
.. i18n: :Module: analytic_user_function
 
23
.. i18n: :Name: Analytic User Function
 
24
.. i18n: :Version: 5.0.1.0
 
25
.. i18n: :Author: Tiny
 
26
.. i18n: :Directory: analytic_user_function
 
27
.. i18n: :Web: http://www.openerp.com
 
28
.. i18n: :Official module: yes
 
29
.. i18n: :Quality certified: yes
 
30
 
 
31
Analytic User Function (*analytic_user_function*)
 
32
=================================================
 
33
:Module: analytic_user_function
 
34
:Name: Analytic User Function
 
35
:Version: 5.0.1.0
 
36
:Author: Tiny
 
37
:Directory: analytic_user_function
 
38
:Web: http://www.openerp.com
 
39
:Official module: yes
 
40
:Quality certified: yes
 
41
 
 
42
.. i18n: Description
 
43
.. i18n: -----------
 
44
 
 
45
Description
 
46
-----------
 
47
 
 
48
.. i18n: ::
 
49
.. i18n: 
 
50
.. i18n:   This module allows you to define what is the default function of a specific user on a given account. 
 
51
.. i18n:   This is mostly used when a user encode his timesheet: the values are  retrieved and the fields are 
 
52
.. i18n:   auto-filled... but the possibility to change these values is still available.
 
53
.. i18n:   
 
54
.. i18n:       Obviously if no data has been recorded for the current account, the default value 
 
55
.. i18n:   is given as usual by the employee data so that this module is perfectly compatible with older configurations.
 
56
 
 
57
::
 
58
 
 
59
  This module allows you to define what is the default function of a specific user on a given account. 
 
60
  This is mostly used when a user encode his timesheet: the values are  retrieved and the fields are 
 
61
  auto-filled... but the possibility to change these values is still available.
 
62
  
 
63
      Obviously if no data has been recorded for the current account, the default value 
 
64
  is given as usual by the employee data so that this module is perfectly compatible with older configurations.
 
65
 
 
66
.. i18n: Dependencies
 
67
.. i18n: ------------
 
68
 
 
69
Dependencies
 
70
------------
 
71
 
 
72
.. i18n:  * :mod:`hr_timesheet_sheet`
 
73
 
 
74
 * :mod:`hr_timesheet_sheet`
 
75
 
 
76
.. i18n: Reports
 
77
.. i18n: -------
 
78
 
 
79
Reports
 
80
-------
 
81
 
 
82
.. i18n: None
 
83
 
 
84
None
 
85
 
 
86
.. i18n: Menus
 
87
.. i18n: -------
 
88
 
 
89
Menus
 
90
-------
 
91
 
 
92
.. i18n: None
 
93
 
 
94
None
 
95
 
 
96
.. i18n: Views
 
97
.. i18n: -----
 
98
 
 
99
Views
 
100
-----
 
101
 
 
102
.. i18n:  * analytic_user_funct_grid.tree (tree)
 
103
.. i18n:  * analytic_user_funct_grid.form (form)
 
104
.. i18n:  * \* INHERIT account.analytic.account.form (form)
 
105
.. i18n:  * \* INHERIT hr.timesheet.sheet.form (form)
 
106
.. i18n:  * \* INHERIT hr.analytic.timesheet.form (form)
 
107
.. i18n:  * \* INHERIT hr.analytic.timesheet.form (form)
 
108
.. i18n:  * \* INHERIT hr.analytic.timesheet.tree (tree)
 
109
.. i18n:  * \* INHERIT hr.analytic.timesheet.tree (tree)
 
110
 
 
111
 * analytic_user_funct_grid.tree (tree)
 
112
 * analytic_user_funct_grid.form (form)
 
113
 * \* INHERIT account.analytic.account.form (form)
 
114
 * \* INHERIT hr.timesheet.sheet.form (form)
 
115
 * \* INHERIT hr.analytic.timesheet.form (form)
 
116
 * \* INHERIT hr.analytic.timesheet.form (form)
 
117
 * \* INHERIT hr.analytic.timesheet.tree (tree)
 
118
 * \* INHERIT hr.analytic.timesheet.tree (tree)
 
119
 
 
120
.. i18n: Objects
 
121
.. i18n: -------
 
122
 
 
123
Objects
 
124
-------
 
125
 
 
126
.. i18n: Object: Relation table between users and products on a analytic account (analytic_user_funct_grid)
 
127
.. i18n: ##################################################################################################
 
128
 
 
129
Object: Relation table between users and products on a analytic account (analytic_user_funct_grid)
 
130
##################################################################################################
 
131
 
 
132
.. i18n: :user_id: User, many2one, required
 
133
 
 
134
:user_id: User, many2one, required
 
135
 
 
136
.. i18n: :product_id: Product, many2one, required
 
137
 
 
138
:product_id: Product, many2one, required
 
139
 
 
140
.. i18n: :account_id: Analytic Account, many2one, required
 
141
 
 
142
:account_id: Analytic Account, many2one, required