Changeset 9


Ignore:
Timestamp:
Jul 13, 2011, 12:17:15 PM (13 years ago)
Author:
chronos
Message:

zobrazení IČ a DIČ ve formuláři partnerů

Location:
ucetnictvi/l10n_cs
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • ucetnictvi/l10n_cs/__init__.py

    r2 r9  
    2121
    2222
     23import res_partner
     24
    2325# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
     26
  • ucetnictvi/l10n_cs/__openerp__.py

    r8 r9  
    2222    'version': '1.0',
    2323    '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""",
    2525    'author': 'Chronos',
    2626    "website": "http://wiki.zdechov.net/wiki/OpenERP",
    2727    'depends': [
    28                 'account','account_chart'
     28                'account','account_chart', 'base_vat',
    2929                ],
    3030    'init_xml': [],
    3131    'update_xml': [
     32                'partner_view.xml',
    3233                'account_type.xml',
    3334                'account_template.xml',
Note: See TracChangeset for help on using the changeset viewer.