Changeset 9
- Timestamp:
- Jul 13, 2011, 12:17:15 PM (13 years ago)
- Location:
- ucetnictvi/l10n_cs
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ucetnictvi/l10n_cs/__init__.py
r2 r9 21 21 22 22 23 import res_partner 24 23 25 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: 26 -
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.