Skip to content

somutils torna a ser compatible amb Python 2.7 #780

somutils torna a ser compatible amb Python 2.7

somutils torna a ser compatible amb Python 2.7 #780

GitHub Actions / Test Results failed Nov 8, 2024 in 0s

1 errors, 69 pass in 0s

70 tests   69 ✅  0s ⏱️
 2 suites   0 💤
 2 files     0 ❌  1 🔥

Results for commit eb30aa3.

Annotations

Check failure on line 0 in destral.testing.OOBaseTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_all_views (destral.testing.OOBaseTests) with error

test-results/destral/som_dashboard.xml [took 0s]
Raw output
Error At test_all_views
Traceback (most recent call last):
  File "/home/runner/work/openerp_som_addons/venv/lib/python2.7/site-packages/destral/testing.py", line 163, in test_all_views
    model.fields_view_get(txn.cursor, txn.user, view.id, view.type, version=view.version)
  File "/home/runner/work/openerp_som_addons/erp/server/bin/addons/custom_search/custom_search.py", line 406, in fields_view_get
    view_id, view_type, context, toolbar, version)
  File "/home/runner/work/openerp_som_addons/erp/server/bin/tools/misc.py", line 985, in wrapper
    result = func(*args, **kwargs)
  File "/home/runner/work/openerp_som_addons/erp/server/bin/osv/orm.py", line 1937, in fields_view_get
    xarch, xfields = self.__view_look_dom_arch(cr, user, result['arch'], view_id, context=context)
  File "/home/runner/work/openerp_som_addons/erp/server/bin/osv/orm.py", line 1633, in __view_look_dom_arch
    fields = self.fields_get(cr, user, fields_def.keys(), context)
  File "/home/runner/work/openerp_som_addons/erp/server/bin/addons/custom_search/custom_search.py", line 370, in fields_get
    raise osv.except_osv(_('Error'), _('Search id not found'))
except_osv: warning -- Error

Search id not found