~xrg/openobject-doc/trunk-xrg

« back to all changes in this revision

Viewing changes to source/technical_guide/partner_informations.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
.. module:: partner_informations
 
3
    :synopsis: Partner informations 
 
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="/partner_informations"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Partner informations (*partner_informations*)
 
23
=============================================
 
24
:Module: partner_informations
 
25
:Name: Partner informations
 
26
:Version: 5.0.0.1
 
27
:Author: Sistheo
 
28
:Directory: partner_informations
 
29
:Web: 
 
30
:Official module: no
 
31
:Quality certified: no
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  Add turnover and manpower informations on partner definition.
 
39
 
 
40
Download links
 
41
--------------
 
42
 
 
43
You can download this module as a zip file in the following version:
 
44
 
 
45
  * `trunk <http://www.openerp.com/download/modules/trunk/partner_informations.zip>`_
 
46
 
 
47
 
 
48
Dependencies
 
49
------------
 
50
 
 
51
 * :mod:`base`
 
52
 
 
53
Reports
 
54
-------
 
55
 
 
56
None
 
57
 
 
58
 
 
59
Menus
 
60
-------
 
61
 
 
62
 
 
63
None
 
64
 
 
65
 
 
66
Views
 
67
-----
 
68
 
 
69
 * \* INHERIT res.partner.form.inherit (form)
 
70
 
 
71
 
 
72
Objects
 
73
-------
 
74
 
 
75
Object: Partner turnover (res.partner.turnover)
 
76
###############################################
 
77
 
 
78
 
 
79
 
 
80
:currency_id: Currency, many2one
 
81
 
 
82
 
 
83
 
 
84
 
 
85
 
 
86
:manpower: Manpower, float
 
87
 
 
88
 
 
89
 
 
90
 
 
91
 
 
92
:partner_id: Partner, many2one
 
93
 
 
94
 
 
95
 
 
96
 
 
97
 
 
98
:name: Period, char
 
99
 
 
100
 
 
101
 
 
102
 
 
103
 
 
104
:turnover: Turn over (Value), float
 
105
 
 
106