~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/c2c_currency_rate_update.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:: c2c_currency_rate_update
 
3
    :synopsis: Currency Rate Update 
 
4
    :noindex:
 
5
.. 
 
6
 
 
7
.. raw:: html
 
8
 
 
9
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
10
 
 
11
Currency Rate Update (*c2c_currency_rate_update*)
 
12
=================================================
 
13
:Module: c2c_currency_rate_update
 
14
:Name: Currency Rate Update
 
15
:Version: 0.5
 
16
:Author: Camptocamp SA
 
17
:Directory: c2c_currency_rate_update
 
18
:Web: http://camptocamp.com
 
19
:Official module: no
 
20
:Quality certified: no
 
21
 
 
22
Description
 
23
-----------
 
24
 
 
25
::
 
26
 
 
27
  
 
28
  Import exchange rates from three different sources on the internet :
 
29
  
 
30
  1. Admin.ch
 
31
     Updated daily, source in CHF. Source type is XML based.
 
32
  
 
33
  2. Federal Reserve Bank of New York
 
34
     Daily 12 noon buying rates in New York are certified by the
 
35
     New York Federal Reserve Bank for customs purposes.
 
36
     Source in USD.
 
37
     http://www.newyorkfed.org/markets/pilotfx.html
 
38
  
 
39
  3. European Central Bank
 
40
     The reference rates are based on the regular daily concertation procedure between
 
41
     central banks within and outside the European System of Central Banks,
 
42
     which normally takes place at 2.15 p.m. (14:15) ECB time. Source in EUR.
 
43
     http://www.ecb.europa.eu/stats/exchange/eurofxref/html/index.en.html
 
44
  
 
45
  4. Google Finance
 
46
     Updated daily from Citibank N.A., source in EUR. Information may be delayed.
 
47
     This is parsed from an HTML page, so it may be broken at anytime.
 
48
  
 
49
  5. Bank of Canada
 
50
     Updated daily at 12:30 am, source in CAD, nominal rate. Source type is CSV based.
 
51
  
 
52
  You can set time cycle for getting updates, 'first execute date' define when to start
 
53
  the import and you can add a comment that describe why you use that particular service.
 
54
  
 
55
  The module uses internal ir_cron feature from OpenERP, so the job is launched once
 
56
  the server starts if the 'first execute date' is before the current day.
 
57
  
 
58
  If in multi-company mode, the base currency will be the first company's currency
 
59
  found in database.
 
60
  
 
61
 
 
62
Dependencies
 
63
------------
 
64
 
 
65
 * :mod:`base`
 
66
 
 
67
Reports
 
68
-------
 
69
 
 
70
None
 
71
 
 
72
 
 
73
Menus
 
74
-------
 
75
 
 
76
 
 
77
None
 
78
 
 
79
 
 
80
Views
 
81
-----
 
82
 
 
83
 
 
84
None
 
85
 
 
86
 
 
87
 
 
88
Objects
 
89
-------
 
90
 
 
91
None