Commit Graph

85259 Commits

Author SHA1 Message Date
Fabien Meghazi 8c20eeef6a [MERGE] Web assets moved from manifests to ir.ui.view bundles
bzr revid: fme@openerp.com-20140430151137-c4ue5ko0vdyvoijt
2014-04-30 17:11:37 +02:00
Gery Debongnie 1cb131d3fb [MERGE] some optimizations on graph view pivot table rendering
bzr revid: ged@openerp.com-20140430140625-83w6v1oql62r5jly
2014-04-30 16:06:25 +02:00
Gery Debongnie a6b25061ba [MERGE] merge from trunk
bzr revid: ged@openerp.com-20140430085942-umusyhp4cs2ffezj
bzr revid: ged@openerp.com-20140430140423-kq0vdboq1mux4zfn
2014-04-30 16:04:23 +02:00
Olivier Dony 52480275c3 [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
2014-04-30 16:01:03 +02:00
Chirag Dodiya (OpenERP) 7dedde91ef [MERGE][IMP] Quick add wizard (form view): usability
bzr revid: rim@openerp.com-20140430093101-t5b1v42zuaq1nyye
2014-04-30 11:31:01 +02:00
Gery Debongnie 1f693aaed6 [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
2014-04-30 10:49:27 +02:00
Olivier Dony 162fff3bfe [I18N] remove i18n files for deleted modules after disabled translation templates
bzr revid: odo@openerp.com-20140430082629-7fec4u317j79crug
2014-04-30 10:26:29 +02:00
Fabien Meghazi a1b46eb0d2 [FIX] Disable inherit_branding for t-call-assets
bzr revid: fme@openerp.com-20140430081042-f77suergc85qemnn
2014-04-30 10:10:42 +02:00
Richard Mathot (OpenERP) 03cfbf0f46 [MERGE] from lp:openerp-web
bzr revid: rim@openerp.com-20140430080103-tc4a9ow7rwp3b5nk
2014-04-30 10:01:03 +02:00
Gery Debongnie 36e3aac85e [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
2014-04-30 09:47:33 +02:00
Fabien Meghazi 677de74fef [REM] @filename from WebAsset constructor
bzr revid: fme@openerp.com-20140430073537-lk4i126urhfkjdtz
2014-04-30 09:35:37 +02:00
Launchpad Translations on behalf of openerp 2f29745e5f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140430054014-n37cra0t19pbw3ae
2014-04-30 05:40:14 +00: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
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
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 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
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
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
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
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
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
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
Richard Mathot (OpenERP) d7d6833965 [FIX] sale: layout of description page
bzr revid: rim@openerp.com-20140429090502-32u7vf7zntxnoruk
2014-04-29 11:05:02 +02:00
Richard Mathot (OpenERP) f9b97239f6 [FIX] mrp: missing dependency to report
bzr revid: rim@openerp.com-20140429085836-7goilzvlolal79bp
2014-04-29 10:58:36 +02:00
Richard Mathot (OpenERP) c9e5d0e6a1 [IMP] crm: manifest layout
bzr revid: rim@openerp.com-20140429083104-i1amazz4o0cy6xkk
2014-04-29 10:31:04 +02:00
Richard Mathot (OpenERP) 822393dc04 [REM] Dashboard from manifest
bzr revid: rim@openerp.com-20140429082859-p2nl9ye2f6kd47iz
2014-04-29 10:28:59 +02:00
Richard Mathot (OpenERP) 65f2db5c21 [MERGE] from trunk
bzr revid: rim@openerp.com-20140429081937-hhqcg84o7iha78fq
2014-04-29 10:19:37 +02:00
Richard Mathot (OpenERP) 2c3ec2c7e4 [REM] mrp/stock: remmove ACLs related to removed dashboards
bzr revid: rim@openerp.com-20140429081808-hytvlkp461zm2l4o
2014-04-29 10:18:08 +02:00
Simon Lejeune 003b3fd41e [MERGE] trunk
bzr revid: sle@openerp.com-20140428162055-9t72vke2kdkhqcwr
2014-04-28 18:20:55 +02:00
Simon Lejeune 0d6ea88e57 [FIX] pos test reports: typo
bzr revid: sle@openerp.com-20140428162032-9s1s0wwxkboqeo2z
2014-04-28 18:20:32 +02:00