- Jun 11, 2014
-
-
Richard Mathot authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Richard Mathot authored
-
Jeremy Kersten authored
-
- Jun 10, 2014
-
-
Olivier Dony authored
We always want to escape quotes (") as part of the process of generating HTML output. This option (quote=True) turned into an implicit flag with a DeprecationWarning in werkzeug 0.9.0 It is likely to disappear in a future release of werkzeug too. A wrapper avoids this warning without loss of compatibility
-
Martin Trigaux authored
[FIX] delivery: do not remove the delivery method on the sale.order when adding it as an order line (useful information)
-
Martin Trigaux authored
If the writeoff_amount is above 0, the fields writeoff_acc_id can be displayed and is required depending of the payment option. If the writeoff_amount is reset to 0, this field should no longer be required.
-
Christophe Simonis authored
-
Martin Trigaux authored
gamification: when changing the domain on a goal definition give a simple check to avoid getting a traceback when the challenge is reloaded
-
Christophe Simonis authored
-
Christophe Simonis authored
As logs can be stored in any database, we can't insert create_uid and write_uid as it refer to the current database not the logging one, where FK may not match
-
Martin Trigaux authored
[FIX] report_webkit: avoid sharing parser instance globally and make it thread safe
-
- Jun 06, 2014
-
-
Somesh Khare authored
closes lp:1192115
-
Martin Trigaux authored
[FIX] orm: do not recompute m2o stored function field at read.
-
Christophe Simonis authored
The get() method of m2o function fields is used for 2 different things: - call the function defining the m2o - get the name_get representation of the value Until this pathc, only the first case was handled, resulting to a useless recomputation of the field when reading it.
-
- Jun 05, 2014
-
-
Oliver Laurent authored
-
Laurent Mignon authored
[FIX] ir_cron: use the same search criteria as when listing job to excecyte when acquiring the ock on the job before its execution to prevent running already executed job Backport of fix made in trunk
-
Denis Ledoux authored
Before, the new slide was set as first slide Moreover, the indicators were not correct neither
-
Martin Trigaux authored
[IMP] stock: when checking the state of the product, do not recompute the quantity on every move but only the one currently browsing (optiomisation)
-
Denis Ledoux authored
-
Denis Ledoux authored
User should be at least have Configuration settings group to be allowed to create actions. Basic document page users do not have this rights, therefore we temporary give superuser_id to create the action This is related to rev 133c5033
-
Holger Brunn authored
Triggering an empty write could break constraint (can not update past timesheet) (opw 606963)
-
Christophe Simonis authored
-
Martin Trigaux authored
When uninstalling a module, remove the ir.model.constraint after removing the non-model records and before fields and model definition. Without this fix, some constraint would be removed too early allowing to have broken relations and data left from removed module.
-
Denis Ledoux authored
-
Denis Ledoux authored
If the price according to price list is False, use default sale price in the recurring invoice lines
-
- Jun 04, 2014
-
-
Denis Ledoux authored
-
Martin Trigaux authored
The default value should be called with a lambda otherwise the payment_date is set to the date the server was started (opw 606715)
-
Martin Trigaux authored
On ie9, the 'read more' button in kanban view was placed in the middle of the window instead of the bottom
-
Martin Trigaux authored
When creating a grouped invoice, the invoice_vals value is used to create the invoice line. The value was not reset for grouped invoice and we reused the values of previous line.
-
- Jun 03, 2014
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Martin Trigaux authored
-
Denis Ledoux authored
opw-607920
-
Denis Ledoux authored
-
Denis Ledoux authored
seats_max is a stored field in event, and should remain stored when overrided in event_sale
-
Thibault Delavallée authored
[FIX] mass_mailing: fixes - backport (+ cleaning) of eb22d202 (saas-5): mail_thread: routing: instead of exclusive routing heuristics, use each case as a fallback of the previous. - better fix for dd36a0e5 (saas-5): mail_thread: routing: fixed replies always choosen even when replying to emails with a specified reply_to (using ref_match in the algorithm) - backport of d6a2ae64 (saas-5): avoid evaluating a False / None domain - fixed keeping the original message for routing, only when choosing to reply in the original thread (notification=True) - mail_thread: routing: fixed replies always chosen even when replying to emails with a specified reply_to (using ref_match in the algorithm)
-
Martin Trigaux authored
The read_group behaviour has changed and read_group no longer sum on the field you are grouping. Instead agregate on the field we want to sum and use no groupby. For future version, grouping on a user such as what is done in batch mode is a better way to process.
-
Martin Trigaux authored
[FIX] read_group: do not change the return format of the read group in case of no groupby_fields and keep the same return format as with groupby fields (a list of dict)
-