- Sep 25, 2014
-
-
Raphael Collet authored
Replace the query "SELECT min(id) FROM xxx" by "SELECT 1 FROM xxx LIMIT 1". Both requests are as efficient, and the second one does not crash if column 'id' is missing.
-
- Sep 24, 2014
-
-
Raphael Collet authored
-
Cédric Snauwaert authored
-
Simon Lejeune authored
-
Simon Lejeune authored
Previously, attachment and attachment_use were only functionnal when used simultaneously. The code did not consider the fact that the user may want an historic of all the printed reports. This commit allow the use of attachment without attachment_use. It also tell explicitely qweb to generate the branding (used to separate reports from a unique html when printing multiple reports). Before, it was functional only when website was installed, because we forced 'editable' that only has meaning in website.
-
Raphael Collet authored
-
Jeremy Kersten authored
[FIX] google_calendar: browse user as SUPERUSER_ID to be able to write/update google_calendar info on user
-
Mitesh Savani authored
-
Simon Lejeune authored
-
Tony Gu authored
The method action_survey_resent expects a survey.user_input instead of a hr.evaluation.interview record.
-
Grzegorz Krukar authored
-
- Sep 23, 2014
-
-
Olivier Dony authored
-
Olivier Dony authored
-
Sebastien Versaille authored
-
Simon Lejeune authored
* Use of 'which' to find the wkhtmltopdf binary (allow the win32 service to find it) * Use of mkstemp and manual close of the file descriptors
-
DEEP SILVER ACCESSORY authored
This commit fixes two different issues specific to Windows: * NamedTemporaryFile behavior, requiring a file to be closed before being accessed a second time * Wkhtmltopdf crash when the document's dpi is inferor to 96
-
Olivier Dony authored
server: rev. 26 rev-id launchpad_translations_on_behalf_of_openerp-20140923072744-tkfs0yinu8msjh09 addons: rev. 39 rev-id launchpad_translations_on_behalf_of_openerp-20140923072715-5j7qvnuvmmb1zzy1 web: rev. 23 rev-id launchpad_translations_on_behalf_of_openerp-20140923072757-jvh9l6r2x0vfcyhb
-
Sebastien Versaille authored
-
Cédric Snauwaert authored
Fixes #2610 courtesy of gurneyalex
-
- Sep 22, 2014
-
-
Olivier Dony authored
1b9c404e modified the /longpolling/poll requests to use openerp.session.rpc() instead of openerp.jsonRpc(). In order to properly disable error popups, an explicit preventDefault() call is now required.
-
Martin Trigaux authored
When a users connects, a lock is taken on the res_user table to modify the last login date. If another running transaction uses a foreign key to res.users (e.g. write_uid column), postgres may detect the update as a concurrent update and rollback the transaction. In pg 9.3, the lock_strength parameter 'NO KEY' allows a weaker lock which is less likely to break another transaction. Fixes #552
-
Martin Trigaux authored
In some specific conditions (e.g. admin logging during cron run, concurrent update), writing on the mail object may fail, triggering a rollback of the transaction. As the write was done after the SMTP sendmail action, an email could be sent twice (state not correctly put, would be retried at next process of the email queue). This patch provoke the error before the sendmail action and thus avoids sending the email. Fixes #552
-
Christophe Simonis authored
-
Jeremy Kersten authored
-
Olivier Dony authored
-
Josse Colpaert authored
8.0 wmsstaging10 jco
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Richard deMeester authored
Was missing to be used in domain added at 92d8f15a. Fixes #2570
-
Ravish Murari authored
The event.track view wa sextending the event.event view which was adding action buttons linked to the event.event object instead of the track. This patch uses the general website view to avoid the confusion (and the risk of publishing an event instead a track).
-
Jérome Maes authored
-
- Sep 20, 2014
-
-
Josse Colpaert authored
[FIX]stock_landed_costs: Fixed wrong costs on landed costs with many pro...
-
- Sep 19, 2014
-
-
Christophe Simonis authored
-
Jay Patel authored
Fixes #2470
-
Christophe Matthieu authored
[FIX] website_sale: displayed price doesn't change for 'List View of Variants' customize template
-
Christophe Matthieu authored
[FIX] product: Even when the product template has more than 1 variant, the default_code is displayed.
-
Mitesh Savani authored
Basically the admin group can read the gengo key. When adding website_gengo that adds the website groups, the groups allowed to access the key are updated. This is done because in base_gengo the website groups are not necesssarily defined. Website is not a dependency of base_gengo.
-
Jérome Maes authored
[FIX] bus, im_chat, im_livechat : use correct session to rpc call, little refactoring of im_livechat js, and prepare js code for Odoo Support.
-
Christophe Matthieu authored
[FIX] product: Even when the product template has more than 1 variant, the default_code is displayed.
-
Pariket Trivedi authored
-