- 30 Mar, 2018 10 commits
-
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
erp5_crm: display standard preview on Mail Message only if internet_message_post_module isn't installed
-
Nicolas Wavrant authored
The attachment field now uses the property aggregate_document_title of Event.
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
It will be used to differenciate attachments from Mime Post.
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
- 15 Dec, 2017 5 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
erp5_pdm: use preferred category child item list method in my_variation_category_list field library.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 14 Dec, 2017 6 commits
-
-
Sebastien Robin authored
Python script needs to be recompiled when they comes from a change of class. This was done when business template was installing scripts, but not when automatic migration from old catalog to new catalog was done. So make sure to call _compile directly in changeObjectClass to make sure Python Scripts would always work after a change of class.
-
Romain Courteaud authored
Replace the airplane icon by a search button if not value is set on the field. This make it more usable on mobile, where it's easier to browse than typing text.
-
Romain Courteaud authored
Regression introduced by nexedi/erp5@cf1a0610
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Pelletier authored
getSecurityQuery returns None when caller is superuser. Avoid passing it to buildSQLQuery, as it would mistake security_query for a column name.
-
- 13 Dec, 2017 4 commits
-
-
Tristan Cavelier authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Vincent Pelletier authored
Float fields are needed to round amounts. Also, discard empty form groups. Also, make "hidden" the first group, so any created field gets hidden by default (which is what we want for all listbox "editable" fields). Also, remove overrides which seem unneeded for report appearance: - "lines" is not used for OD* rendering - "columns" is already the same as in original field "editable_columns" is used in odt (and maybe in ods, unclear), but inconsistently with its intended use... so leave it, sadly.
-
- 12 Dec, 2017 6 commits
-
-
Tomáš Peterka authored
Fixes bug /#/bug_module/20171211-153B610 /reviewed-on nexedi/erp5!526
-
Łukasz Nowak authored
Removed code from not implemented and not needed compatibility layer. /reviewed-on nexedi/erp5!525
-
Roque Porchetto authored
/reviewed-on !527
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Vincent Pelletier authored
-
- 11 Dec, 2017 9 commits
-
-
Romain Courteaud authored
Display it on one line
-
Romain Courteaud authored
command: display_with_history
-
Romain Courteaud authored
See nexedi/erp5@be501468
-
Romain Courteaud authored
-
Vincent Bechu authored
It cause huge timeout in automated tests, issue with dispatcher
-
Vincent Bechu authored
-
Yusei Tahara authored
[portal_property_sheets/SupplyLine, erp5_pdm] Add ledger category to Supplies and Supply Lines. And allow users to set an optional quantity unit category to Supply Lines. Also add matrixbox view forms for max delay, min delay, max flow, min flow, max stock, min stock properties.
-
Tomáš Peterka authored
Fixes /#/bug_module/20171208-5E8D43 /reviewed-on nexedi/erp5!523
-
Vincent Pelletier authored
Allows overriding it on instances where the invariant grouping_reference IS NULL == grouping_date IS NULL is applicable, allowing simpler query execution plans.
-