<div dir="ltr">Can&#39;t install base_phone module:<br><br><pre style="overflow:auto;font-family:Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace;font-size:13px;display:block;padding:10px 0px 3px;margin:0px 0px 10px;line-height:18.5714px;color:rgb(51,51,51);word-wrap:break-word;border:medium none;border-radius:4px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;background-color:rgb(255,255,255)">Odoo Server Error</pre><hr style="height:0px;margin-top:20px;margin-bottom:20px;border-width:1px;border-style:inset;border-top:1px inset rgb(238,238,238);display:block;color:rgb(76,76,76);font-family:&quot;Lucida Grande&quot;,Helvetica,Verdana,Arial,sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:18.5714px;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255)"><pre style="overflow:auto;font-family:Menlo,Monaco,Consolas,&quot;Courier New&quot;,monospace;font-size:13px;display:block;padding:10px 0px 3px;margin:0px 0px 10px;line-height:18.5714px;color:rgb(51,51,51);word-wrap:break-word;border:medium none;border-radius:4px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;background-color:rgb(255,255,255)">Traceback (most recent call last):
  File &quot;/opt/openerp/v8/openerp/http.py&quot;, line 537, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File &quot;/opt/openerp/v8/openerp/http.py&quot;, line 574, in dispatch
    result = self._call_function(**self.params)
  File &quot;/opt/openerp/v8/openerp/http.py&quot;, line 310, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File &quot;/opt/openerp/v8/openerp/service/model.py&quot;, line 113, in wrapper
    return f(dbname, *args, **kwargs)
  File &quot;/opt/openerp/v8/openerp/http.py&quot;, line 307, in checked_call
    return self.endpoint(*a, **kw)
  File &quot;/opt/openerp/v8/openerp/http.py&quot;, line 803, in __call__
    return self.method(*args, **kw)
  File &quot;/opt/openerp/v8/openerp/http.py&quot;, line 403, in response_wrap
    response = f(*args, **kw)
  File &quot;/opt/openerp/v8/addons/web/controllers/main.py&quot;, line 948, in call_button
    action = self._call_kw(model, method, args, {})
  File &quot;/opt/openerp/v8/addons/web/controllers/main.py&quot;, line 936, in _call_kw
    return getattr(request.registry.get(model), method)(<a href="http://request.cr">request.cr</a>, request.uid, *args, **kwargs)
  File &quot;/opt/openerp/v8/openerp/api.py&quot;, line 241, in wrapper
    return old_api(self, *args, **kwargs)
  File &quot;/opt/openerp/v8/openerp/addons/base/module/module.py&quot;, line 446, in button_immediate_install
    return self._button_immediate_function(cr, uid, ids, self.button_install, context=context)
  File &quot;/opt/openerp/v8/openerp/api.py&quot;, line 241, in wrapper
    return old_api(self, *args, **kwargs)
  File &quot;/opt/openerp/v8/openerp/addons/base/module/module.py&quot;, line 494, in _button_immediate_function
    registry = openerp.modules.registry.RegistryManager.new(cr.dbname, update_module=True)
  File &quot;/opt/openerp/v8/openerp/modules/registry.py&quot;, line 370, in new
    openerp.modules.load_modules(registry._db, force_demo, status, update_module)
  File &quot;/opt/openerp/v8/openerp/modules/loading.py&quot;, line 355, in load_modules
    loaded_modules, update_module)
  File &quot;/opt/openerp/v8/openerp/modules/loading.py&quot;, line 255, in load_marked_modules
    loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
  File &quot;/opt/openerp/v8/openerp/modules/loading.py&quot;, line 176, in load_module_graph
    _load_data(cr, module_name, idref, mode, kind=&#39;data&#39;)
  File &quot;/opt/openerp/v8/openerp/modules/loading.py&quot;, line 118, in _load_data
    tools.convert_file(cr, module_name, filename, idref, mode, noupdate, kind, report)
  File &quot;/opt/openerp/v8/openerp/tools/convert.py&quot;, line 901, in convert_file
    convert_xml_import(cr, module, fp, idref, mode, noupdate, report)
  File &quot;/opt/openerp/v8/openerp/tools/convert.py&quot;, line 987, in convert_xml_import
    obj.parse(doc.getroot(), mode=mode)
  File &quot;/opt/openerp/v8/openerp/tools/convert.py&quot;, line 853, in parse
    self._tags[rec.tag](<a href="http://self.cr">self.cr</a>, rec, n, mode=mode)
  File &quot;/opt/openerp/v8/openerp/tools/convert.py&quot;, line 763, in _tag_record
    id = self.pool[&#39;ir.model.data&#39;]._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context )
  File &quot;/opt/openerp/v8/openerp/api.py&quot;, line 241, in wrapper
    return old_api(self, *args, **kwargs)
  File &quot;/opt/openerp/v8/openerp/addons/base/ir/ir_model.py&quot;, line 1077, in _update
    res_id = model_obj.create(cr, uid, values, context=context)
  File &quot;/opt/openerp/v8/openerp/api.py&quot;, line 241, in wrapper
    return old_api(self, *args, **kwargs)
  File &quot;/opt/openerp/v8/openerp/addons/base/ir/ir_ui_view.py&quot;, line 264, in create
    context=context)
  File &quot;/opt/openerp/v8/openerp/api.py&quot;, line 241, in wrapper
    return old_api(self, *args, **kwargs)
  File &quot;/opt/openerp/v8/openerp/api.py&quot;, line 336, in old_api
    result = method(recs, *args, **kwargs)
  File &quot;/opt/openerp/v8/openerp/models.py&quot;, line 4076, in create
    record = self.browse(self._create(old_vals))
  File &quot;/opt/openerp/v8/openerp/api.py&quot;, line 239, in wrapper
    return new_api(self, *args, **kwargs)
  File &quot;/opt/openerp/v8/openerp/api.py&quot;, line 463, in new_api
    result = method(self._model, cr, uid, *args, **kwargs)
  File &quot;/opt/openerp/v8/openerp/models.py&quot;, line 4267, in _create
    recs._validate_fields(vals)
  File &quot;/opt/openerp/v8/openerp/api.py&quot;, line 239, in wrapper
    return new_api(self, *args, **kwargs)
  File &quot;/opt/openerp/v8/openerp/models.py&quot;, line 1271, in _validate_fields
    raise ValidationError(&#39;\n&#39;.join(errors))
ParseError: &quot;ValidateError
Field(s) `arch` failed against a constraint: Invalid view definition

Error details:
Field `state` does not exist

Error context:
View `reformat_all_phonenumbers.form`
[view_id: 1499, xml_id: n/a, model: reformat.all.phonenumbers, parent_id: n/a]&quot; while parsing /opt/openerp/v8/addons-community/base_phone/wizard/reformat_all_phonenumbers_view.xml:11, near
&lt;record id=&quot;reformat_all_phonenumbers_form&quot; model=&quot;ir.ui.view&quot;&gt;
    &lt;field name=&quot;name&quot;&gt;reformat_all_phonenumbers.form&lt;/field&gt;
    &lt;field name=&quot;model&quot;&gt;reformat.all.phonenumbers&lt;/field&gt;
    &lt;field name=&quot;arch&quot; type=&quot;xml&quot;&gt;
        &lt;form string=&quot;Reformat all phone numbers&quot;&gt;
            &lt;group name=&quot;main&quot;&gt;
                &lt;label string=&quot;This wizard reformats the phone, mobile and fax numbers of all partners in standard international format e.g. +33141981242&quot; colspan=&quot;2&quot; states=&quot;draft&quot;/&gt;
                &lt;label colspan=&quot;2&quot; string=&quot;Phone numbers that couldn&#39;t be reformatted:&quot; states=&quot;done&quot;/&gt;
                &lt;field name=&quot;phonenumbers_not_reformatted&quot; colspan=&quot;2&quot; nolabel=&quot;1&quot; states=&quot;done&quot;/&gt;
                &lt;field name=&quot;state&quot; invisible=&quot;1&quot;/&gt;
            &lt;/group&gt;
            &lt;footer&gt;
                &lt;button name=&quot;run_reformat_all_phonenumbers&quot; string=&quot;Reformat all phone numbers&quot; type=&quot;object&quot; class=&quot;oe_highlight&quot; states=&quot;draft&quot;/&gt;
                &lt;button name=&quot;action_next&quot; type=&quot;object&quot; string=&quot;Close&quot; class=&quot;oe_highlight&quot; states=&quot;done&quot;/&gt;
                &lt;button special=&quot;cancel&quot; string=&quot;Cancel&quot; class=&quot;oe_link&quot; states=&quot;draft&quot;/&gt;
            &lt;/footer&gt;
        &lt;/form&gt;
    &lt;/field&gt;
&lt;/record&gt;<br><br></pre><br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-08-03 13:18 GMT+03:00 Trever L. Adams <span dir="ltr">&lt;<a href="mailto:trever@middleearth.sapphiresunday.org" target="_blank">trever@middleearth.sapphiresunday.org</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">My module for OpenERP/Odoo to do click2dial and pull call details out of<br>
the system, etc. has been updated. If you find it of interest, please<br>
see the three sections below:<br>
<br>
<br>
<a href="https://github.com/treveradams/connector-telephony/tree/freeswitch-7.0" rel="noreferrer" target="_blank">https://github.com/<wbr>treveradams/connector-<wbr>telephony/tree/freeswitch-7.0</a><br>
<br>
This branch is for OpenERP 7.0. I no longer have an installation of 7.0,<br>
but this should fix many bugs. If you use it and you have problems,<br>
please let me know. I want to keep this working as long as people use it.<br>
<br>
If it doesn&#39;t work for you, please send me a private email. If it works,<br>
please comment on <a href="https://github.com/OCA/connector-telephony/pull/58" rel="noreferrer" target="_blank">https://github.com/OCA/<wbr>connector-telephony/pull/58</a><br>
(feel free to comment there if it doesn&#39;t work).<br>
<br>
<br>
<a href="https://github.com/treveradams/connector-telephony/tree/freeswitch-8.0" rel="noreferrer" target="_blank">https://github.com/<wbr>treveradams/connector-<wbr>telephony/tree/freeswitch-8.0</a><br>
<br>
This branch is for Odoo 8.0. I never had an Odoo 8.0 installation.<br>
However, I believe it should be working. If you use it and you have<br>
problems, please let me know. I want to keep this working as long as<br>
people use it.<br>
<br>
If it doesn&#39;t work for you, please send me a private email. If it works,<br>
please comment on <a href="https://github.com/OCA/connector-telephony/pull/59" rel="noreferrer" target="_blank">https://github.com/OCA/<wbr>connector-telephony/pull/59</a><br>
(feel free to comment there if it doesn&#39;t work).<br>
<br>
<br>
<a href="https://github.com/treveradams/connector-telephony/tree/freeswitch-9.0" rel="noreferrer" target="_blank">https://github.com/<wbr>treveradams/connector-<wbr>telephony/tree/freeswitch-9.0</a><br>
<br>
This branch is for Odoo 9.0. It was created over the last few days and<br>
is thoroughly tested (to what my installation allows me to). There may<br>
be one bug. If you use sip phones internally, you may see this. I<br>
believe it is simple to fix if it is there.<br>
<br>
If it doesn&#39;t work for you, please send me a private email. If it works,<br>
please comment on <a href="https://github.com/OCA/connector-telephony/pull/96" rel="noreferrer" target="_blank">https://github.com/OCA/<wbr>connector-telephony/pull/96</a><br>
(feel free to comment there if it doesn&#39;t work).<br>
<br>
<br>
<br>______________________________<wbr>______________________________<wbr>_____________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" target="_blank">http://www.<wbr>freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.<wbr>org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.<wbr>freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/<wbr>mailman/listinfo/freeswitch-<wbr>users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.<wbr>freeswitch.org/mailman/<wbr>options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br></blockquote></div><br></div>