- May 06, 2014
-
-
Denis Ledoux authored
[MERGE] Forward-port of latest saas-3 bugfixes, up to rev. 5122 revid:dle@openerp.com-20140506121627-4oyw4zl4o6azy73w bzr revid: dle@openerp.com-20140506121755-15gj3h43oqof6xx9
-
Denis Ledoux authored
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 5294 revid:odo@openerp.com-20140505074636-bl2y5pst4pfmpz3u bzr revid: dle@openerp.com-20140506121627-4oyw4zl4o6azy73w
-
Denis Ledoux authored
[FIX] account_analytic_analysis: split _prepare_invoice into two methods, one for the 'generic' data for invoices (customers, fiscal position, etc) and one for generate the recurring invoice line, so they can be reused in other methods bzr revid: dle@openerp.com-20140506090649-141s4io4329ybu69
-
Denis Ledoux authored
bzr revid: dle@openerp.com-20140506075126-mv6g869aqdl1yt5g
-
- May 05, 2014
-
-
Christophe Matthieu authored
bzr revid: chm@openerp.com-20140505150722-gwewelvu3uv6joen
-
Thibault Delavallée authored
binary multi files widget. The option to add an attachment should be available only in edit mode. lp bug: https://launchpad.net/bugs/1314974 fixed bzr revid: tde@openerp.com-20140505145138-x9iwzp74ha2q0bp2
-
Thibault Delavallée authored
lp bug: https://launchpad.net/bugs/1293523 fixed bzr revid: tde@openerp.com-20140505145031-xgvti78aqspr5170
-
Denis Ledoux authored
[FIX] account_analytic_analysis: recurring invoices, prepare_invoice method actually prepare the invoice, without creating it. _recurring_create_invoice return value is the list of created invoices ids bzr revid: dle@openerp.com-20140505130226-ylcycmzmj0hm35w6
-
Denis Ledoux authored
attachments should be an array and not a generator [x for x in y] instead of (x for x in y) bzr revid: dle@openerp.com-20140505123852-kjc6z0npiot9c54l
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20140505121840-f84u36mng3p1gstn
-
Olivier Dony authored
bzr revid: odo@openerp.com-20140505074636-bl2y5pst4pfmpz3u
-
- May 04, 2014
-
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140430070138-uuemdpfseyysxlvs bzr revid: launchpad_translations_on_behalf_of_openerp-20140502064550-9r0c2t3tr8dp1hwu bzr revid: launchpad_translations_on_behalf_of_openerp-20140501063929-ta3t6lhed5dpdz9a bzr revid: launchpad_translations_on_behalf_of_openerp-20140502064608-1zwt52snc5pg5kfi bzr revid: launchpad_translations_on_behalf_of_openerp-20140504062721-dgb7m6o6ge2btumg
-
- May 02, 2014
-
-
Denis Ledoux authored
bzr revid: dle@openerp.com-20140502145823-vtkqkd7njqf31682
-
Olivier Dony authored
[FIX] mail.mail: avoid prefetching attachment data in memory while processing mail queue, could fail due to memory limit Specifically when there are many emails in the queue, prefetching all their attachments at once when processing the first one could fail, so not even one mail would be sent. Added explicit logging when an email triggers a MemoryError, as well as logging when each email is successfully sent. bzr revid: odo@openerp.com-20140502144431-r3brgagl4gel4wmt
-
Simon Lejeune authored
[MERGE][FIX] Report: more consistency when using get_action by passing ids only when they are used, report_invoice: more place to display taxes and correct display of the fiscal position bzr revid: sle@openerp.com-20140502135223-nvd2eegoye3gscxo
-
Denis Ledoux authored
bzr revid: dle@openerp.com-20140502134135-zp05ecbpcj8inftc
-
Simon Lejeune authored
bzr revid: sle@openerp.com-20140502131706-cepyft5y0essj0zr
-
Simon Lejeune authored
[FIX] account report_invoice: more space to display the taxes, right field to display the fiscal position bzr revid: sle@openerp.com-20140502130340-22dyefrmj4kqrzdb
-
Simon Lejeune authored
[FIX] Report: usage of ids in get_action more consistent: only pass them when they are useful, else pass an empty list bzr revid: sle@openerp.com-20140502130310-106au0jsza0b3nwe
-
Jeremy Kersten authored
bzr revid: jke@openerp.com-20140502123407-ojyzpf2dynewo7u0
-
Denis Ledoux authored
bzr revid: dle@openerp.com-20140502101525-bzyjpz7jbr1njobl
-
- May 01, 2014
-
-
Antony Lesuisse authored
bzr revid: al@openerp.com-20140501214501-dnt6qjxvqa8tm58o
-
Antony Lesuisse authored
bzr revid: al@openerp.com-20140501161108-50yidx30rm6z7d10
-
Antony Lesuisse authored
A deadlock occurs when - phantomjs_test1 is executedd, enter_test_mode is activated - console.log('ok') is issued, sigterm is sent to phantomjs_test1 process - phantomjs_test1 is finished and leave_test_mode restores the registrymanager lock - phantomjs_test1 process, just before dying, makes a last http request phantomjs_test1_last_request - phantomjs_test1_last_request thread will wait for the registrymanager lock, when all tests will be completed - phantomjs_test2 is run, enter_test_mode is activated - phantomjs_test2 is reach its end and _wait_remaining_requests is called - phantomjs_test2 _wait_remaining_requests hangs forever waiting for phantomjs_test1_last_request bzr revid: al@openerp.com-20140501150641-ua0b7pntesgm3n5p
-
Denis Ledoux authored
[MERGE] Forward-port of latest saas-3 bugfixes, up to rev. 4007 revid:dle@openerp.com-20140501121633-6umc2sxwi0h0lhay bzr revid: dle@openerp.com-20140430123818-zzdxmat4c5yg9gg7 bzr revid: dle@openerp.com-20140501121915-q88k37nd25ietw8c
-
Denis Ledoux authored
[REVERT] 2 previous revision, as it looks like that the fix causes more troubles than it resolve a problem bzr revid: dle@openerp.com-20140501121633-6umc2sxwi0h0lhay
-
- Apr 30, 2014
-
-
Denis Ledoux authored
bzr revid: dle@openerp.com-20140430131739-ywyqb1gh68xbxid1
-
Denis Ledoux authored
This has been fixed in the web client 3991 revid:dle@openerp.com-20140430123818-zzdxmat4c5yg9gg7 bzr revid: dle@openerp.com-20140430125033-44vbf00spawm9mbg
-
Denis Ledoux authored
bzr revid: dle@openerp.com-20140430123727-cnz6k8is2sqe65w0
-
Martin Trigaux authored
[MERGE] [FIX] hr_timesheet_sheet: set default date to now when computing date in user's timezone, courtesy of Yannick Vaucher (Camptocamp) eg: the sign-in/sign-out button on the employee do not provide date yet (value defined in _defaults) and it would broke the computation bzr revid: mat@openerp.com-20140430121458-9h8c8j7fw823qf27
-
Cédric Snauwaert authored
bzr revid: mat@openerp.com-20140430115650-334th9boorlb80aw
-
Yannick Vaucher authored
[FIX] sign in and sign out were broken in rev 10019 as it doesn't provide a date to conversion of attendance time to employee timezone lp bug: https://launchpad.net/bugs/1314589 fixed bzr revid: yannick.vaucher@camptocamp.com-20140430113730-cn3xw66fbik8p32n
-
Olivier Dony authored
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10025 rev-id odo@openerp.com-20140430102552-qkwv20b20nve64th bzr revid: odo@openerp.com-20140430110048-6971xplq8k073tto
-
Christophe Matthieu authored
[FIX] website: can't drop share button when website_event is installed because the selector snippet_options overwrite a selector bzr revid: chm@openerp.com-20140430103029-z89tu4hp14gvs31k
-
Martin Trigaux authored
[FIX] stock: when delivering a product in average cost, make sure the price_unit on the stock.move is up to date (opw 607272) The price mentioned on the stock move from the delivery order is the one at the time of the sale order confirmation. On average price, the price can be different when the delivery is actually done. The price will then be refreshed with the one specified on the product. bzr revid: mat@openerp.com-20140430102847-o1fzo318rpmq9n1j
-
Olivier Dony authored
This would permanently mark the mail as failed while there is a good chance it will be sent properly next time it is retried (provided the memory situation improves or the server/worker has restarted). bzr revid: odo@openerp.com-20140430102552-qkwv20b20nve64th
-
Denis Ledoux authored
bzr revid: dle@openerp.com-20140430094601-4chke4890s55eb92
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20140430070150-8jkf4uv0z6lbfjik
-
Antony Lesuisse authored
Partialy revert 9007 tde@openerp.com-20131205160029-1tljp52ovcavwxel, restoring the default_search context instead of domain, restoring the analysis encompassing both leads and opportunities lifecycle. bzr revid: al@openerp.com-20140429233909-fy9y85tsnjs262tl
-
Antony Lesuisse authored
When the source code doesnt match ir.models of the current session database, openerp is unable to build a registry, we now clear the session instead of issuing an http 500 error. bzr revid: al@openerp.com-20140429232213-omao31x6fdxwg2ov
-