~clearcorp-drivers/openerp-costa-rica/trunk

« back to all changes in this revision

Viewing changes to l10n_cr_base/__terp__.py

  • Committer: Carlos Vásquez
  • Date: 2010-08-18 10:10:36 UTC
  • Revision ID: carlos.vasquez@clearcorp.co.cr-20100818101036-9vwsjvubz1obzdrs
[IMP] l10n_cr_base: added dependecy of base_currency_symbol, updated data to change CRC symbol and lang preferences for better reporting

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    Everything is in English with Spanish translation. Further translations are welcome, please go to
48
48
    http://translations.launchpad.net/openerp-costa-rica
49
49
    """,
50
 
    'depends': ['base'],
 
50
    'depends': ['base','base_currency_symbol'],
51
51
    'init_xml': [
52
 
                    'res.bank.csv',
53
 
                    'l10n_cr_base_data.xml',
54
 
                    'l10n_cr_base_view.xml',
55
 
                    'l10n_cr_base.sql'
56
 
                ],
57
 
    'demo_xml': ['l10n_cr_base_demo.xml'],
 
52
        'res.bank.csv',
 
53
        'l10n_cr_base_data.xml',
 
54
        'l10n_cr_base_view.xml',
 
55
        'l10n_cr_base.sql'
 
56
        ],
 
57
    'demo_xml': [
 
58
        'l10n_cr_base_demo.xml',
 
59
        'l10n_cr_base_demo.sql',
 
60
        ],
58
61
    'update_xml': [ ],
59
62
    'license': 'Other OSI approved licence',
60
63
    'installable': True,