- 15 Jan, 2026 2 commits
-
-
Xiaowu Zhang authored
[one coding test](https://erp5js.nexedi.net/#/test_result_module/20260115-137CE166/162) failed with ``` FAIL: test_rebuild_business_template (CodingStyleTest.CodingStyleTest erp5_km_ui_test_data.test_rebuild_business_template) Try to rebuild business template to catch packaging errors and make sur output is stable. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart38/t/ekc/soft/bf5e42cc41d1a5fa8ce16a35cbd8a699/parts/erp5/product/ERP5Type/tests/CodingStyleTestCase.py", line 226, in test_rebuild_business_template self.assertEqual(diff_files, []) AssertionError: Lists differ: ['modified: erp5_km_ui_test_data/PathTempl[62 chars]xml'] != [] First list contains 1 additional elements. First extra element 0: 'modified: erp5_km_ui_test_data/PathTemplateItem/web_site_module/predecessor_test_web_site/discussions.xml' + [] - ['modified: ' - 'erp5_km_ui_test_data/PathTemplateItem/web_site_module/predecessor_test_web_site/discussions.xml'] ``` /reviewed-on !2229
-
Xiaowu Zhang authored
i noticed we have one [python3style test](https://erp5js.nexedi.net/#/test_result_module/20260113-C75FF539/29) failed with ```diff @@ -164,7 +164,7 @@ self.portal.portal_workflow._jumpToStateFor(assignment_request, 'submitted') assignment_request.AssignmentRequest_changeAssignment() - self.assertEquals(assignment_request.getSimulationState(), 'validated') + self.assertEqual(assignment_request.getSimulationState(), 'validated') self.tic() self.assertAlarmNotVisitingDocument( ``` /reviewed-on !2228
-
- 12 Jan, 2026 3 commits
-
-
Titouan Soulard authored
See commit 5bdc5de5 /reviewed-on !2224 /reviewed-by @jerome
-
Titouan Soulard authored
See commit 5bdc5de5 /reviewed-on !2224 /reviewed-by @jerome
-
Titouan Soulard authored
/reviewed-on !2224 /reviewed-by @jerome
-
- 09 Jan, 2026 10 commits
-
-
Roque authored
- erp5_km_ui_test_data: update test site predicate and add test discussion forums - move discussion dependency from erp5_km_ui_test to erp5_km_ui_test_data
-
Romain Courteaud authored
-
Romain Courteaud authored
Ensure all documents are indexed before triggering the alarms
-
Jérome Perrin authored
see discussion on 2c525e57 (comment 251118) for more background /reviewed-on !2220
-
Xiaowu Zhang authored
we got this error in python3 instance ``` zope-7-event.log:2025-12-15 08:27:07,493 ERROR Zope.SiteErrorLog 1765787227.49176760.3771899864679882 https://xxxxxxxx/portal_contributions/newContent zope-7-event.log-Traceback (innermost last): zope-7-event.log- Module ZPublisher.WSGIPublisher, line 181, in transaction_pubevents zope-7-event.log- yield zope-7-event.log- Module ZPublisher.WSGIPublisher, line 390, in publish_module zope-7-event.log- response = _publish(request, new_mod_info) zope-7-event.log- Module Products.ERP5Type.patches.WSGIPublisher, line 150, in publish zope-7-event.log- return _original_publish(request, module_info) zope-7-event.log- Module ZPublisher.WSGIPublisher, line 284, in publish zope-7-event.log- result = mapply(obj, zope-7-event.log- Module ZPublisher.mapply, line 98, in mapply zope-7-event.log- return debug(object, args, context) zope-7-event.log- Module ZPublisher.WSGIPublisher, line 68, in call_object zope-7-event.log- return obj(*args) zope-7-event.log- Module Products.ERP5Type.Utils, line 478, in wrapper zope-7-event.log- return wrapped(self, REQUEST, *args, **kw) zope-7-event.log- Module erp5.component.tool.erp5_version.ContributionTool, line 171, in newContent zope-7-event.log- file_object.write(data) zope-7-event.log-TypeError: a bytes-like object is required, not 'str' zope-7-event.log------- ``` /reviewed-on nexedi/erp5!2213
-
Xiaowu Zhang authored
we don't need FancyURLopener, less import
-
Xiaowu Zhang authored
changed made by nexedi erp5
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
- 08 Jan, 2026 8 commits
-
-
Jérome Perrin authored
Needed after slapos!1970 /reviewed-on !2223
-
Jérome Perrin authored
after repairing, it was not correct format for some reason
-
Jérome Perrin authored
After updating poppler to 25-12, we do not have any output when pdfinfo is executed with -meta. Because the process is that we use pdfinfo for the bounding box, size, page count and PyPDF for other metadata, in the end we do not really need pdfinfo to extract the metadata, because PyPDF does it.
-
Jérome Perrin authored
Rename Listbox_getDiscussionThreadUrl to ListBox_getDiscussionThreadUrl Rename Listbox_getDiscussionThreadLastPostUrl to ListBox_getDiscussionThreadLastPostUrl
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 06 Jan, 2026 11 commits
-
-
Roque authored
- attachment_column and sort_order - fix jslint
-
Roque authored
Move the forums outside erp5.com Work description: https://erp5js.nexedi.net/#/NXD-Work.Description.Forum.Outside.Erp5.com?page=nx_wiki /reviewed-on nexedi/erp5!2024
-
Roque authored
- predecessor_test_web_site - km_test_web_site forum - update dependency
-
Roque authored
-
Roque authored
-
Roque authored
-
Roque authored
-
Roque authored
- project_views for project management
-
Roque authored
- new portal types, forms, scripts (+refactoring) - permission and security configuration (type roles, wf, proxy roles, etc) - update tests
-
- 05 Jan, 2026 3 commits
-
-
Jérome Perrin authored
On python3, using debit_price or credit_price on an InventoryListBrain for a movement where price is None caused an error on python3: TypeError: '>' not supported between instances of 'int' and 'NoneType' On python2, before this change it was returning 0 which was not really correct, now this is None.
-
Jérome Perrin authored
Co-authored-by:
Titouan Soulard <titouan.soulard@rapid.space> -
Jérome Perrin authored
/reviewed-on nexedi/erp5!2208
-
- 23 Dec, 2025 1 commit
-
- 19 Dec, 2025 2 commits
-
-
Roque authored
erp5 web monitoring business templates have been moved to slapos.core repository where they can properly depend on slapos_cloud business template. This removes: - bt5/erp5_web_monitoring/ - bt5/erp5_web_monitoring_ui_test/ * Updates tests/__init__.py Related slapos.core MR: nexedi/slapos.core!835
-
Yusei Tahara authored
-