~unifield-team/unifield-wm/uftp-388

« back to all changes in this revision

Viewing changes to res_currency_functional/__openerp__.py

  • Committer: Matthieu Dietrich
  • Date: 2011-04-08 14:45:57 UTC
  • mto: This revision was merged to the branch mainline in revision 41.
  • Revision ID: matthieu.dietrich@geneva.msf.org-20110408144557-7ertxyikzk1hbx7z
UF-168: [ADD] - added double currencies for bank statements, purchase orders, sales orders and requests for quotation
- merged with UF-173

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
{
22
22
    "name": "Multi-Currency Management",
23
23
    "version": "1.0",
24
 
    "depends": ["base", "account", "account_analytic_plans"],
 
24
    "depends": ["base", "account", "account_analytic_plans", "account_journal"],
25
25
    "category": "General/Standard",
26
26
    "description": """
27
27
    This module aims to only use a subset of currencies, and have them available
32
32
    'update_xml': [
33
33
        'res_currency_functional_view.xml',
34
34
        'account_move_line_view.xml',
 
35
        'account_bank_statement_view.xml',
 
36
        'order_line_view.xml',
35
37
    ],
36
38
    'test': [
37
39
        'test/res_currency_functional.yml',