~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/chricar_partner_parent_companies.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:: chricar_partner_parent_companies
 
3
    :synopsis: Partner Parent Companies 
 
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="/chricar_partner_parent_companies"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Partner Parent Companies (*chricar_partner_parent_companies*)
 
23
=============================================================
 
24
:Module: chricar_partner_parent_companies
 
25
:Name: Partner Parent Companies
 
26
:Version: 5.0.0.2
 
27
:Author: ChriCar Beteiligungs- und Beratungs- GmbH
 
28
:Directory: chricar_partner_parent_companies
 
29
:Web: http://www.chricar.at/ChriCar
 
30
:Official module: no
 
31
:Quality certified: no
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  This module allows to define owners of a partner.
 
39
      The owner has to be definend in OpenERP as partner.
 
40
      Currently no check is made if max 100% of the capital is defined here
 
41
      Contract date+number
 
42
      legal and fiscal relevant periods
 
43
      Added Participation tab to partners to show Parent and Participations
 
44
 
 
45
Download links
 
46
--------------
 
47
 
 
48
You can download this module as a zip file in the following version:
 
49
 
 
50
  * `trunk <http://www.openerp.com/download/modules/trunk/chricar_partner_parent_companies.zip>`_
 
51
 
 
52
 
 
53
Dependencies
 
54
------------
 
55
 
 
56
 * :mod:`base`
 
57
 
 
58
Reports
 
59
-------
 
60
 
 
61
None
 
62
 
 
63
 
 
64
Menus
 
65
-------
 
66
 
 
67
 
 
68
None
 
69
 
 
70
 
 
71
Views
 
72
-----
 
73
 
 
74
 * \* INHERIT res.partner.form.parent_company (form)
 
75
 * res.partner.parent_company.form (form)
 
76
 * res.partner.parent_company.tree (tree)
 
77
 
 
78
 
 
79
Objects
 
80
-------
 
81
 
 
82
Object: res.partner.parent_company (res.partner.parent_company)
 
83
###############################################################
 
84
 
 
85
 
 
86
 
 
87
:valid_until: Valid Until, date
 
88
 
 
89
 
 
90
 
 
91
 
 
92
 
 
93
:comment: Notes, text
 
94
 
 
95
 
 
96
 
 
97
 
 
98
 
 
99
:valid_from: Valid From, date
 
100
 
 
101
 
 
102
 
 
103
 
 
104
 
 
105
:name: Share, float, required
 
106
 
 
107
 
 
108
 
 
109
 
 
110
 
 
111
:contract_date: Contract Date, date
 
112
 
 
113
 
 
114
 
 
115
 
 
116
 
 
117
:consolidation: Consolidation, boolean
 
118
 
 
119
 
 
120
 
 
121
 
 
122
 
 
123
:partner_parent_id: Parent, many2one, required
 
124
 
 
125
 
 
126
 
 
127
 
 
128
 
 
129
:state: State, char
 
130
 
 
131
 
 
132
 
 
133
 
 
134
 
 
135
:valid_fiscal_until: Fiscal Valid Until, date
 
136
 
 
137
 
 
138
 
 
139
 
 
140
 
 
141
:active: Active, boolean
 
142
 
 
143
 
 
144
 
 
145
 
 
146
 
 
147
:percentage: Percentage, float
 
148
 
 
149
 
 
150
 
 
151
 
 
152
 
 
153
:valid_fiscal_from: Fiscal Valid From, date
 
154
 
 
155
 
 
156
 
 
157
 
 
158
 
 
159
:partner_id: Partner, many2one, required
 
160
 
 
161
 
 
162
 
 
163
 
 
164
 
 
165
:contract_number: Contract Number, char
 
166
 
 
167