Ignore:
Timestamp:
Jul 12, 2011, 3:43:19 PM (13 years ago)
Author:
chronos
Message:
  • aktualizace účtové osnovy
  • CSV soubory převedeny na xml
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ucetnictvi/l10n_cs/__openerp__.py

    r6 r8  
    2424    'description': """This is the base module to manage the accounting chart for Czech republic in OpenERP.""",
    2525    'author': 'Chronos',
     26    "website": "http://wiki.zdechov.net/wiki/OpenERP",
    2627    'depends': [
    2728                'account','account_chart'
     
    2930    'init_xml': [],
    3031    'update_xml': [
    31                 'account.account.type.csv',
    32                 'account.account.template.csv',
     32                'account_type.xml',
     33                'account_template.xml',
    3334                'account_tax_code.xml',
     35                'account_chart.xml',
    3436                'account_tax.xml',
    35                 'l10n_cs_account_chart_template.xml'
     37                'ir_actions_todo.xml'
    3638                   ],
    3739    'demo_xml': [],
Note: See TracChangeset for help on using the changeset viewer.