~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to res_currency_tables/__openerp__.py

  • Committer: Matthieu Dietrich
  • Date: 2012-07-10 14:12:40 UTC
  • mfrom: (913 unifield-wm)
  • mto: This revision was merged to the branch mainline in revision 935.
  • Revision ID: mdietrich@chloups211-20120710141240-celi3o016fqz7mj1
UF-881: [MERGE] merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
{
22
22
    "name": "Fx Tables Management",
23
23
    "version": "1.0",
24
 
    "depends": ["res_currency_functional"],
 
24
    "depends": ["res_currency_functional", "base"],
25
25
    "category": "General/Standard",
26
26
    "description": """
27
27
    This module aims to have other subsets of currencies, and have them available
36
36
        'res_currency_table_workflow.xml',
37
37
    ],
38
38
    'test': [
 
39
        'test/currency_pricelist.yml',
39
40
    ],
40
41
    'demo_xml': [],
41
42
    'installable': True,