Commit Graph

52 Commits

Author SHA1 Message Date
Christophe Simonis c825d0552d [MERGE] forward port of branch saas-3 up to ec27773 2014-11-05 21:46:42 +01:00
Christophe Simonis 388732dfa6 [IMP] *: one Makefile to rules them all.
Create one unique generic Makefile to compile sass files.
2014-11-05 19:30:28 +01:00
Xavier Morel ba55e31f57 [FIX] add charset declaration to dashboard.sass so sassc stops freaking out 2014-10-28 16:38:32 +01:00
Christophe Simonis 8046b7367d [MERGE] forward port of branch saas-5 up to 7e117b1 2014-08-28 16:51:11 +02:00
Christophe Simonis 7e117b18a0 [MERGE] forward port of branch saas-3 up to ada9724 2014-08-28 16:21:27 +02:00
Ravish Murari bc3991b4c5 [FIX] board: Do not offer to create dashboard when there is no action
In case we have no defined action (e.g. redirection by python code), adding a dashboard should not be possible as the rendering based on the action.
This patch hides the 'Add to Dashboard' button in search view (opw 611288)
2014-08-25 12:03:12 +02:00
Géry Debongnie a54aac38f6 [IMP] lazy loading of dashboards
The widget AddToDashboard used to make an ajax call every time the
search view is loaded.  This is often useless and can be annoying when
that request is long.  With this patch, the request is only done when
the user click on the widget AddToDashboard
2014-08-21 11:48:37 +02:00
Florian Hatat eb486ae127 [FIX] board: add missing _t() calls to enable translation in dashboard.js
Fixes LP bug https://bugs.launchpad.net/openobject-addons/+bug/1205798
2014-07-14 12:23:44 +02:00
ged-odoo 74168c4e9d Merge pull request #272 from odoo-dev/master-inline-searchview-ged
[MERGP] Inline Searchview

This task split the searchview in two parts: SearchView and SearchViewDrawer. The drawer is displayed inside the main view and the searchview stays in place.  It also changes the scrolling behavior of the web client: the main view area can scroll without affecting the UI (so the various menus stays in place)

Because of this, other large changes have been made:

the drawer has been redesigned,
the Custom Filter widget has been split in two (Custom Report and SaveCurrentFilter),
the main view is now scrollable, so the UI stays in place and only the view can change
The text 'Group By...' has been changed into 'Group By' (most addons had to be modified)
bootstrap classes are used when it makes sense (for example, badge)
the left menu is also scrollable (separately from the main view)

It is likely that some stupid bugs have been introduced.  Please don't hurt me.
2014-06-12 16:27:11 +02:00
Fabien Meghazi faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
Géry Debongnie 3bfdcfd443 [FIX] fix the add to dashboard widget (web client)
The dashboard widget didn't work because it tried to look for its
parent view, but the searchview has been split in searchview and drawer.
This patch makes sure it looks for the data in the correct place.
2014-05-30 14:34:36 +02:00
Géry Debongnie 271b925a12 [FIX] correct default value in add to dashboard
the searchview has been split in two: searchview and searchviewdrawer.
The widget addtodashboard need to get the name from the searchview and
not from the drawer.
2014-05-30 09:46:40 +02:00
Géry Debongnie 1602ba44c9 [FIX] correctly include some inputs in drawer
The search view has been split into two widgets: SearchView
and SearchViewDrawer.  The addons board and google_spreadsheet need
to be updated to append their input widget to SearchViewDrawer and
not to SearchView.
2014-05-27 14:44:21 +02:00
Cedric Snauwaert fd986acc3d [FIX]dashboard: change layout correct use of modal object
bzr revid: csn@openerp.com-20140424150255-77emom1swsfry72h
2014-04-24 17:02:55 +02:00
Cedric Snauwaert 0b832930b6 [FIX]modal: missing new object instanciation in dashboard
bzr revid: csn@openerp.com-20140416151646-aoc4myqsxruqovc3
2014-04-16 17:16:46 +02:00
Cedric Snauwaert 3a4e264978 [FIX]use bootstrap modal windows. refactor and cleaned from trunk-ui-to-boostrap-modal
bzr revid: csn@openerp.com-20140410155022-3cqys3zc55idc4vg
2014-04-10 17:50:22 +02:00
Martin Trigaux 1f968d8a76 [FIX] board: keep group by in context when adding to dashboard
lp bug: https://launchpad.net/bugs/1187512 fixed

