~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/sale_payment.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_payment
 
3
    :synopsis: Sale payment type 
 
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_payment"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Sale payment type (*sale_payment*)
 
23
==================================
 
24
:Module: sale_payment
 
25
:Name: Sale payment type
 
26
:Version: 5.0.1.0
 
27
:Author: Zikzakmedia SL
 
28
:Directory: sale_payment
 
29
:Web: 
 
30
:Official module: no
 
31
:Quality certified: no
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  Adds payment type and bank account to sale process.
 
39
  
 
40
  The sale order inherits payment type and bank account (if the payment type is related to bank accounts) from partner as default. Next, the invoice based on this sale order inherits the payment information from it.
 
41
  
 
42
  Also computes payment type and bank account of invoices created from picking lists (extracted from partner info).
 
43
  
 
44
  Based on previous work of Readylan (version for 4.2).
 
45
 
 
46
Download links
 
47
--------------
 
48
 
 
49
You can download this module as a zip file in the following version:
 
50
 
 
51
  * `trunk <http://www.openerp.com/download/modules/trunk/sale_payment.zip>`_
 
52
 
 
53
 
 
54
Dependencies
 
55
------------
 
56
 
 
57
 * :mod:`account_payment`
 
58
 * :mod:`account_payment_extension`
 
59
 * :mod:`sale`
 
60
 * :mod:`stock`
 
61
 
 
62
Reports
 
63
-------
 
64
 
 
65
None
 
66
 
 
67
 
 
68
Menus
 
69
-------
 
70
 
 
71
 
 
72
None
 
73
 
 
74
 
 
75
Views
 
76
-----
 
77
 
 
78
 * \* INHERIT sale.order.form.sale_paytype (form)
 
79
 
 
80
 
 
81
Objects
 
82
-------
 
83
 
 
84
None