diff --git a/asterisk_click2dial/__init__.py b/asterisk_click2dial/__init__.py index 78eea66..49993e0 100644 --- a/asterisk_click2dial/__init__.py +++ b/asterisk_click2dial/__init__.py @@ -2,7 +2,7 @@ ############################################################################## # # Asterisk Click2Dial module for OpenERP -# Copyright (C) 2010 Alexis de Lattre +# Copyright (C) 2010-2012 Alexis de Lattre # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/asterisk_click2dial/__terp__.py b/asterisk_click2dial/__terp__.py index 56ca2a6..0efce62 100644 --- a/asterisk_click2dial/__terp__.py +++ b/asterisk_click2dial/__terp__.py @@ -2,7 +2,7 @@ ############################################################################## # # Asterisk Click2dial module for OpenERP -# Copyright (C) 2010 Alexis de Lattre +# Copyright (C) 2010-2012 Alexis de Lattre # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -51,7 +51,12 @@ A detailed documentation for this module is available on the Akretion Web site : 'website': 'http://www.akretion.com/', 'depends': ['base'], 'init_xml': [], - 'update_xml': ['asterisk_server_view.xml', 'res_users_view.xml', 'res_partner_view.xml', 'security/asterisk_server_security.xml'], + 'update_xml': [ + 'asterisk_server_view.xml', + 'res_users_view.xml', + 'res_partner_view.xml', + 'security/asterisk_server_security.xml', + ], 'demo_xml': ['asterisk_click2dial_demo.xml'], 'installable': True, 'active': False, diff --git a/asterisk_click2dial/asterisk_click2dial.py b/asterisk_click2dial/asterisk_click2dial.py index 12b329b..c41ce5a 100644 --- a/asterisk_click2dial/asterisk_click2dial.py +++ b/asterisk_click2dial/asterisk_click2dial.py @@ -37,7 +37,7 @@ class asterisk_server(osv.osv): _columns = { 'name': fields.char('Asterisk server name', size=50, required=True, help="Asterisk server name."), 'active': fields.boolean('Active', help="The active field allows you to hide the Asterisk server without deleting it."), - 'ip_address': fields.char('Asterisk IP addr. or DNS', size=50, required=True, help="IPv4 address or DNS name of the Asterisk server."), + 'ip_address': fields.char('Asterisk IP addr. or DNS', size=50, required=True, help="IP address or DNS name of the Asterisk server."), 'port': fields.integer('Port', required=True, help="TCP port on which the Asterisk Manager Interface listens. Defined in /etc/asterisk/manager.conf on Asterisk."), 'out_prefix': fields.char('Out prefix', size=4, help="Prefix to dial to place outgoing calls. If you don't use a prefix to place outgoing calls, leave empty."), 'national_prefix': fields.char('National prefix', size=4, help="Prefix for national phone calls (don't include the 'out prefix'). For e.g., in France, the phone numbers look like '01 41 98 12 42' : the National prefix is '0'."), diff --git a/asterisk_click2dial/asterisk_click2dial_demo.xml b/asterisk_click2dial/asterisk_click2dial_demo.xml index b9f8c1c..ddc3a52 100644 --- a/asterisk_click2dial/asterisk_click2dial_demo.xml +++ b/asterisk_click2dial/asterisk_click2dial_demo.xml @@ -1,7 +1,7 @@ diff --git a/asterisk_click2dial/res_partner_view.xml b/asterisk_click2dial/res_partner_view.xml index 88d6f9c..41c5f32 100644 --- a/asterisk_click2dial/res_partner_view.xml +++ b/asterisk_click2dial/res_partner_view.xml @@ -1,7 +1,7 @@