- Sep 23, 2014
-
-
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
-
yingliu4203 authored
-
Christophe Matthieu authored
-
- Sep 18, 2014
-
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
The dataset index should be reset either if the dataset is empty or the index is greater than the records size
-
Raphaël Valyi authored
-
Martin Trigaux authored
-
MadeleineHero authored
Fixes #2461
-
Olivier Dony authored
-
Martin Trigaux authored
The qty_available available of a product can be negative (e.g. using the force availibility button on delivery order) and the generated account.move.line should be adapted (otherwise getting negative values in debit/credit entries). Fixes #2475
-
Simon Lejeune authored
[FIX] Package: split the version to not include the latest commit's hash included by the package script
-
Géry Debongnie authored
Autocompletion of many2one fields only accepts domains in the form of arrays, not as strings.
-