Changeset 8 for ucetnictvi/l10n_cs/__openerp__.py
- Timestamp:
- Jul 12, 2011, 3:43:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ucetnictvi/l10n_cs/__openerp__.py
r6 r8 24 24 'description': """This is the base module to manage the accounting chart for Czech republic in OpenERP.""", 25 25 'author': 'Chronos', 26 "website": "http://wiki.zdechov.net/wiki/OpenERP", 26 27 'depends': [ 27 28 'account','account_chart' … … 29 30 'init_xml': [], 30 31 'update_xml': [ 31 'account .account.type.csv',32 'account .account.template.csv',32 'account_type.xml', 33 'account_template.xml', 33 34 'account_tax_code.xml', 35 'account_chart.xml', 34 36 'account_tax.xml', 35 ' l10n_cs_account_chart_template.xml'37 'ir_actions_todo.xml' 36 38 ], 37 39 'demo_xml': [],
Note:
See TracChangeset
for help on using the changeset viewer.