odoo/odoo.git
10 years ago[IMP] Lossless PNG compression. Reduced size by 3 with pngquant
Fabien Pinckaers [Thu, 1 May 2014 16:14:52 +0000 (18:14 +0200)]
[IMP] Lossless PNG compression. Reduced size by 3 with pngquant

bzr revid: fp@tinyerp.com-20140501161452-0pw17e2v0cjjlupm

10 years ago[MERGE] saas-4 report_webkit missing dependency on report
Antony Lesuisse [Thu, 1 May 2014 16:11:56 +0000 (18:11 +0200)]
[MERGE] saas-4 report_webkit missing dependency on report

bzr revid: al@openerp.com-20140501152604-4cobh5ui47dt4pem
bzr revid: al@openerp.com-20140501155633-gefnc3zqcsr2rhaz
bzr revid: al@openerp.com-20140501161156-4wbsvhh8gz4r22h3

10 years ago[FIX] report_webkit missing dependency on report
Antony Lesuisse [Thu, 1 May 2014 16:11:08 +0000 (18:11 +0200)]
[FIX] report_webkit missing dependency on report

bzr revid: al@openerp.com-20140501161108-50yidx30rm6z7d10

10 years ago[FIX] tests race condition in phanthomjs tests
Antony Lesuisse [Thu, 1 May 2014 15:06:41 +0000 (17:06 +0200)]
[FIX] tests race condition in phanthomjs tests
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

