Hi,

I am currently trying to install the product_extended module on an empty TinyERP database.

1. product_extended is not available in the list of modules, even after an "update module list" action 2. after downloading product_extended manually and unpacking it to bin/addons directory, installation of the module seems to work fine. However, as soon as I click on the Products form, I get a crash (copy bellow).

Is this module 4.2-compliant?

Thanks.

ERROR:common.message:MSG u'qty_dispo': Traceback (most recent call last):
  File "/tinyerp/tinyerp-server-4.2.0/bin/netsvc.py", line 317, in run
    r=m(*msg[2:])
File "/tinyerp/tinyerp-server-4.2.0/bin/service/web_services.py", line 366, in execute
    res = service.execute(db, uid, object, method, *args)
  File "/tinyerp/tinyerp-server-4.2.0/bin/osv/osv.py", line 111, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
File "/tinyerp/tinyerp-server-4.2.0/bin/osv/osv.py", line 92, in execute_cr
    res = getattr(object,method)(cr, uid, *args, **kw)
File "/tinyerp/tinyerp-server-4.2.0/bin/osv/orm.py", line 1506, in fields_view_get xarch, xfields = self.__view_look_dom_arch(cr, user, doc, context=context) File "/tinyerp/tinyerp-server-4.2.0/bin/osv/orm.py", line 1371, in __view_look_dom_arch
    fields[field].update(fields_def[field])
KeyError: u'qty_dispo'

Traceback (most recent call last):
File "/tinyerp/tinyerp-client-4.2.0/bin/modules/gui/window/tree.py", line 200, in sig_open
    self.sig_action(widget, 'tree_but_open' )
File "/tinyerp/tinyerp-client-4.2.0/bin/modules/gui/window/tree.py", line 195, in sig_action 'ids':ids, 'report_type':report_type, 'window': self.window}, context=ctx) File "/tinyerp/tinyerp-client-4.2.0/bin/modules/action/main.py", line 167, in exec_keyword
    self._exec_action(action, data, context=context)
File "/tinyerp/tinyerp-client-4.2.0/bin/modules/action/main.py", line 121, in _exec_action
    limit=datas['limit'], auto_refresh=datas['auto_refresh'])
File "/tinyerp/tinyerp-client-4.2.0/bin/modules/gui/window/__init__.py", line 57, in create
    auto_refresh=auto_refresh)
File "/tinyerp/tinyerp-client-4.2.0/bin/modules/gui/window/form.py", line 84, in __init__
    window=self.window, limit=limit, readonly=bool(auto_refresh))
File "/tinyerp/tinyerp-client-4.2.0/bin/widget/screen/screen.py", line 105, in __init__
    self.display()
File "/tinyerp/tinyerp-client-4.2.0/bin/widget/screen/screen.py", line 432, in display self.search_active(self.current_view.view_type in ('tree', 'graph', 'calendar')) File "/tinyerp/tinyerp-client-4.2.0/bin/widget/screen/screen.py", line 113, in search_active
    self.filter_widget = widget_search.form(view_form['arch'],
TypeError: 'NoneType' object is unsubscriptable

--
Florent Soulière
COMTINUX  -  2C chemin de Palente  -  25000 BESANÇON  -  FRANCE
Internet : http://www.comtinux.fr
Tel : +33 (0)3 81 80 39 77
Fax : +33 (0)3 59 08 75 65

_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to