Changeset 9 for ucetnictvi/l10n_cs/__openerp__.py
- Timestamp:
- Jul 13, 2011, 12:17:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ucetnictvi/l10n_cs/__openerp__.py
r8 r9 22 22 'version': '1.0', 23 23 'category': 'Localisation/Account Charts', 24 'description': """This is the base module to manage the accounting chart for Czech republic in OpenERP. """,24 'description': """This is the base module to manage the accounting chart for Czech republic in OpenERP.\nIt setups:\n * Account types\n * Accounts\n * Tax types\n * add VATIN number for partner""", 25 25 'author': 'Chronos', 26 26 "website": "http://wiki.zdechov.net/wiki/OpenERP", 27 27 'depends': [ 28 'account','account_chart' 28 'account','account_chart', 'base_vat', 29 29 ], 30 30 'init_xml': [], 31 31 'update_xml': [ 32 'partner_view.xml', 32 33 'account_type.xml', 33 34 'account_template.xml',
Note:
See TracChangeset
for help on using the changeset viewer.