10 years ago[MERGE] Forward-port of latest saas-3 bugfixes, up to rev. 4007 revid:dle@openerp...
Denis Ledoux [Thu, 1 May 2014 12:19:15 +0000 (14:19 +0200)]
[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

10 years ago[REVERT] 2 previous revision, as it looks like that the fix causes more troubles...
Denis Ledoux [Thu, 1 May 2014 12:16:33 +0000 (14:16 +0200)]
[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

10 years ago[IMP] website images: allow no max_width (default), faster loading if no resize
Fabien Pinckaers [Thu, 1 May 2014 11:40:03 +0000 (13:40 +0200)]
[IMP] website images: allow no max_width (default), faster loading if no resize

bzr revid: fp@tinyerp.com-20140501114003-5xs31o0lzpp8ru2s

10 years ago[MERGE] Web assets moved from manifests to ir.ui.view bundles
Fabien Meghazi [Wed, 30 Apr 2014 15:15:09 +0000 (17:15 +0200)]
[MERGE] Web assets moved from manifests to ir.ui.view bundles

bzr revid: fme@openerp.com-20140430151509-mme5st89o1hj4zcs

10 years ago[MERGE] Web assets moved from manifests to ir.ui.view bundles
Fabien Meghazi [Wed, 30 Apr 2014 15:13:02 +0000 (17:13 +0200)]
[MERGE] Web assets moved from manifests to ir.ui.view bundles

bzr revid: fme@openerp.com-20140430151302-e42monb4klz4udw5

10 years ago[MERGE] Web assets moved from manifests to ir.ui.view bundles
Fabien Meghazi [Wed, 30 Apr 2014 15:11:37 +0000 (17:11 +0200)]
[MERGE] Web assets moved from manifests to ir.ui.view bundles

bzr revid: fme@openerp.com-20140430151137-c4ue5ko0vdyvoijt

10 years ago[IMP] async require of raphael.js
Fabien Meghazi [Wed, 30 Apr 2014 14:20:25 +0000 (16:20 +0200)]
[IMP] async require of raphael.js

bzr revid: fme@openerp.com-20140430142025-nbvwk5ggzo1bro0q

10 years ago[MERGE] some optimizations on graph view pivot table rendering
Gery Debongnie [Wed, 30 Apr 2014 14:06:25 +0000 (16:06 +0200)]
[MERGE] some optimizations on graph view pivot table rendering

bzr revid: ged@openerp.com-20140430140625-83w6v1oql62r5jly

10 years ago[MERGE] merge from trunk
Gery Debongnie [Wed, 30 Apr 2014 14:04:23 +0000 (16:04 +0200)]
[MERGE] merge from trunk

bzr revid: ged@openerp.com-20140430085942-umusyhp4cs2ffezj
bzr revid: ged@openerp.com-20140430140423-kq0vdboq1mux4zfn

10 years ago[IMP] purchase: invoice creation more modular/extensible through the introduction...
Olivier Dony [Wed, 30 Apr 2014 14:01:03 +0000 (16:01 +0200)]
[IMP] purchase: invoice creation more modular/extensible through the introduction of a _prepare_invoice method()

This is similar to what was previously done for Sales Orders.

bzr revid: odo@openerp.com-20140430140103-hfumie3ndvlodgeh

10 years ago[FIX] backward compatibility for html_template
Fabien Meghazi [Wed, 30 Apr 2014 13:26:36 +0000 (15:26 +0200)]
[FIX] backward compatibility for html_template

bzr revid: fme@openerp.com-20140430132636-p42ehcb0dnc1d3jx

10 years ago[REM] html_template from hw_*
Fabien Meghazi [Wed, 30 Apr 2014 13:25:10 +0000 (15:25 +0200)]
[REM] html_template from hw_*

bzr revid: fme@openerp.com-20140430132510-smhi39h9oyi8p4nt

10 years ago[FIX] web: missing ; from previous revision
Denis Ledoux [Wed, 30 Apr 2014 13:17:39 +0000 (15:17 +0200)]
[FIX] web: missing ; from previous revision

bzr revid: dle@openerp.com-20140430131739-ywyqb1gh68xbxid1

10 years ago[FIX] bootstrap - jquery.ui conflicts
Fabien Meghazi [Wed, 30 Apr 2014 13:17:30 +0000 (15:17 +0200)]
[FIX] bootstrap - jquery.ui conflicts

bzr revid: fme@openerp.com-20140430131730-du7hem15of8spau1

10 years ago[FIX] account: remove partial fix for forcing right active_ids
Denis Ledoux [Wed, 30 Apr 2014 12:50:33 +0000 (14:50 +0200)]
[FIX] account: remove partial fix for forcing right active_ids

This has been fixed in the web client 3991 revid:dle@openerp.com-20140430123818-zzdxmat4c5yg9gg7

bzr revid: dle@openerp.com-20140430125033-44vbf00spawm9mbg

10 years ago[FIX] web: reset active_model, id, ids on executing button of type object
Denis Ledoux [Wed, 30 Apr 2014 12:37:27 +0000 (14:37 +0200)]
[FIX] web: reset active_model, id, ids on executing button of type object

bzr revid: dle@openerp.com-20140430123727-cnz6k8is2sqe65w0

10 years ago[FIX] point of sale loading
Fabien Meghazi [Wed, 30 Apr 2014 12:16:32 +0000 (14:16 +0200)]
[FIX] point of sale loading

bzr revid: fme@openerp.com-20140430121632-llnwhirjl3ii6m93

10 years ago[FIX] export: make the 'Close' button works fine with modal
Cédric Snauwaert [Wed, 30 Apr 2014 11:56:50 +0000 (13:56 +0200)]
[FIX] export: make the 'Close' button works fine with modal

bzr revid: mat@openerp.com-20140430115650-334th9boorlb80aw

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 10025 rev-id odo@openerp...
Olivier Dony [Wed, 30 Apr 2014 11:00:48 +0000 (13:00 +0200)]
[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

10 years ago[FIX] website: can't drop share button when website_event is installed because the...
chm@openerp.com [Wed, 30 Apr 2014 10:30:29 +0000 (12:30 +0200)]
[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

10 years ago[FIX] mail: avoid catching (transient) MemoryErrors when sending outgoing mail
Olivier Dony [Wed, 30 Apr 2014 10:25:52 +0000 (12:25 +0200)]
[FIX] mail: avoid catching (transient) MemoryErrors when sending outgoing mail

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

10 years ago[FIX] crm: get_forwview_id, variable referenced before assignment
Denis Ledoux [Wed, 30 Apr 2014 09:46:01 +0000 (11:46 +0200)]
[FIX] crm: get_forwview_id, variable referenced before assignment

bzr revid: dle@openerp.com-20140430094601-4chke4890s55eb92

10 years ago[MERGE][IMP] Quick add wizard (form view): usability
Chirag Dodiya (OpenERP) [Wed, 30 Apr 2014 09:31:01 +0000 (11:31 +0200)]
[MERGE][IMP] Quick add wizard (form view): usability

bzr revid: rim@openerp.com-20140430093101-t5b1v42zuaq1nyye

10 years ago[FIX] fix a crash in graphview when user clicked rapidly twice on menu item
Gery Debongnie [Wed, 30 Apr 2014 08:49:27 +0000 (10:49 +0200)]
[FIX] fix a crash in graphview when user clicked rapidly twice on menu item

The issue was that the get_search_fields method tried to get the view's
corresponding searchview after a rpc (fields_get).  Sadly, if the user
had meanwhile clicked again on the menu item, the first view would be
detached from the view manager and would be unable to reach the search
view.  The solution is to move the lookup for the search view in the start
method, where it is guaranteed to exist.

bzr revid: ged@openerp.com-20140430084927-m11dxqg9ko0dnu08

10 years ago[I18N] remove i18n files for deleted modules after disabled translation templates
Olivier Dony [Wed, 30 Apr 2014 08:26:29 +0000 (10:26 +0200)]
[I18N] remove i18n files for deleted modules after disabled translation templates

bzr revid: odo@openerp.com-20140430082629-7fec4u317j79crug

10 years ago[FIX] Disable inherit_branding for t-call-assets
Fabien Meghazi [Wed, 30 Apr 2014 08:10:42 +0000 (10:10 +0200)]
[FIX] Disable inherit_branding for t-call-assets

bzr revid: fme@openerp.com-20140430081042-f77suergc85qemnn

10 years ago[MERGE] from lp:openerp-web
Richard Mathot (OpenERP) [Wed, 30 Apr 2014 08:01:03 +0000 (10:01 +0200)]
[MERGE] from lp:openerp-web

bzr revid: rim@openerp.com-20140430080103-tc4a9ow7rwp3b5nk

10 years ago[IMP] large optimizations to the graph view rendering (pivot table)
Gery Debongnie [Wed, 30 Apr 2014 07:47:33 +0000 (09:47 +0200)]
[IMP] large optimizations to the graph view rendering (pivot table)

The pivot table rendering was slow with large tables : it appended to the
table each line, so the browser had to rerender each time the page.  This
was solved by rendering the table to a document fragment, then only add
the fragment to the main document.  This speeds up considerably the process
(from 2600ms to 420ms in one test)

Also, uses basic loops instead of underscore maps in the build_rows method

bzr revid: ged@openerp.com-20140430074733-quhfkzz33rlpahps

10 years ago[FIX] phantomjs's console.log does not support string formatting
Fabien Meghazi [Wed, 30 Apr 2014 07:41:01 +0000 (09:41 +0200)]
[FIX] phantomjs's console.log does not support string formatting

(version used 1.9.2)

bzr revid: fme@openerp.com-20140430074101-91z0854pqwz5u1ek

10 years ago[REM] @filename from WebAsset constructor
Fabien Meghazi [Wed, 30 Apr 2014 07:35:37 +0000 (09:35 +0200)]
[REM] @filename from WebAsset constructor

bzr revid: fme@openerp.com-20140430073537-lk4i126urhfkjdtz

10 years ago[REM] useless load_script
Fabien Meghazi [Wed, 30 Apr 2014 07:33:42 +0000 (09:33 +0200)]
[REM] useless load_script

bzr revid: fme@openerp.com-20140430073342-nyjdb88soxggzkvr

10 years ago[REM] useless id's in script and links
Fabien Meghazi [Wed, 30 Apr 2014 07:31:04 +0000 (09:31 +0200)]
[REM] useless id's in script and links

bzr revid: fme@openerp.com-20140430073104-qwb0opveyx5hnplg

10 years ago[REM] duplicates in assets
Fabien Meghazi [Wed, 30 Apr 2014 07:21:02 +0000 (09:21 +0200)]
[REM] duplicates in assets

bzr revid: fme@openerp.com-20140430072102-2nzi1lcm95exb6v4

10 years ago[MOV] select2 from common to backend assets
Fabien Meghazi [Wed, 30 Apr 2014 07:20:44 +0000 (09:20 +0200)]
[MOV] select2 from common to backend assets

bzr revid: fme@openerp.com-20140430072044-24camfdauw6xxczk

10 years ago[IMP] uncomment test
Fabien Meghazi [Wed, 30 Apr 2014 07:15:41 +0000 (09:15 +0200)]
[IMP] uncomment test

bzr revid: fme@openerp.com-20140430071541-bsqxgo6r51ruoccm

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 30 Apr 2014 07:01:50 +0000 (07:01 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140430070150-8jkf4uv0z6lbfjik

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 30 Apr 2014 05:40:14 +0000 (05:40 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140430054014-n37cra0t19pbw3ae

10 years ago[FIX] crm report revert the split of opportunity and leads
Antony Lesuisse [Tue, 29 Apr 2014 23:39:09 +0000 (01:39 +0200)]
[FIX] crm report revert the split of opportunity and leads
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

10 years ago[FIX] http Internal Server Error when switching branches
Antony Lesuisse [Tue, 29 Apr 2014 23:22:13 +0000 (01:22 +0200)]
[FIX] http Internal Server Error when switching branches
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

10 years ago[MERGE][IMP] l10n_* reports converted to QWeb
Simon Lejeune [Tue, 29 Apr 2014 17:29:15 +0000 (19:29 +0200)]
[MERGE][IMP] l10n_* reports converted to QWeb

bzr revid: sle@openerp.com-20140429172915-d8fhrkcxlmu6uydl

10 years ago[MERGE] trunk
Simon Lejeune [Tue, 29 Apr 2014 17:02:45 +0000 (19:02 +0200)]
[MERGE] trunk

bzr revid: sle@openerp.com-20140429170245-y02h8z7elx7pu5km

10 years ago[TYPO] mass_mailing: rename wrongly named function field (dayly -> daily).
Christophe Simonis [Tue, 29 Apr 2014 16:54:30 +0000 (18:54 +0200)]
[TYPO] mass_mailing: rename wrongly named function field (dayly -> daily).
[FIX] mass_mailing: add `oldname` attribute to some renamed fields.
[FIX] mass_mailing: replace int field with many2one field to enforce fkey

bzr revid: chs@openerp.com-20140429165430-6w4xplwr4c5ymi1j

10 years ago[MERGE][IMP] Point of Sales: reports converted to QWeb (but removed useless ones...
Simon Lejeune [Tue, 29 Apr 2014 16:38:10 +0000 (18:38 +0200)]
[MERGE][IMP] Point of Sales: reports converted to QWeb (but removed useless ones); removed dead code in wizard folder; folder; Adapted /report/download route to serialize and return osv_exception in order to be handled in core.js get_file

bzr revid: sle@openerp.com-20140429163810-s6i8gwjq07ei3830

10 years ago[FIX] bootstrap-tour removed
Fabien Meghazi [Tue, 29 Apr 2014 16:16:04 +0000 (18:16 +0200)]
[FIX] bootstrap-tour removed

bzr revid: fme@openerp.com-20140429161604-dq0ny7bjioe6bjg3

10 years ago[MERGE] upstream
Fabien Meghazi [Tue, 29 Apr 2014 15:41:04 +0000 (17:41 +0200)]
[MERGE] upstream

bzr revid: fme@openerp.com-20140429154104-csm3jq6uxy9tk1ea

10 years ago[IMP] allow to pass an avatar_filter in calendar view. this field allow the user...
Kersten Jeremy [Tue, 29 Apr 2014 15:02:33 +0000 (17:02 +0200)]
[IMP] allow to pass an avatar_filter in calendar view. this field allow the user to customize the sidebar pictures with another picture that the event.

bzr revid: jke@openerp.com-20140429150233-us6e51xl3o4ixzsi

10 years ago[FIX] Allow to use attendee_people without use_contact. Allow to use an avatar in...
Kersten Jeremy [Tue, 29 Apr 2014 15:00:38 +0000 (17:00 +0200)]
[FIX] Allow to use attendee_people without use_contact. Allow to use an avatar in each event distinct from sidebar. Allow False to hide avatar in sidebar.

bzr revid: jke@openerp.com-20140429150038-zkf2dwxu15tp04qd

10 years ago[IMP] Rename assets_frontend
Fabien Meghazi [Tue, 29 Apr 2014 14:57:45 +0000 (16:57 +0200)]
[IMP] Rename assets_frontend

bzr revid: fme@openerp.com-20140429145745-t3u41tzv6qnndlla

10 years ago[MERGE][REM] Configurable menu action for users -- was broken (server part)
Randhir Mayatra (OpenERP) [Tue, 29 Apr 2014 14:40:26 +0000 (16:40 +0200)]
[MERGE][REM] Configurable menu action for users -- was broken (server part)

This commit requires r3995 of web branch

bzr revid: rim@openerp.com-20140429144026-4zgv8ahb5er3rl83

10 years ago[MERGE][REM] Configurable menu action for users -- was broken (web part)
Randhir Mayatra (OpenERP) [Tue, 29 Apr 2014 14:39:23 +0000 (16:39 +0200)]
[MERGE][REM] Configurable menu action for users -- was broken (web part)

bzr revid: rim@openerp.com-20140429143923-1340bi40th1w57du

10 years ago[REM] remaining tests folder
Fabien Meghazi [Tue, 29 Apr 2014 14:33:12 +0000 (16:33 +0200)]
[REM] remaining tests folder

bzr revid: fme@openerp.com-20140429143312-7noplht9i1d3442g

10 years ago[MERGE] trunk-js-httpcase-al
Fabien Meghazi [Tue, 29 Apr 2014 14:28:22 +0000 (16:28 +0200)]
[MERGE] trunk-js-httpcase-al

bzr revid: fme@openerp.com-20140429142822-ytw2oiljapi1t4q0

10 years ago[MERGE] upstream
Fabien Meghazi [Tue, 29 Apr 2014 14:27:29 +0000 (16:27 +0200)]
[MERGE] upstream

bzr revid: fme@openerp.com-20140429142729-y4kfuohn4lsklnud

10 years ago[MERGE] upstream
Fabien Meghazi [Tue, 29 Apr 2014 14:26:01 +0000 (16:26 +0200)]
[MERGE] upstream

bzr revid: fme@openerp.com-20140429142601-5pgb4l701c0deg58

10 years ago[FIX][REM] hr_timesheet: removed reports mistakenly reintroduced
Richard Mathot (OpenERP) [Tue, 29 Apr 2014 14:11:27 +0000 (16:11 +0200)]
[FIX][REM] hr_timesheet: removed reports mistakenly reintroduced

bzr revid: rim@openerp.com-20140429141127-hskvdl652ei55ypf

10 years ago[FIX] routing_type meta info was populated too late in routing_map()
Fabien Meghazi [Tue, 29 Apr 2014 14:05:11 +0000 (16:05 +0200)]
[FIX] routing_type meta info was populated too late in routing_map()

Thus not allowing usage in tests

bzr revid: fme@openerp.com-20140429140511-dktftjo1yb9f3jrj

10 years ago[REM] removing menu_di
Richard Mathot (OpenERP) [Tue, 29 Apr 2014 13:56:40 +0000 (15:56 +0200)]
[REM] removing menu_di

bzr revid: rim@openerp.com-20140429135640-84ycqhsdlhmdj268

10 years ago[FIX] Dirty revert
Richard Mathot (OpenERP) [Tue, 29 Apr 2014 13:52:00 +0000 (15:52 +0200)]
[FIX] Dirty revert

bzr revid: rim@openerp.com-20140429135200-m6sx0gx0ga2qrk4g

10 years ago[MERGE][REM] Removal of "process" module and its avatars in others modules
Darshan Kalola (OpenERP) [Tue, 29 Apr 2014 13:31:37 +0000 (15:31 +0200)]
[MERGE][REM] Removal of "process" module and its avatars in others modules

bzr revid: rim@openerp.com-20140429133137-srcttmqxhwo6u295

10 years ago[FIX] core.js get_file method: correctly extract exception from body
Simon Lejeune [Tue, 29 Apr 2014 13:23:19 +0000 (15:23 +0200)]
[FIX] core.js get_file method: correctly extract exception from body

bzr revid: sle@openerp.com-20140429132319-gfp2hlaj1qlatt50

10 years ago[FIX] routing_type meta info was populated too late in routing_map()
Fabien Meghazi [Tue, 29 Apr 2014 13:09:16 +0000 (15:09 +0200)]
[FIX] routing_type meta info was populated too late in routing_map()

Could not call methods outside of an http request context

bzr revid: fme@openerp.com-20140429130916-7zuyzhf2ebcrlbhn

10 years ago[MERGE] Forward-port of latest saas-3 bugfixes, up to rev 9440 odo@openerp.com-201404...
Olivier Dony [Tue, 29 Apr 2014 12:55:14 +0000 (14:55 +0200)]
[MERGE] Forward-port of latest saas-3 bugfixes, up to rev 9440 odo@openerp.com-20140429123517-wtjcw6xl8qgtnkeg

bzr revid: odo@openerp.com-20140429125514-sv92pxfmhjmhplnu

10 years ago[MERGE][IMP] hr_timesheet: remove unattainable reports; hr_attendance: replace report...
Simon Lejeune [Tue, 29 Apr 2014 12:53:00 +0000 (14:53 +0200)]
[MERGE][IMP] hr_timesheet: remove unattainable reports; hr_attendance: replace reports by a graphview

bzr revid: sle@openerp.com-20140429125300-s6ce4vlua357itdq

10 years ago[MERGE] from trunk
Richard Mathot (OpenERP) [Tue, 29 Apr 2014 12:44:52 +0000 (14:44 +0200)]
[MERGE] from trunk

bzr revid: rim@openerp.com-20140429124452-5cvpmtpyz2daj8w2

10 years ago[MERGE] trunk
Simon Lejeune [Tue, 29 Apr 2014 12:43:49 +0000 (14:43 +0200)]
[MERGE] trunk

bzr revid: sle@openerp.com-20140429124349-hletwekgkdamacw1

10 years ago[FIX] website_twitter: grant rights to website manager on tweets
Olivier Dony [Tue, 29 Apr 2014 12:43:03 +0000 (14:43 +0200)]
[FIX] website_twitter: grant rights to website manager on tweets

bzr revid: odo@openerp.com-20140429124303-0uiprqq472h2i7g5

10 years ago[FIX] stock: recompute the qty_available based on the location instead of using the...
Martin Trigaux [Tue, 29 Apr 2014 12:42:56 +0000 (14:42 +0200)]
[FIX] stock: recompute the qty_available based on the location instead of using the one in the result of the browse (opw 606423)

The qty_available field is a function field that uses the information of the context (eg: location) to compute the value. Using the global browse record would return the same qty_available value for each location (and then produce way too many account.move)

bzr revid: mat@openerp.com-20140429124256-ljph37kijosg5dqb

10 years ago[MERGE] trunk
Simon Lejeune [Tue, 29 Apr 2014 12:42:37 +0000 (14:42 +0200)]
[MERGE] trunk

bzr revid: sle@openerp.com-20140422123804-dnjnwfyfrpxjgrlo
bzr revid: sle@openerp.com-20140424124720-ihcrqojmnmj0k66q
bzr revid: sle@openerp.com-20140428162227-sbvq5ogtshpz0vw6
bzr revid: sle@openerp.com-20140429124237-dhk3378fvche068v

10 years ago[MERGE] trunk
Simon Lejeune [Tue, 29 Apr 2014 12:42:15 +0000 (14:42 +0200)]
[MERGE] trunk

bzr revid: sle@openerp.com-20140429124215-92f645c16v9j1dyi

10 years ago[FIX] website: grant edit rights to website manager
Olivier Dony [Tue, 29 Apr 2014 12:35:17 +0000 (14:35 +0200)]
[FIX] website: grant edit rights to website manager

bzr revid: odo@openerp.com-20140429123517-wtjcw6xl8qgtnkeg

10 years ago[FIX] point of sale: payment report bad behaviour when printing multiple documents
Simon Lejeune [Tue, 29 Apr 2014 12:24:00 +0000 (14:24 +0200)]
[FIX] point of sale: payment report bad behaviour when printing multiple documents

bzr revid: sle@openerp.com-20140429122400-s2ey704e8qfifzzj

10 years ago[IMP]
Vidhin Mehta (OpenERP) [Tue, 29 Apr 2014 12:22:09 +0000 (17:52 +0530)]
[IMP]

bzr revid: vme@tinyerp.com-20140429122209-djy2py9bswt602to

10 years ago[MERGE] point_of_sale: make the kg unit precise up to grams, and use the unit's round...
Frédéric van der Essen [Tue, 29 Apr 2014 12:21:07 +0000 (14:21 +0200)]
[MERGE] point_of_sale: make the kg unit precise up to grams, and use the unit's rounding factor on the scale screen

bzr revid: fva@openerp.com-20140429122107-1s1vwm90484fo7pl

10 years ago[IMP]indent
Vidhin Mehta (OpenERP) [Tue, 29 Apr 2014 12:16:50 +0000 (17:46 +0530)]
[IMP]indent

bzr revid: vme@tinyerp.com-20140429121650-n5resq8mwbxkjpcs

10 years ago[IMP]add action_id
Vidhin Mehta (OpenERP) [Tue, 29 Apr 2014 12:13:49 +0000 (17:43 +0530)]
[IMP]add action_id

bzr revid: vme@tinyerp.com-20140429121349-ikq6iz1wswme7btn

10 years ago[IMP] point of sale: better check before printing a potential invoice from a pos...
Simon Lejeune [Tue, 29 Apr 2014 12:13:29 +0000 (14:13 +0200)]
[IMP] point of sale: better check before printing a potential invoice from a pos order

bzr revid: sle@openerp.com-20140429121329-lxgwpbuccdy67r4v

10 years ago[REM] point_of_sale: removed closed cashbox report that is nearly the session resume...
Simon Lejeune [Tue, 29 Apr 2014 11:40:45 +0000 (13:40 +0200)]
[REM] point_of_sale: removed closed cashbox report that is nearly the session resume report

bzr revid: sle@openerp.com-20140429114045-kaj86qq00dovj75o

10 years ago[MERGE] Forward-port of latest saas-3 bugfixes, up to rev. 9439 revid:dle@openerp...
Denis Ledoux [Tue, 29 Apr 2014 11:27:38 +0000 (13:27 +0200)]
[MERGE] Forward-port of latest saas-3 bugfixes, up to rev. 9439 revid:dle@openerp.com-20140429112147-hqfqd0y487s817n7

bzr revid: dle@openerp.com-20140429112738-y2el246dmd2o2zy9

10 years ago[MERGE][FIX] Position of m2o autocompletion on too small and non scrollable screens
Kunal Chavda (OpenERP) [Tue, 29 Apr 2014 11:22:37 +0000 (13:22 +0200)]
[MERGE][FIX] Position of m2o autocompletion on too small and non scrollable screens

bzr revid: rim@openerp.com-20140429112237-jdnd04gr1t2qot5r

10 years ago[FIX] account_analytic_analysis: recurring invoice line, use the name passed in the...
Denis Ledoux [Tue, 29 Apr 2014 11:21:47 +0000 (13:21 +0200)]
[FIX] account_analytic_analysis: recurring invoice line, use the name passed in the product_id_change method

In addition, do not set the line description as the product name + product description, only the product description: same behavior than in invoices and sale orders

bzr revid: dle@openerp.com-20140429112147-hqfqd0y487s817n7

10 years ago[FIX] event_sale: call to parent store trigger resolver fails due to class mismatch...
Olivier Dony [Tue, 29 Apr 2014 10:50:20 +0000 (12:50 +0200)]
[FIX] event_sale: call to parent store trigger resolver fails due to class mismatch for <unbound_method>

bzr revid: odo@openerp.com-20140429105020-0itp8j0oa4im3bj7

10 years ago[FIX] product: the declaration of decimal precision was done after
Frédéric van der Essen [Tue, 29 Apr 2014 10:19:32 +0000 (12:19 +0200)]
[FIX] product: the declaration of decimal precision was done after
the declaration of uom precision, preventing uom precision from going above
the default decimal precision. + made the Kg unit precise up to grams by default.

bzr revid: fva@openerp.com-20140429101932-k6s827csz6i1za51

10 years ago[MERGE] trunk
Simon Lejeune [Tue, 29 Apr 2014 10:08:40 +0000 (12:08 +0200)]
[MERGE] trunk

bzr revid: sle@openerp.com-20140429100840-jewue6bhz6euhd4p

10 years ago[FIX] point of sale session summary report: better display, divide the tables
Simon Lejeune [Tue, 29 Apr 2014 10:07:38 +0000 (12:07 +0200)]
[FIX] point of sale session summary report: better display, divide the tables

bzr revid: sle@openerp.com-20140429100738-t5tvsucuu7ss42v8

10 years ago[FIX] account_analytic_analysis: recurring invoices lines, use the passed price_unit...
Denis Ledoux [Tue, 29 Apr 2014 10:01:37 +0000 (12:01 +0200)]
[FIX] account_analytic_analysis: recurring invoices lines, use the passed price_unit in product_id_change

bzr revid: dle@openerp.com-20140429100137-4jvs37e1j4lqeioe

10 years ago[FIX] Url mismatch redirection should only be done for GET and HEAD http verbs
Fabien Meghazi [Tue, 29 Apr 2014 09:56:43 +0000 (11:56 +0200)]
[FIX] Url mismatch redirection should only be done for GET and HEAD http verbs

bzr revid: fme@openerp.com-20140429095643-hmq1t45tgv3opyh8

10 years ago[MERGE] [REM] Removal of every pre-made dashboard. Only "My Dashboard" has been kept.
Randhir Mayatra (OpenERP) [Tue, 29 Apr 2014 09:10:32 +0000 (11:10 +0200)]
[MERGE] [REM] Removal of every pre-made dashboard. Only "My Dashboard" has been kept.
Modules descriptions have been updated accordingly and some screenshots have been removed.
(affects: account, crm, event, fleet, hr, hr_evaluation, hr_expense, hr_holidays, hr_recruitment, hr_timesheet_sheet, mrp, procurement, project, purchase, sale, stock)

bzr revid: rim@openerp.com-20140429091032-5gp5klbkvldl9msn

10 years ago[FIX] sale: layout of description page
Richard Mathot (OpenERP) [Tue, 29 Apr 2014 09:05:02 +0000 (11:05 +0200)]
[FIX] sale: layout of description page

bzr revid: rim@openerp.com-20140429090502-32u7vf7zntxnoruk

10 years ago[MERGE] [FIX] mail: make the detection of Content-Type based on filename instead...
Martin Trigaux [Tue, 29 Apr 2014 09:04:46 +0000 (11:04 +0200)]
[MERGE] [FIX] mail: make the detection of Content-Type based on filename instead of only offering 'application/octet-stream'. This allows to have a better detection of the software to use by the browser. opw 606233

bzr revid: mat@openerp.com-20140429090446-6691y6h9vdkbbnuu

10 years ago[FIX] mrp: missing dependency to report
Richard Mathot (OpenERP) [Tue, 29 Apr 2014 08:58:36 +0000 (10:58 +0200)]
[FIX] mrp: missing dependency to report

bzr revid: rim@openerp.com-20140429085836-7goilzvlolal79bp

10 years ago[FIX] stock: destination location should not be limited to internal as this wizard...
Anaël Closson (openerp) [Tue, 29 Apr 2014 08:31:08 +0000 (18:31 +1000)]
[FIX] stock: destination location should not be limited to internal as this wizard is also used for incoming and outgoing pickings (opw 606213)

bzr revid: mat@openerp.com-20140429083108-njr9ixk1faj8hv3r

10 years ago[IMP] crm: manifest layout
Richard Mathot (OpenERP) [Tue, 29 Apr 2014 08:31:04 +0000 (10:31 +0200)]
[IMP] crm: manifest layout

bzr revid: rim@openerp.com-20140429083104-i1amazz4o0cy6xkk

10 years ago[REM] Dashboard from manifest
Richard Mathot (OpenERP) [Tue, 29 Apr 2014 08:28:59 +0000 (10:28 +0200)]
[REM] Dashboard from manifest

bzr revid: rim@openerp.com-20140429082859-p2nl9ye2f6kd47iz

10 years ago[IMP] website_blog: spellcheck/grammar for module description, courtesy of Ray Carnes...
Olivier Dony [Tue, 29 Apr 2014 08:23:29 +0000 (10:23 +0200)]
[IMP] website_blog: spellcheck/grammar for module description, courtesy of Ray Carnes (Ursa Information Systems)

bzr revid: odo@openerp.com-20140429082329-m3q74wr7fgyr3bbu

10 years ago[MERGE] from trunk
Richard Mathot (OpenERP) [Tue, 29 Apr 2014 08:19:37 +0000 (10:19 +0200)]
[MERGE] from trunk

bzr revid: rim@openerp.com-20140429081937-hhqcg84o7iha78fq

10 years ago[REM] mrp/stock: remmove ACLs related to removed dashboards
Richard Mathot (OpenERP) [Tue, 29 Apr 2014 08:18:08 +0000 (10:18 +0200)]
[REM] mrp/stock: remmove ACLs related to removed dashboards

bzr revid: rim@openerp.com-20140429081808-hytvlkp461zm2l4o