Commit Graph

85617 Commits

Author SHA1 Message Date
Antony Lesuisse 0ad1789736 [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
2014-04-30 01:39:09 +02:00
Antony Lesuisse c9873fb0b4 [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
2014-04-30 01:22:13 +02:00
Simon Lejeune 5a4b57c9db [MERGE][IMP] l10n_* reports converted to QWeb
bzr revid: sle@openerp.com-20140429172915-d8fhrkcxlmu6uydl
2014-04-29 19:29:15 +02:00
Simon Lejeune 437bf4e04f [MERGE] trunk
bzr revid: sle@openerp.com-20140429170245-y02h8z7elx7pu5km
2014-04-29 19:02:45 +02:00
Christophe Simonis f38387820d [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
2014-04-29 18:54:30 +02:00
Simon Lejeune 0f0eef7965 [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
2014-04-29 18:38:10 +02:00
Fabien Meghazi 45aba13ed5 [FIX] bootstrap-tour removed
bzr revid: fme@openerp.com-20140429161604-dq0ny7bjioe6bjg3
2014-04-29 18:16:04 +02:00
Fabien Meghazi b7003a382a [MERGE] upstream
bzr revid: fme@openerp.com-20140429154104-csm3jq6uxy9tk1ea
2014-04-29 17:41:04 +02:00
Kersten Jeremy 525b47510d [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
2014-04-29 17:02:33 +02:00
Kersten Jeremy 0853de32fb [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
2014-04-29 17:00:38 +02:00
Fabien Meghazi c92e1b6bcb [IMP] Rename assets_frontend
bzr revid: fme@openerp.com-20140429145745-t3u41tzv6qnndlla
2014-04-29 16:57:45 +02:00
Randhir Mayatra (OpenERP) 27bd093089 [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
2014-04-29 16:40:26 +02:00
Randhir Mayatra (OpenERP) adef80714d [MERGE][REM] Configurable menu action for users -- was broken (web part)
bzr revid: rim@openerp.com-20140429143923-1340bi40th1w57du
2014-04-29 16:39:23 +02:00
Fabien Meghazi b29c87dd45 [REM] remaining tests folder
bzr revid: fme@openerp.com-20140429143312-7noplht9i1d3442g
2014-04-29 16:33:12 +02:00
Fabien Meghazi 78be910192 [MERGE] trunk-js-httpcase-al
bzr revid: fme@openerp.com-20140429142822-ytw2oiljapi1t4q0
2014-04-29 16:28:22 +02:00
Fabien Meghazi 22725bd29f [MERGE] upstream
bzr revid: fme@openerp.com-20140429142729-y4kfuohn4lsklnud
2014-04-29 16:27:29 +02:00
Fabien Meghazi db9448f8d2 [MERGE] upstream
bzr revid: fme@openerp.com-20140429142601-5pgb4l701c0deg58
2014-04-29 16:26:01 +02:00
Richard Mathot (OpenERP) 6e8ba284a5 [FIX][REM] hr_timesheet: removed reports mistakenly reintroduced
bzr revid: rim@openerp.com-20140429141127-hskvdl652ei55ypf
2014-04-29 16:11:27 +02:00
Fabien Meghazi bbb4ae3d42 [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
2014-04-29 16:05:11 +02:00
Richard Mathot (OpenERP) dfe236fe82 [REM] removing menu_di
bzr revid: rim@openerp.com-20140429135640-84ycqhsdlhmdj268
2014-04-29 15:56:40 +02:00
Richard Mathot (OpenERP) c7e68feca8 [FIX] Dirty revert
bzr revid: rim@openerp.com-20140429135200-m6sx0gx0ga2qrk4g
2014-04-29 15:52:00 +02:00
Darshan Kalola (OpenERP) 2680f382ad [MERGE][REM] Removal of "process" module and its avatars in others modules
bzr revid: rim@openerp.com-20140429133137-srcttmqxhwo6u295
2014-04-29 15:31:37 +02:00
Simon Lejeune 393c87120d [FIX] core.js get_file method: correctly extract exception from body
bzr revid: sle@openerp.com-20140429132319-gfp2hlaj1qlatt50
2014-04-29 15:23:19 +02:00
Fabien Meghazi 2248056167 [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
2014-04-29 15:09:16 +02:00
Olivier Dony 23f36f03ce [MERGE] Forward-port of latest saas-3 bugfixes, up to rev 9440 odo@openerp.com-20140429123517-wtjcw6xl8qgtnkeg
bzr revid: odo@openerp.com-20140429125514-sv92pxfmhjmhplnu
2014-04-29 14:55:14 +02:00
Simon Lejeune bc23005658 [MERGE][IMP] hr_timesheet: remove unattainable reports; hr_attendance: replace reports by a graphview
bzr revid: sle@openerp.com-20140429125300-s6ce4vlua357itdq
2014-04-29 14:53:00 +02:00
Richard Mathot (OpenERP) d0e9ba289f [MERGE] from trunk
bzr revid: rim@openerp.com-20140429124452-5cvpmtpyz2daj8w2
2014-04-29 14:44:52 +02:00
Simon Lejeune 6d5218363f [MERGE] trunk
bzr revid: sle@openerp.com-20140429124349-hletwekgkdamacw1
2014-04-29 14:43:49 +02:00
Olivier Dony 4755fb1a76 [FIX] website_twitter: grant rights to website manager on tweets
bzr revid: odo@openerp.com-20140429124303-0uiprqq472h2i7g5
2014-04-29 14:43:03 +02:00
Martin Trigaux 9cf14197ac [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
2014-04-29 14:42:56 +02:00
Simon Lejeune 6bef64f513 [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
2014-04-29 14:42:37 +02:00
Simon Lejeune 80f68fe4bb [MERGE] trunk
bzr revid: sle@openerp.com-20140429124215-92f645c16v9j1dyi
2014-04-29 14:42:15 +02:00
Olivier Dony 81c251836d [FIX] website: grant edit rights to website manager
bzr revid: odo@openerp.com-20140429123517-wtjcw6xl8qgtnkeg
2014-04-29 14:35:17 +02:00
Simon Lejeune 0d2a0e8109 [FIX] point of sale: payment report bad behaviour when printing multiple documents
bzr revid: sle@openerp.com-20140429122400-s2ey704e8qfifzzj
2014-04-29 14:24:00 +02:00
Vidhin Mehta (OpenERP) e8cf1cfb36 [IMP]
bzr revid: vme@tinyerp.com-20140429122209-djy2py9bswt602to
2014-04-29 17:52:09 +05:30
Frédéric van der Essen 18c4c8436d [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
2014-04-29 14:21:07 +02:00
Vidhin Mehta (OpenERP) b93ca4f5fe [IMP]indent
bzr revid: vme@tinyerp.com-20140429121650-n5resq8mwbxkjpcs
2014-04-29 17:46:50 +05:30
Vidhin Mehta (OpenERP) 32674d563d [IMP]add action_id
bzr revid: vme@tinyerp.com-20140429121349-ikq6iz1wswme7btn
2014-04-29 17:43:49 +05:30
Simon Lejeune ba6e63d690 [IMP] point of sale: better check before printing a potential invoice from a pos order
bzr revid: sle@openerp.com-20140429121329-lxgwpbuccdy67r4v
2014-04-29 14:13:29 +02:00
Simon Lejeune 8db594758e [REM] point_of_sale: removed closed cashbox report that is nearly the session resume report
bzr revid: sle@openerp.com-20140429114045-kaj86qq00dovj75o
2014-04-29 13:40:45 +02:00
Denis Ledoux 79d4c57877 [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
2014-04-29 13:27:38 +02:00
Kunal Chavda (OpenERP) 6f51331d52 [MERGE][FIX] Position of m2o autocompletion on too small and non scrollable screens
bzr revid: rim@openerp.com-20140429112237-jdnd04gr1t2qot5r
2014-04-29 13:22:37 +02:00
Denis Ledoux b2e56a0128 [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
2014-04-29 13:21:47 +02:00
Olivier Dony 3891e0f2aa [FIX] event_sale: call to parent store trigger resolver fails due to class mismatch for <unbound_method>
bzr revid: odo@openerp.com-20140429105020-0itp8j0oa4im3bj7
2014-04-29 12:50:20 +02:00
Frédéric van der Essen 0059d7b1cd [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
2014-04-29 12:19:32 +02:00
Simon Lejeune fe90837cb2 [MERGE] trunk
bzr revid: sle@openerp.com-20140429100840-jewue6bhz6euhd4p
2014-04-29 12:08:40 +02:00
Simon Lejeune 58233749ef [FIX] point of sale session summary report: better display, divide the tables
bzr revid: sle@openerp.com-20140429100738-t5tvsucuu7ss42v8
2014-04-29 12:07:38 +02:00
Denis Ledoux 1b45edab23 [FIX] account_analytic_analysis: recurring invoices lines, use the passed price_unit in product_id_change
bzr revid: dle@openerp.com-20140429100137-4jvs37e1j4lqeioe
2014-04-29 12:01:37 +02:00
Fabien Meghazi 048c4c284b [FIX] Url mismatch redirection should only be done for GET and HEAD http verbs
bzr revid: fme@openerp.com-20140429095643-hmq1t45tgv3opyh8
2014-04-29 11:56:43 +02:00
Randhir Mayatra (OpenERP) cdb626a7b8 [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
2014-04-29 11:10:32 +02:00