File "/opt/tryton/tryton/gui/window/view_form/view/list.py", line 709, in
__sig_switch
if not self.screen.row_activate() and self.children_field:
File "/opt/tryton/tryton/gui/window/view_form/screen/screen.py", line
337, in default_row_activate
}, context=self.context.copy(), warning=False)
File "/opt/tryton/tryton/action/main.py", line 174, in exec_keyword
Action._exec_action(action, data, context=context)
File "/opt/tryton/tryton/action/main.py", line 137, in _exec_action
tab_domain=tab_domain)
File "/opt/tryton/tryton/gui/window/window.py", line 33, in create
limit=limit, search_value=search_value, tab_domain=tab_domain)
File "/opt/tryton/tryton/gui/window/form.py", line 113, in __init__
search_value=search_value, tab_domain=tab_domain)
File "/opt/tryton/tryton/gui/window/view_form/screen/screen.py", line 59,
in __init__
if not MODELACCESS[model_name]['write']:
File "/opt/tryton/tryton/common/common.py", line 157, in __getitem__
idx = self._models.index(model)
Em sábado, 5 de abril de 2014 16h44min22s UTC-3, Sergi Almacellas Abellana
escreveu:
>
> El 05/04/14 18:44, Carlos Augusto Guerra Carneiro ha escrit:
> > Hello,
> > I did an inheritance in a tryton module (Financial), using a developed
> > class (called Payable inheriting of the class Financial) in the same
> > module. But i'm getting this error: 'financial.payable' is not in list'.
> > Anyone knows any solution?
> If you share the full traceback and the affected lines of your code we
> could give a better help, as it's difficult to help if only this
> information.
>
> --
> Sergi Almacellas Abellana
> www.koolpi.com
> Twitter: @pokoli_srk
>
>