- Oct 02, 2017
-
-
Olivier Colson authored
-
- Oct 01, 2017
-
-
Odoo Translation Bot authored
-
- Sep 29, 2017
-
-
qsm-odoo authored
Graph tooltip destruction was fixed with commit https://github.com/odoo/odoo/commit/86252428846607cd5f4b18cef8de49a8cd0b151a#diff-5de06eee7a2eeae066aa1348a1528fe9L100. Unfortunately, the commit supposed that the 'display_' methods always returned a graph, which is wrong. opw-773759
-
qsm-odoo authored
The google 'video.google.com/get_player' URL seems to be deprecated so the URL used by website_slides had to be updated. Also when switching a slide URL from a drive URL to a youtube URL, odoo still kept thinking it was a drive URL. opw-773984
-
- Sep 27, 2017
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
Backport & adapt commits afd4b68a & 27787265 As google starts to refuse to answer to our geocode requests, we need to mock results in tests.
-
qsm-odoo authored
On chrome only, the translate icon was over the <input/> element but below the <input/> text... this commit fixes this by forcing relative positioning on the icon so that it is always rendered after the <input/> (which seems to solve the chrome bug).
-
Christophe Simonis authored
-
Christophe Simonis authored
-
- Sep 26, 2017
-
-
qsm-odoo authored
There is a double-check (on client and on server) to prevent the user to upload a >25 MB document. The client checks the actual file size while the server guesses it from the total received payload. This server guess is wrong as the extra payload is quite huge (5-10MB). Now the server checks the real file size as it should have from the beginning.
-
Odoo Translation Bot authored
-
- Sep 25, 2017
-
-
qsm-odoo authored
Before this commit, the track description and partner biography were not able to be edited after proposal.
-
Yasser Kaddour authored
While the currency code of the Algerian Dinar is DZD, (latin) currency symbol is DA.
-
- Sep 24, 2017
-
-
Odoo Translation Bot authored
-
- Sep 21, 2017
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
- Sep 19, 2017
-
-
Jairo Llopis authored
Closes #13902
-
- Sep 17, 2017
-
-
Odoo Translation Bot authored
-
- Sep 14, 2017
-
-
Nicolas Martinelli authored
Backport of commit abea8d35 opw-771843
-
Lucas Perais (lpe) authored
Before this commit, since a partner's name can be empty, a traceback was thrown while opening the report in such a case. Now, if the partner's name is falsy we don't try to do operations on it OPW 769835 closes #19400
-
- Sep 12, 2017
-
-
Nicolas Martinelli authored
If the user somewhat removes the 'Applicable Code' text, the call to `safe_eval` will crash. opw-769267
-
- Sep 11, 2017
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
- Sep 10, 2017
-
-
Odoo Translation Bot authored
-
- Sep 08, 2017
-
-
Lucas Perais (lpe) authored
Correct rendering of 70 and 90 in french And manage inversion [unit]-en-[tens] in nl opw 757048 closes #19297
-
- Sep 05, 2017
-
-
Nicolas Martinelli authored
- Set the TZ as 'America/Martinique' - In the calendar (month view), click on a date D. - Fill in the topic, then click on "Edit" The date is set to D-1. Commit 09066fbb makes the date consistent when the user sets an event as an all day event by taking into account the appropriate timezone. However, in the case of an event created from the month view, this TZ modification should not be applied. opw-766638
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Lucas Perais (lpe) authored
Before this commit, we could temporarily change cashier from A to B, and back to A seamlessly just by refreshing the page. This could be a security issue for a cashier is held responsible for its sales. This commit stores the cashier in localstorage, and with the right sets of methods, corrects the issue. OPW 767827 closes #19207
-
Olivier Dony authored
The default size limits set in base.sql are eventually superseded by the actual limits (or absence of) when the DB schema is synchronized with the Python model definitions. However the list of modules (name, authors, descriptions, dependencies) is loaded before this can happen. The length of the author field is one case that can easily crash the database bootstrap process at that point, should a module with a long author name be present in the addons path. After schema sync, that size limit is lifted entirely (although Odoo Apps does limit the max author name length to 512 at the moment, to prevent abuse). Fixes #5850
-
Olivier Dony authored
-
- Sep 04, 2017
-
-
Patel Jalpesh authored
Closes #19231
-
Lucas Perais (lpe) authored
Before this commit, a message received through the contact us form did create a Lead, but any notification was impossible (even if a user was a follower of the relevant sales team. This was because the default sales team is integrated in the values for create in models.py, which mail_thread can't see, but needs in order to notify This commit corrects the behavior which now converge with standard lead creation by adding the default sales_team earlier in the values for create OPW 762651 closes #19180
-
- Sep 03, 2017
-
-
Odoo Translation Bot authored
-
- Sep 01, 2017
-
-
Odoo Translation Bot authored
-
- Aug 30, 2017
-
-
Nicolas Martinelli authored
Backport of commit c00267bc opw-767538
-
Christophe Simonis authored
-
- Aug 29, 2017
-