- Jun 03, 2024
-
-
Cédric Krier authored
-
Cédric Krier authored
-
- May 31, 2024
-
-
Cédric Krier authored
Closes #13292
-
- Jun 01, 2024
-
-
Cédric Krier authored
-
Cédric Krier authored
-
- Jun 23, 2024
-
-
Cédric Krier authored
Closes #12794
-
- Jun 21, 2024
-
-
Cédric Krier authored
This is needed for integration with some services for which a payment fully refund is updated with an amount of 0. Closes #13351
-
- Jun 27, 2024
-
-
Cédric Krier authored
-
Richard V. authored
Closes #13293
-
- Jun 23, 2024
-
-
Cédric Krier authored
-
- Mar 30, 2024
-
-
Cédric Krier authored
-
Cédric Krier authored
-
- May 08, 2024
-
-
Cédric Krier authored
-
- Apr 03, 2024
-
-
Cédric Krier authored
If the cron task took more time then the repeating delay, it is not useful to reschedule it in the past.
-
Cédric Krier authored
Closes #13053
-
- May 07, 2024
-
-
Cédric Krier authored
A single transaction is used to lock, run and update the cron record. Only the cron run is locked so other cron processes could run other cron tasks. When fixing transaction, we ensure that the same cron record is selected again otherwise we restart with an empty transaction setup the selection process. If a cron record fails to execute, it is ignored from the selection for this run. The run stops once there is no cron record that can be selected. Closes #13158
-
- May 20, 2024
-
-
Cédric Krier authored
-
- May 19, 2024
-
-
Cédric Krier authored
Closes #13266
-
- May 18, 2024
-
-
Cédric Krier authored
-
- May 27, 2024
-
-
Cédric Krier authored
Closes #8202
-
Cédric Krier authored
-
Cédric Krier authored
Closes #13189
-
Cédric Krier authored
-
- May 21, 2024
-
-
Cédric Krier authored
Closes #13256
-
Cédric Krier authored
Closes #13256
-
Cédric Krier authored
-
- Apr 28, 2024
-
-
Cédric Krier authored
There is no need to include record rule clause in the searcher. And the grouping can be done only once.
-
- May 10, 2024
-
-
Cédric Krier authored
When the screen is created by a Form, it fetches the resources when a record is selected. But this is not needed for the menu as it has no menu bar.
-
- May 16, 2024
-
-
Cédric Krier authored
Closes #13260
-
Cédric Krier authored
-
- Jun 20, 2024
-
-
Hartmut Goebel authored
-
- May 22, 2024
-
-
Cédric Krier authored
The services are not reliable enough to be tested as unittest. Closes #13264
-
- Jun 13, 2024
-
-
Cédric Krier authored
The migration update the sales already updated each time the sale is registered. On large table, this can be slow.
-
- Jun 10, 2024
-
-
Cédric Krier authored
Closes #13327
-
- Jun 05, 2024
-
-
Cédric Krier authored
The input icons are replaced by button so they can be disabled. The search filter is hidden in xxx2Many widgets when there is no record to display. Closes #13287
-
- Jun 10, 2024
-
-
Cédric Krier authored
Closes #13322
-
- May 26, 2024
-
-
Cédric Krier authored
We do not want to eager load fields that are only set on form view even if it cost a second read for the fields that are only on the list view. Closes #13281
-
- Jun 10, 2024
-
-
Cédric Krier authored
This happens when the current record is removed when it is deleted. Closes #13325
-
Cédric Krier authored
Otherwise the attribute value may be undefined instead of being a boolean. Closes #13324
-
Cédric Krier authored
Closes #13323
-