~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/sale_advertising.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:: sale_advertising
 
3
    :synopsis: Sales: Avertising Sales 
 
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="/sale_advertising"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Sales: Avertising Sales (*sale_advertising*)
 
23
============================================
 
24
:Module: sale_advertising
 
25
:Name: Sales: Avertising Sales
 
26
:Version: 5.0.0.1
 
27
:Author: Tiny
 
28
:Directory: sale_advertising
 
29
:Web: http://www.openerp.com
 
30
:Official module: no
 
31
:Quality certified: no
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  This module allow you to use the Sale Management to encode your advertising sales ... TODO
 
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/sale_advertising.zip>`_
 
46
 
 
47
 
 
48
Dependencies
 
49
------------
 
50
 
 
51
 * :mod:`sale`
 
52
 
 
53
Reports
 
54
-------
 
55
 
 
56
None
 
57
 
 
58
 
 
59
Menus
 
60
-------
 
61
 
 
62
 * Sales Management/Advertising
 
63
 * Sales Management/Advertising/Advertising Issue
 
64
 * Sales Management/Advertising/Advertising Proof
 
65
 * Sales Management/Advertising/All Advertising Sale Orders
 
66
 
 
67
Views
 
68
-----
 
69
 
 
70
 * \* INHERIT sale.order.form.inherit (form)
 
71
 * \* INHERIT sale.order.form.inherit.line (form)
 
72
 * \* INHERIT sale.order.line.form.inherit.line2 (form)
 
73
 * sale.advertising.issue.form (form)
 
74
 * sale.advertising.issue.tree (tree)
 
75
 * sale.advertising.proof.form (form)
 
76
 * sale.advertising.proof.tree (tree)
 
77
 * \* INHERIT product.product.form.inherit (form)
 
78
 
 
79
 
 
80
Objects
 
81
-------
 
82
 
 
83
Object: Sale Advertising Issue (sale.advertising.issue)
 
84
#######################################################
 
85
 
 
86
 
 
87
 
 
88
:issue_date: Issue Date, date, required
 
89
 
 
90
 
 
91
 
 
92
 
 
93
 
 
94
:medium: Medium, many2one, required
 
95
 
 
96
 
 
97
 
 
98
 
 
99
 
 
100
:name: Name, char, required
 
101
 
 
102
 
 
103
 
 
104
 
 
105
 
 
106
:default_note: Default Note, text
 
107
 
 
108
 
 
109
 
 
110
 
 
111
 
 
112
:state: State, selection
 
113
 
 
114
 
 
115
 
 
116
 
 
117
Object: Sale Advertising Proof (sale.advertising.proof)
 
118
#######################################################
 
119
 
 
120
 
 
121
 
 
122
:address_id: Delivery Address, many2one, required
 
123
 
 
124
 
 
125
 
 
126
 
 
127
 
 
128
:target_id: Target, many2one, required
 
129
 
 
130
 
 
131
 
 
132
 
 
133
 
 
134
:name: Name, char, required
 
135
 
 
136
 
 
137
 
 
138
 
 
139
 
 
140
:number: Number of Copies, integer, required
 
141
 
 
142