Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

somutils torna a ser compatible amb Python 2.7 #753

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Remove hack to make somutils py2 comptatible. Now we can install in b…

eb30aa3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

somutils torna a ser compatible amb Python 2.7 #753

Remove hack to make somutils py2 comptatible. Now we can install in b…
eb30aa3
Select commit
Loading
Failed to load commit list.
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