Commit Graph

57 Commits

Author SHA1 Message Date
Pedro M. Baeza 4fdd99588c [FIX] board: Put keyword argument on fields_view_get super call 2015-08-03 19:04:13 +02:00
Christophe Simonis 416f0246ac [MERGE] forward port of branch saas-3 up to 4a3c471 2015-03-09 12:03:22 +01:00
Denis Ledoux 1628050030 [FIX] board: board creation of users other than admin.
It wasn't possible to create a new dashboard,
as a user other than SUPERUSER_ID,
using the "Create board" menu specifically
Reporting > Configuration > Create Board
(Technical Features & Administration > Settings groups required)
Because it creates a new menu for this dashboard,
which lead to the automatic creation of an "ir.values" record
which is prevented for other users than SUPERUSER_ID

opw-629367
2015-03-03 17:10:04 +01:00
Richard Mathot b26cd8ad6d [IMP] board: do not filter actions anymore
Starting from v8.0, there's only "My Dashboard". We can assume that we
have access rights to all the actions we pin to our proper dashboard, so
we can remove this filtering. Furthermore, this was a large performance
pitfall.
2014-08-21 11:20:09 +02:00
Jaydeep Barot 026e38b48f [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
Christophe Simonis f58e4f3f07 [FIX] board: filter available dashboards
lp bug: https://launchpad.net/bugs/1157896 fixed

bzr revid: chs@openerp.com-20131030195508-gw4prkz230m8toma
2013-10-30 20:55:08 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Christophe Simonis 591680f99c [IMP] merge of modules board and web_dashboard
bzr revid: chs@openerp.com-20120809153027-3sl125kda0jtdrcg
2012-08-09 17:30:27 +02:00
Fabien Pinckaers 61dd90ab32 [IMP] removed unused object: board.line
bzr revid: fp@openerp.com-20120805072027-o6a398q8y416w82b
2012-08-05 09:20:27 +02:00
Thibault Delavallée a3ca99e7bc [MOVE] Moved log analysis (based on now removed res.Logs) to mail.message reports.
bzr revid: tde@openerp.com-20120404132328-gfjop8t7n14ghpf8
2012-04-04 15:23:28 +02:00
Thibault Delavallée 3a9a5e99e4 [REM] Temp remove of administration board, that must be updated with removal of res.logs. TODO: update this module.
bzr revid: tde@openerp.com-20120403152928-0ix0qg2s46ppd479
2012-04-03 17:29:28 +02:00
Antony Lesuisse 816b49794b [FIX] board generate rng compliant board views, colspan height and width are deprecated on action
lp bug: https://launchpad.net/bugs/914266 fixed

bzr revid: al@openerp.com-20120208012726-9mqxajv2luzmrff6
2012-02-08 02:27:26 +01:00
Mayur Maheshwari (OpenERP) b439bc1606 [FIX]All: create an index for the column on require table
lp bug: https://launchpad.net/bugs/901474 fixed

bzr revid: mma@tinyerp.com-20111209060308-muefwlr323ji4kk7
2011-12-09 11:33:08 +05:30
ssu 8849e106cc [IMP]project_issue : xpath and views are modified by board style and column
bzr revid: ssu@ssu-desktop-20111116053149-gs8cg96p3x9bjiyp
2011-11-16 11:01:49 +05:30
ssu a0f71fe41d [IMP]project : view is modified by board style and column
bzr revid: ssu@ssu-desktop-20111115070600-vzrq2s1aoik4ois6
2011-11-15 12:36:00 +05:30
Antony Lesuisse b574f20012 [IMP] board module and hr dashboard cleanups
split board.board object (almost unsed) xml's from actual board definitions
board module defines 2 boards: the admin one, the homepage
clean hr board definitions
remove hr menuitems from administration menu
remove useless menuitem definitions

bzr revid: al@openerp.com-20111011212017-qd3d2xp9mfneagqq
2011-10-11 23:20:17 +02:00
Amit (OpenERP) 117eb83d91 [FIX]:Remove the menu and object Admisnitration > Customization > Reporting > Publish a Note and everything related to this: object, views, etc.
bzr revid: apa@tinyerp.com-20110726104613-z8jr2odn54c875vo
2011-07-26 16:16:13 +05:30
Olivier Dony c5f4eab14a [IMP] board: board.fields_view_get now returns the "custom_view_id" if there was one
This can be used by client side to display special features
regarding customization, like "Undo" buttons, etc.

bzr revid: odo@openerp.com-20110601103802-swxqe17bts7rqn2k
2011-06-01 12:38:02 +02:00
François Degrave f223335e09 [IMP] remove action elements on boards respectively to the groups attributes + HR access rights
bzr revid: fde@openerp.com-20101230150340-qdtsp56xb9k59agx
2010-12-30 16:03:40 +01:00
uco (OpenERP) b1cf433ecc [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101206131102-z2xzz8eshkswo00q
2010-12-06 18:41:02 +05:30
P. Christeas 6aa18c41c7 board: fix a string typo
It had been haunting our development process for years, making our teeth
turn green and our cow's milk turn sour.

bzr revid: p_christ@hol.gr-20101127201437-4y0xj8hamt7blk9j
2010-11-27 22:14:37 +02:00
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
rch 148d430de8 [IMP]: Administration Dashboard.
bzr revid: rch@rch-desktop-20101117115705-gmvjeqzs8szqbt9g
2010-11-17 17:27:05 +05:30
vro 7fcb248825 [Added graph views in Admin Dashboard]
bzr revid: vro@tinyerp.com-20101018105115-rl9v3iaixl2yn01l
2010-10-18 16:21:15 +05:30
rpa (Open ERP) 51e47526d3 [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20100330113004-bbt7q33gr5n6lc6g
bzr revid: rpa@tinyerp.com-20100331062815-fagu2jvqh3z0xtre
bzr revid: rpa@tinyerp.com-20100401054503-f14hbpyz7c5sm34m
2010-04-01 11:15:03 +05:30
Fabien Pinckaers 036dfd209e modifs
bzr revid: fp@tinyerp.com-20100331144800-y7e8kso0qsretfpb
2010-03-31 16:48:00 +02:00
ksa (Open ERP) 834ed9b185 [IMP] Apply doc string + quality check in base_contact,board,crm_profiling, document_ics,survey
bzr revid: ksa@tinyerp.co.in-20100326132716-tc37ehpvzegozo1o
2010-03-26 18:57:16 +05:30
atp (Open ERP) c759fe8400 [IMP]: board: code optimization and apply csv file
bzr revid: atp@tinyerp.co.in-20100317102207-1cjejv359e9smpfu
2010-03-17 15:52:07 +05:30
atp (Open ERP) 7a129bfc5d [IMP]:board: code optimization and apply doc string
bzr revid: atp@tinyerp.co.in-20100317050634-2zwf6ti18md6552h
2010-03-17 10:36:34 +05:30
HDA (OpenERP) 93bd614c8e merged to remove sql injection
bzr revid: hda@tinyerp.com-20100201082939-fj0u5f0pvlgq7j3k
2010-02-01 13:59:39 +05:30
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
uco (OpenERP) 8d3fb81f4e [IMP]: Generalization of tooltips: Added tooltips for sequence field
bzr revid: uco@tinyerp.co.in-20091221131412-xv3u9m8556xkyg6t
2009-12-21 18:44:12 +05:30
nch@tinyerp.com 500eb8a77f [IMP]:board sql queries to parameterized query
bzr revid: nch@tinyerp.com-20091127092521-333d1oe7md5qoh0l
2009-11-27 14:55:21 +05:30
PSO(OpenERP) eb0b928cc0 Changed licencing terms
bzr revid: hda@tinyerp.com-20091014111534-1vtk21rz8byhszzf
2009-10-14 16:45:34 +05:30
ChristopheChauvet(syleam) 41e8ed59ef changed encoding to coding in all py files
lp bug: https://launchpad.net/bugs/357182 fixed

bzr revid: hda@tinyerp.com-20091013055837-3ntnbe8b938xmk97
2009-10-13 11:28:37 +05:30
HDA (OpenERP) 7d3a5b51ba [Merged] stable and trunk addons
bzr revid: hda@tinyerp.com-20090924104621-7p53erkfs9xa0bev
2009-09-24 16:16:21 +05:30
Jay (Open ERP) 2d281b5f63 Merged Trunk to addons/5.0
bzr revid: jvo@tinyerp.com-20090409100219-5bo156xq8k24qmru
2009-04-09 15:32:19 +05:30
husen daudi d61f1bb342 bugfixed for board line duplication
bzr revid: hda@hda-20090406134039-86fng0papc4cvpvz
2009-04-06 19:10:39 +05:30
husen daudi dbfaf144fa bugfixed for board line duplication
lp bug: https://launchpad.net/bugs/330443 fixed

bzr revid: hda@hda-20090319111807-riqaldktl68wfldi
2009-03-19 16:48:07 +05:30
Stephane Wirtel 21f104a506 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221250-55q32ayj2t8kzb2k
2009-01-04 23:12:50 +01:00
Jay (Open ERP) be52934057 Bugfix on dashboard :buttons were not working
bzr revid: jvo@tinyerp.com-20090103091706-2uvgivfdw9fptmtc
2009-01-03 14:47:06 +05:30
Christophe Simonis 1a0de2f0f9 [FIX] psycopg2: %d -> %s
bzr revid: christophe@tinyerp.com-20081210142955-ewfr1qhzq9l1tjzn
2008-12-10 15:29:55 +01:00
Christophe Simonis f5fad0ba30 passing modules in GPL-3
bzr revid: christophe@tinyerp.com-20081103191856-jhcivvwb16fvz2os
2008-11-03 20:18:56 +01:00
mga@tinyerp.com 5bcd697627 small change, to fix the bug
bzr revid: mga@tinyerp.com-20080806135205-072vu2sjr7krk43g
2008-08-06 19:22:05 +05:30
Amit Mendapara 32f1fe4698 title string of the name field of board.line
bzr revid: ame@tinyerp.com-20080806070929-5ix29ttni7by08xj
2008-08-06 12:39:29 +05:30
mga@tinyerp.com 0113ed3f8e change fields_view_get method in board.board object to have a user wise view
bzr revid: mga@tinyerp.com-20080726083554-eufed41lwswqcn8a
2008-07-26 14:05:54 +05:30
mga@tinyerp.com 2da5ec0e5f Remove print statements
small bugfixed in wizard `'view_id': board.view_id.id,` for the view id

bzr revid: mga@tinyerp.com-20080725105241-uqe9m7wbtiqqionm
2008-07-25 16:22:41 +05:30
mga@tinyerp.com b12d1ced1b change board functionality
* remove fields_view_get method from board object 
* view will be created from the board object and linked to the board 
* now view, action, for board works same as board loads from the xml file

bzr revid: mga@tinyerp.com-20080725102022-v1xrcfvsijg0f923
2008-07-25 15:50:22 +05:30
Christophe Simonis 3e3d897e88 add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723144147-77o5t9adx26a84lt
2008-07-23 16:41:47 +02:00