~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/account_analytic_package.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-19 19:02:35 UTC
  • Revision ID: truongsinh@vipescoserver-20090719190235-fu3bxcrbpvwuk5h7
[FIX] build_i18n.py .. raw:: html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. module:: account_analytic_package
 
3
    :synopsis: account_analytic_package 
 
4
    :noindex:
 
5
.. 
 
6
 
 
7
.. raw:: html
 
8
 
 
9
      <br />
 
10
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
11
 
 
12
.. tip:: This module is part of the Open ERP software, the leading Open Source 
 
13
  enterprise management system. If you want to discover Open ERP, check our 
 
14
  `screencasts <http://openerp.tv>`_ or download 
 
15
  `Open ERP <http://openerp.com>`_ directly.
 
16
 
 
17
.. raw:: html
 
18
 
 
19
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/account_analytic_package"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
account_analytic_package (*account_analytic_package*)
 
23
=====================================================
 
24
:Module: account_analytic_package
 
25
:Name: account_analytic_package
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: account_analytic_package
 
29
:Web: http://www.openerp.com
 
30
:Official module: no
 
31
:Quality certified: no
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  The Module allows to configure analytic account for product packages.
 
39
      Views for total and monthly product packages weight, Amount analysis.
 
40
 
 
41
Download links
 
42
--------------
 
43
 
 
44
You can download this module as a zip file in the following version:
 
45
 
 
46
  * `trunk <http://www.openerp.com/download/modules/trunk/account_analytic_package.zip>`_
 
47
 
 
48
 
 
49
Dependencies
 
50
------------
 
51
 
 
52
 * :mod:`account`
 
53
 * :mod:`product`
 
54
 * :mod:`crm`
 
55
 
 
56
Reports
 
57
-------
 
58
 
 
59
None
 
60
 
 
61
 
 
62
Menus
 
63
-------
 
64
 
 
65
 * Financial Management/Reporting/Packages
 
66
 * Financial Management/Reporting/Packages/Service & Activity Units
 
67
 * Financial Management/Reporting/Packages/Service & Activity Units/Service Units
 
68
 * Financial Management/Reporting/Packages/Service & Activity Units/Activity Units
 
69
 * Financial Management/Reporting/Packages/Monthly Services & Activity Units
 
70
 * Financial Management/Reporting/Packages/Products Units
 
71
 
 
72
Views
 
73
-----
 
74
 
 
75
 * \* INHERIT account.analytic.account.package.form (form)
 
76
 * \* INHERIT crm.case.section.package.form (form)
 
77
 * \* INHERIT product.normal.package.form (form)
 
78
 * account.analytic.line.package.simplified.tree (tree)
 
79
 * account.analytic.line.package.form (form)
 
80
 * account.analytic.line.package.tree (tree)
 
81
 * account.analytic.line.package.month.graph (graph)
 
82
 * account.analytic.line.package.month.form (form)
 
83
 * account.analytic.line.package.month.tree (tree)
 
84
 * Products List (tree)
 
85
 
 
86
 
 
87
Objects
 
88
-------
 
89
 
 
90
Object: account.analytic.line.package (account.analytic.line.package)
 
91
#####################################################################
 
92
 
 
93
 
 
94
 
 
95
:account_id: Account, many2one, readonly
 
96
 
 
97
 
 
98
 
 
99
 
 
100
 
 
101
:product_id: Product, many2one, readonly
 
102
 
 
103
 
 
104
 
 
105
 
 
106
 
 
107
:unit_weight: Unit Weight, float, readonly
 
108
 
 
109
 
 
110
 
 
111
 
 
112
 
 
113
:total_weight: Total Weight, float, readonly
 
114
 
 
115
 
 
116
 
 
117
 
 
118
 
 
119
:unit_amount: Quantity, float, readonly
 
120
 
 
121
 
 
122
 
 
123
 
 
124
 
 
125
:date: Date, date, readonly
 
126
 
 
127
 
 
128
 
 
129
 
 
130
 
 
131
:partner_id: Partner, many2one, readonly
 
132
 
 
133
 
 
134
 
 
135
 
 
136
 
 
137
:name: Name, char, readonly
 
138
 
 
139
 
 
140
 
 
141
 
 
142
Object: account.analytic.line.package.month (account.analytic.line.package.month)
 
143
#################################################################################
 
144
 
 
145
 
 
146
 
 
147
:product_id: Product, many2one, readonly
 
148
 
 
149
 
 
150
 
 
151
 
 
152
 
 
153
:total_service: Total Service, float, readonly
 
154
 
 
155
 
 
156
 
 
157
 
 
158
 
 
159
:total_activity: Total Activity, float, readonly
 
160
 
 
161
 
 
162
 
 
163
 
 
164
 
 
165
:total_weight: Total Weight, float, readonly
 
166
 
 
167
 
 
168
 
 
169
 
 
170
 
 
171
:partner_id: Partner, many2one, readonly
 
172
 
 
173
 
 
174
 
 
175
 
 
176
 
 
177
:name: Date, date, readonly
 
178
 
 
179