Ignore:
Timestamp:
Sep 13, 2011, 9:55:38 AM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Rozšířena funkčnost modulu ISP o GPS body a spoje.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • addons/isp/__openerp__.py

    r16 r41  
    2424    'description': """This module is usable for network management for wide range of ISP.""",
    2525    'author': 'Chronos',
    26     'website': 'http://wiki.zdechov.net/wiki/OpenERP',
    27     'depends': [ 'base_tools'
    28                 ],
    29     'init_xml': [
    30      ],
    31     'update_xml': [ 'isp_view.xml', 'isp_demo.xml'
    32                    ],
    33     'demo_xml': [],
     26    'website': 'http://openerp.zdechov.net/wiki/ISP_modul',
     27    'depends': [ 'base_tools' ],
     28    'init_xml': [ ],
     29    'update_xml': [ 'isp_view.xml' ],
     30    'demo_xml': [ 'isp_demo.xml' ],
    3431    'installable': True,
    3532    'certificate': '',
Note: See TracChangeset for help on using the changeset viewer.