- 11 Mar, 2020 10 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Delivery Cell portal type is not allowed anywhere in erp5_trade. Testing the view action with html test from erp5_trade fail, because the test cannot find a valid container to create delivery cell, as delivery_movement_causality_interaction_workflow expects that this delivery cell is created within a delivery, it fails with: File "Script (Python)", line 1, in DeliveryMovement_calculate state_change['object'].getExplanationValue().Delivery_calculate() AttributeError: 'NoneType' object has no attribute 'Delivery_calculate'
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 10 Mar, 2020 4 commits
-
-
Gabriel Monnerat authored
Reduce the time required for a user to scan a multiple pages PDF. It has been fond that the slowest part of the scanner dialog was to wait for an image to be uploaded before being able to scan another image. In order to improve this, it has been decided to allow user scanning a document even if the previous image is not yet uploaded. See merge request !1034
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Jérome Perrin authored
Having WebPage_viewAsWeb in default skin selection break other sites relying on default behavior of erp5_web. See merge request !1071
-
- 09 Mar, 2020 14 commits
-
-
Gabriel Monnerat authored
erp5_document_scanner: Rename web_page_module content IDs to not conflict with erp5_web_renderjs_ui path pattern.
-
Gabriel Monnerat authored
-
Romain Courteaud authored
- Stop relying of CSS hide/show attributes. Instead, only put needed elements in the DOM. - Upload images asynchronously to improve the usability Add a tales expression as default field value. The default value is a JSON containing 2 keys: * the relative_url of an active process * the list of active process image content to aggregate By default, when the field is rendered for the first time, this tales expression is evaluated and a new active process is created at that point. So, default json is like: {active_process: 'portal_activities/1234', image_list: []} * store the active_process relative_url in the gadget state in the render method * store the image_list in the gadget state in the render_method * change getContent method to send a json build from the active_process and image_list state - Change the gadget checkValidity method to return false when: * no thumbnail has been generated * a thumbnail upload is in failed state - POST image cropped to backend * change the `extra renderjs` parameters list to pass a Python script to call when a new image is cropped. * change the gadget to use jio.util.ajax with the script full url (provided by the server) - Translate and Update i18n info - Ajax must return a active process image content UUID - Add spinner in button to show that we are saving it in background - Add reference to Active Process. With this, we can search easily active processes used by document scanner and remove them - Add an alarm which will delete outdated (>5 days old) active_process created by the dialog. - Improve code to switch cameras in mobiles with more than 2 cameras - Display intermediate image after get orientation and instantiate Cropper
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Arnaud Fontaine authored
Also, move test_data folder to Products.ERP5.tests as this does not need to be in the ZODB.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
And we should keep erp5_core as small as possible.
-
Jérome Perrin authored
Display like this: ![image](/uploads/0e182e76a94c56eb450e8ef354a9c5c1/image.png) Where we can easily read in listbox the history of item movements: ``` → A A → B B → C ``` instead of ![image](/uploads/24bea37097dc22c2eaedf323d049aeb3/image.png) ``` A 🠐 B 🠐 A C 🠐 B ``` ( as always, this also enable coding style test ) /reviewed-on nexedi/erp5!1061
-
Jérome Perrin authored
This was failing [coding style test](https://nexedijs.erp5.net/#/test_result_module/20200305-AB828AA2/54) /reviewed-on nexedi/erp5!1070
-
- 06 Mar, 2020 11 commits
-
-
Roque authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Keep compatibility with existing officejs tests, by keeping the data-i18n attributes, even if useless.
-
Romain Courteaud authored
-
Romain Courteaud authored
Chrome will deprecate appcache in the coming weeks. As appcache has been dropped on Firefox, this change will improve the speed on Firefox. The service worker only provide a cache for all ERP5JS gadgets. ERP5JS will still be usable on browser without service worker API. The list of files to cache is directly added inside the service worker code, in order to be able to skip the usage of the fetch method (which does not yet cover all browser HTTP usage). This list is configurable on the web site level. No need to change the service worker code directly. The service worker will be updated as soon as the web site modification date changes. End user does not need to reload its browser tab. Only browsing ERP5JS will trigger the service worker update. When a new update is found, ERP5JS will automatically reload itself if there is no risk of losing user data input. An empty appcache is kept, to allow migration of existing client to the worker automatically.
-
Romain Courteaud authored
See nexedi/erp5@2e3f7a8a
-
Romain Courteaud authored
-
Romain Courteaud authored
Use the precache script to get the list of gadgets. Ensure to also check the launcher gadget. Report subgadget service error.
-
Jérome Perrin authored
I don't know how it was exported, but this object does not install: File "/parts/erp5/product/ERP5/Document/BusinessTemplate.py", line 4141, in install return ObjectTemplateItem.install(self, context, **kw) File "/parts/erp5/product/ERP5/Document/BusinessTemplate.py", line 1422, in install container._setObject(object_id, obj) File "/parts/erp5/product/ERP5Type/Base.py", line 253, in __call__ result = self.__dict__['_m'](instance, *args, **kw) File "/parts/erp5/product/ERP5Type/Core/Folder.py", line 1055, in _setObject return folder._setObject(self, *args, **kw) File "/eggs/Products.BTreeFolder2-2.13.5-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 443, in _setObject self._setOb(id, ob) File "/parts/erp5/product/ERP5Type/Core/Folder.py", line 970, in _setOb return folder._setOb(self, id, object) File "/eggs/Products.BTreeFolder2-2.13.5-py2.7.egg/Products/BTreeFolder2/BTreeFolder2.py", line 256, in _setOb ids = mti.get(meta_type, None) AttributeError: 'NoneType' object has no attribute 'get'
-
Jérome Perrin authored
This portal type refered a non existant init script, which prevents adding documents of this type.
-
Jérome Perrin authored
Having WebPage_viewAsWeb in default skin selection break other sites relying on default behavior of erp5_web.
-
- 05 Mar, 2020 1 commit
-
-
Romain Courteaud authored
-