bzr revid: mat@openerp.com-20130808150040-ki91kbfie9ink8u0
2013-08-08 17:00:40 +02:00
Olivier Dony 706f804afc [MERGE] OPW 590511: dashboard: make list of dashboards translated
lp bug: https://launchpad.net/bugs/1165321 fixed

bzr revid: odo@openerp.com-20130607172928-zoji4p7jqxkzvy11
2013-06-07 19:29:28 +02:00
Chirag fd4c5ad7ce [FIX] Fixed dashboard loses first level of grouping.
bzr revid: chirag@chirag-desktop-20130607065919-htu00zf0aw2vniu4
2013-06-07 12:29:19 +05:30
Mohammed Shekha ed7a199519 [FIX]Fixed the issue of translation on add to dashboard selection choices, dashboard choices are not translated.
bzr revid: msh@openerp.com-20130328105213-fjjdntjgtmyxo3by
2013-03-28 16:22:13 +05:30
Olivier Dony 4c75931f6c [FIX] board: hide the "Add To Dashboard" option in search views when current action is incompatible (e.g. client actions don't work in dashboards at the moment)
lp bug: https://launchpad.net/bugs/1157896 fixed

bzr revid: odo@openerp.com-20130321114605-2ddj46q2pkswm36b
2013-03-21 12:46:05 +01:00
Fabien Meghazi 864543d0b8 [FIX] IE9: traceback in Reporting when changing type of view
lp bug: https://launchpad.net/bugs/1091715 fixed

bzr revid: fme@openerp.com-20130221221314-0n1q4k2c373yzrc3
2013-02-21 23:13:14 +01:00
Fabien Meghazi 44b5f56a00 [FIX] Dashboards: board widgets lose their filter
This was a leftover during the evalpocalypse

lp bug: https://launchpad.net/bugs/1130646 fixed

bzr revid: fme@openerp.com-20130221125323-j01mfl1tfhr5np26
2013-02-21 13:53:23 +01:00
Xavier Morel 58e256093d [FIX] board: missed JS-ification of context and domains evaluations
various contexts and domains would remain unevaluated during the loading of board actions, leading to errors down the line

bzr revid: xmo@openerp.com-20121207104933-p1fmog7ohljs9wfc
2012-12-07 11:49:33 +01:00
Xavier Morel ec3a720728 [REM] python-side evaluations of contexts and domains in dashboard controller
bzr revid: xmo@openerp.com-20121126140423-waptfrxe4gbidpnv
2012-11-26 15:04:23 +01:00
Fabien Meghazi a2715888c1 [IMP] jQuery deferred API changes refactoring. Changed 'then's in 'done'/'fail' and 'pipe's in 'then'
bzr revid: fme@openerp.com-20121031103148-r1slfpl2kcnajjd3
2012-10-31 11:31:48 +01:00
Antony Lesuisse 59ddf58bb4 [MERGE] callback2deffered rpc
bzr revid: al@openerp.com-20121015133334-4fmbsa14r23laljs
2012-10-15 15:33:34 +02:00
vta vta@openerp.com 31760fd249 [FIX] Fixed on_record_loaded.
bzr revid: vta@openerp.com-20121010100218-drvx420qtrjucom1
2012-10-10 12:02:18 +02:00
Vidhin Mehta (OpenERP) 5645a84a16 [IMP]replace add* method.
bzr revid: vme@tinyerp.com-20121009124908-r33qqpx15ea39p78
2012-10-09 18:19:08 +05:30
ggh-openerp 1fe81f3a96 [IMP] In rpc method remove callback and modify related code
bzr revid: ggh@tinyerp.com-20121003123412-22o4t380ipsmns2e
2012-10-03 18:04:12 +05:30
Vidhin Mehta (OpenERP) ad54fae15f [IMP]enter css.
bzr revid: vme@tinyerp.com-20120913063712-fckff2ufxgwvwuaz
2012-09-13 12:07:12 +05:30
Vidhin Mehta (OpenERP) dc97de0e27 [MERGE]TRUNk.
bzr revid: vme@tinyerp.com-20120913063449-t6hftj16o25onju0
2012-09-13 12:04:49 +05:30
Vidhin Mehta (OpenERP) 881b1ed7cc [REM]remove css to solve confilct
bzr revid: vme@tinyerp.com-20120913063354-qtswgf0h9v29hvcl
2012-09-13 12:03:54 +05:30
Vidhin Mehta (OpenERP) 891dcd2a43 [IMP]show reset button when debug mode is on.
bzr revid: vme@tinyerp.com-20120913062437-5vcscpnk19u441m5
2012-09-13 11:54:37 +05:30
Fabien Meghazi 9c8b665335 [FIX] Fixed dashboard layout selector styling
bzr revid: fme@openerp.com-20120910115138-wy8w2exdi18jb489
2012-09-10 13:51:38 +02:00
Vidhin Mehta (OpenERP) 714391a8f2 [MERGE]trunk.
bzr revid: vme@tinyerp.com-20120910100841-vr6yr7uo9wqs0eu7
2012-09-10 15:38:41 +05:30
Fabien Meghazi 585dce207d [REM] Dashboard: Removed creatable option (requested by fp)
bzr revid: fme@openerp.com-20120910093152-r14olqa181obp7f2
2012-09-10 11:31:52 +02:00
Fabien Meghazi dc6a6f793c [FIX] Fix dashboard listview row click. Add support for kanban card click
bzr revid: fme@openerp.com-20120910092802-k15c57p9371946ft
2012-09-10 11:28:02 +02:00
Vidhin Mehta (OpenERP) 4fc67d7a5d [IMP]show reset button on debug mode.
bzr revid: vme@tinyerp.com-20120907131149-4z5vjfha0bfi8rb7
2012-09-07 18:41:49 +05:30
Vidhin Mehta (OpenERP) cd0be77ffa [IMP]implement CSs
bzr revid: vme@tinyerp.com-20120907125453-rowm6tydm09rxpfm
2012-09-07 18:24:53 +05:30
Antony Lesuisse 03f7eb10f4 [FIX] remove semantic part2
bzr revid: al@openerp.com-20120906104624-sq3cd652vevmij6c
2012-09-06 12:46:24 +02:00
Vidhin Mehta (OpenERP) 6f888ccb5e [IMP]Set title again which is replace by on_record_loaded method.
bzr revid: vme@tinyerp.com-20120906094404-ufxfcls2f6vntnob
2012-09-06 15:14:04 +05:30
niv-openerp 5126f6ff6e wip
bzr revid: nicolas.vanhoren@openerp.com-20120904163725-ptsij09rve8j3txs
2012-09-04 18:37:25 +02:00
niv-openerp 65f532e001 [IMP] made a whole-application replace of $element by $el
bzr revid: nicolas.vanhoren@openerp.com-20120824182743-1d9cii7kigc7exer
2012-08-24 20:27:43 +02:00
Jiten (OpenERP) 77bbe04bfc [REV] Revert last changes.
bzr revid: jra@tinyerp.com-20120823072010-wsx6sgy02luxa2wo
2012-08-23 12:50:10 +05:30
Vidhin Mehta (OpenERP) cece6655af [IMP]make changes in ir act window's name.
bzr revid: vme@tinyerp.com-20120823061022-fti5xixis5ffak1k
2012-08-23 11:40:22 +05:30
Vidhin Mehta (OpenERP) 60d23d96cd [FIX] remove .
bzr revid: vme@tinyerp.com-20120822134430-5493lvfv98c3lhy6
2012-08-22 19:14:30 +05:30
Vidhin Mehta (OpenERP) 5d0b45b958 [FIX]get all span text of header.
bzr revid: vme@tinyerp.com-20120822134249-e398qom83ur322ub
2012-08-22 19:12:49 +05:30
Vidhin Mehta (OpenERP) a69baa4d9c [IMP]header as input box.
bzr revid: vme@tinyerp.com-20120822132805-nmesgyvh29m5gnr9
2012-08-22 18:58:05 +05:30
Christophe Simonis 6c6b958a10 [ADD] board: add sass file
bzr revid: chs@openerp.com-20120809161240-luarnamf2muqw1ut
2012-08-09 18:12:40 +02:00