Commit Graph

126 Commits

Author SHA1 Message Date
Antonin Bourguignon 00a65e0172 [IMP] many2many tags CSS classes have been properly namespaced (cf. this branc: ~openerp-dev/openerp-web/trunk-m2m_tags_namespacing_imp-abo): adapt views accordingly
also skip the little toggle() trick - it's kinda overkill

bzr revid: abo@openerp.com-20120712131002-lj085r2moshptbts
2012-07-12 15:10:02 +02:00
Antonin Bourguignon 14a03e0d5e [IMP] make project_display_members_names() and project_display_categ_names() CSS agnostic
instead of finding DOM elements by element type *and* CSS class (with long and tending to change names), these functions will only use element type (here <img> and <span>) and data attribute (which is used in the function anyway)

bzr revid: abo@openerp.com-20120712123840-m8kuupefggmgl5v4
2012-07-12 14:38:40 +02:00
Antonin Bourguignon 4af50da7dc [IMP] refactor the handling of many2many tags in issues and tasks kanban views
bzr revid: abo@openerp.com-20120712113326-a0p30oij7g67gmtj
2012-07-12 13:33:26 +02:00
Fabien Meghazi c78ca8dd35 [IMP] Improved project and opportunities kanban view. Use KanbanRecord#on_card_clicked
bzr revid: fme@openerp.com-20120524160752-rl0by5v4g1n22syl
2012-05-24 18:07:52 +02:00
Fabien Meghazi 99584eceed [IMP] Kanban project and opportunities, use link on title
bzr revid: fme@openerp.com-20120523144122-dxqqrxh21wv12hgn
2012-05-23 16:41:22 +02:00
Fabien Meghazi 6bb0e4fdc9 [IMP] Added new colorpicker to project and opportunities
bzr revid: fme@openerp.com-20120523130218-nfrbs7y2p51k3z79
2012-05-23 15:02:18 +02:00
Fabien Meghazi 6d452e2319 [IMP] Kanban project title : do not wrap, hide overflow with ellipsis
bzr revid: fme@openerp.com-20120523090058-mod53pxt0at65wry
2012-05-23 11:00:58 +02:00
Fabien Meghazi 2477e2a7e8 [IMP] Kanban project improvements
bzr revid: fme@openerp.com-20120523085514-ku1h80z88xbcg3cs
2012-05-23 10:55:14 +02:00
Fabien Meghazi 5ee2a8abde [WIP] Kanban project cleanup
bzr revid: fme@openerp.com-20120522155815-y23ps3bs32i9vqlu
2012-05-22 17:58:15 +02:00
Fabien Meghazi 5feabe936f [IMP] Project Kanban: jslint and code indentation
bzr revid: fme@openerp.com-20120521130914-c2iijoifs763am83
2012-05-21 15:09:14 +02:00
Raphael Collet 7dab19c32b [IMP] project: small code cleanup for project kanban view
bzr revid: rco@openerp.com-20120509065522-16ouzxqiwqgjdcyd
2012-05-09 08:55:22 +02:00
Amit Patel (OpenERP) abdc6e0383 [IMP]:added def dummy
bzr revid: apa@tinyerp.com-20120508105521-1mqur1isvkw0j5n7
2012-05-08 16:25:21 +05:30
Amit Patel (OpenERP) 645d2437e0 [IMP]:set indentation in js file.
bzr revid: apa@tinyerp.com-20120508104705-zri4xvoc4k1d4e9q
2012-05-08 16:17:05 +05:30
Amit Patel (OpenERP) 5e1413aca6 [IMP]:improved js code.
bzr revid: apa@tinyerp.com-20120508104607-w3q12gphejt3zauw
2012-05-08 16:16:07 +05:30
Amit Patel (OpenERP) 9f0350ffb8 [MERGE/IMP]:Mereged technically issues by rco and also removed the dummy while merging.
bzr revid: apa@tinyerp.com-20120508103253-fwq86q4be3v6hsxw
2012-05-08 16:02:53 +05:30
Sanjay Gohel (Open ERP) a6a7276d89 [IMP]remove open_model method from project related module and add action as per required
bzr revid: sgo@tinyerp.com-20120508092143-ah3siaudwp7jixc8
2012-05-08 14:51:43 +05:30
Amit Patel (OpenERP) 38fd7fa19d [IMP]:project:Used a relate action like 'project.act_project_project_2_project_task_all' instead (easier to configure and maintain) and remove default value for project_id.
bzr revid: apa@tinyerp.com-20120507125708-7gcxl8915us0xoio
2012-05-07 18:27:08 +05:30
Sanjay Gohel (Open ERP) bfd96de42b [IMP]rename all fields which r required in project and another module and improve code and
bzr revid: sgo@tinyerp.com-20120507072049-u00lsqra9x34nf73
2012-05-07 12:50:49 +05:30
Amit Patel (OpenERP) c43e5dfe7e [IMP]
bzr revid: apa@tinyerp.com-20120503090202-w2ciwyb22endil26
2012-05-03 14:32:02 +05:30
Amit Patel (OpenERP) 0153dd344b [MERGE]:lp:~openerp-dev/openobject-addons/trunk-project-gallery-apa-improvement-sgo
bzr revid: apa@tinyerp.com-20120430111521-7u8fww50c18qm2ax
2012-04-30 16:45:21 +05:30
Sanjay Gohel (Open ERP) d2b70d38c3 [IMP]change color and improved as per said
bzr revid: sgo@tinyerp.com-20120430104934-34tsnkf24rms9izx
2012-04-30 16:19:34 +05:30
Amit Patel (OpenERP) 49eb72d417 [IMP]:improved code.
bzr revid: apa@tinyerp.com-20120427063152-9qp4k3mz6dhgz7ho
2012-04-27 12:01:52 +05:30
Amit Patel (OpenERP) f8e076e9a4 [IMP]:improved code.
bzr revid: apa@tinyerp.com-20120427062725-0lpfbxs0xkdmm7zf
2012-04-27 11:57:25 +05:30
Amit Patel (OpenERP) c046b2fb7f [IMP]
bzr revid: apa@tinyerp.com-20120426173541-4p1fk00hdcczelf2
2012-04-26 23:05:41 +05:30
Amit Patel (OpenERP) c1e3987744 [IMP]
bzr revid: apa@tinyerp.com-20120426172529-7xeaex0nulxeul1l
2012-04-26 22:55:29 +05:30
Amit Patel (OpenERP) 77032d3dae [REM]:removed unnecessary files.
bzr revid: apa@tinyerp.com-20120425120427-89vmuls9faqh6oj5
2012-04-25 17:34:27 +05:30
Amit Patel (OpenERP) 58ba8b4456 [IMP]:improved css
bzr revid: apa@tinyerp.com-20120425091021-4r915wuxgfympu2p
2012-04-25 14:40:21 +05:30
Amit Patel (OpenERP) c85fd63a98 [MERGE]:set css and code improved.
bzr revid: apa@tinyerp.com-20120424125157-tf3s7vepv391eghx
2012-04-24 18:21:57 +05:30
Mayur Maheshwari (OpenERP) 50830935dc [IMP] Improve view file and css
bzr revid: mma@tinyerp.com-20120424122452-45phrpqugzax6wbm
2012-04-24 17:54:52 +05:30
Mayur Maheshwari (OpenERP) 7ea9856d0e [IMP] Improve css and py fiel
bzr revid: mma@tinyerp.com-20120424113321-n9b5076z7v8pcfu5
2012-04-24 17:03:21 +05:30
Amit Patel (OpenERP) 4804c6f75d [IMP]
bzr revid: apa@tinyerp.com-20120412055921-eo0dumz60cimx62c
2012-04-12 11:29:21 +05:30
Amit Patel (OpenERP) 3b5ccc5a77 [IMP]:improved bgcolor code.
bzr revid: apa@tinyerp.com-20120412054631-xs2nk19n3w858qpn
2012-04-12 11:16:31 +05:30
Amit Patel (OpenERP) af2fff8998 [IMP]
bzr revid: apa@tinyerp.com-20120411105736-tuopbrt86ixifq05
2012-04-11 16:27:36 +05:30
Amit Patel (OpenERP) 26184dab87 [IMP]
bzr revid: apa@tinyerp.com-20120411103027-s8vqxgx26mmh8r33
2012-04-11 16:00:27 +05:30
Amit Patel (OpenERP) b38ba6637b [IMP]
bzr revid: apa@tinyerp.com-20120411093652-32fldjnoophainuw
2012-04-11 15:06:52 +05:30
Amit Patel (OpenERP) 92d49432a6 [MERGE]
bzr revid: apa@tinyerp.com-20120411054625-rpkxfriji0u1799m
2012-04-11 11:16:25 +05:30
Sanjay Gohel (Open ERP) 59e07ee6f0 [IMP]add white color background
bzr revid: sgo@tinyerp.com-20120411054356-9bfsxnvb4zkfcphm
2012-04-11 11:13:56 +05:30
Amit Patel (OpenERP) 3e549b2ca0 [IMP]
bzr revid: apa@tinyerp.com-20120411004704-8leye7slxiky2cc2
2012-04-11 06:17:04 +05:30
Sanjay Gohel (Open ERP) 4c36be2d94 [MERGE]
bzr revid: sgo@tinyerp.com-20120410045445-hqtjhxl8jy6x0zs3
bzr revid: sgo@tinyerp.com-20120410063718-cgu6ovmsgyrk6dt3
bzr revid: sgo@tinyerp.com-20120410102630-07xw64o6lx421esd
bzr revid: sgo@tinyerp.com-20120410112156-sxu4ul19vmz2iqfd
bzr revid: sgo@tinyerp.com-20120410112759-kmcc2ylkywnkgmjc
2012-04-10 16:57:59 +05:30
Amit Patel (OpenERP) af9a103d1f [IMP]
bzr revid: apa@tinyerp.com-20120410112706-l59vip42hgnrwlmz
2012-04-10 16:57:06 +05:30
Amit Patel (OpenERP) 7e3496f9c1 [IMP]
bzr revid: apa@tinyerp.com-20120410103557-zrktokx6c0bzw3wy
2012-04-10 16:05:57 +05:30
Amit Patel (OpenERP) 6cb72a66da [IMP]
bzr revid: apa@tinyerp.com-20120410102222-ex1cik0yu11tq2l4
2012-04-10 15:52:22 +05:30
Amit Patel (OpenERP) 2279fc7d1f [IMP]
bzr revid: apa@tinyerp.com-20120410102015-5c35tsmwkcjfaziw
2012-04-10 15:50:15 +05:30
Amit Patel (OpenERP) 86f4ac5277 [IMP]
bzr revid: apa@tinyerp.com-20120410095443-oeugi1oblh3ugnhx
2012-04-10 15:24:43 +05:30
Amit Patel (OpenERP) 4916d46cf9 [IMP]
bzr revid: apa@tinyerp.com-20120410093317-yufo0pu7grib5ksw
2012-04-10 15:03:17 +05:30
Amit Patel (OpenERP) 389c2f9804 [IMP]:set bgcolor
bzr revid: apa@tinyerp.com-20120410063543-kmw7fkbht8d7s3qe
2012-04-10 12:05:43 +05:30
Sanjay Gohel (Open ERP) 65da7c4137 [IMP]
bzr revid: sgo@tinyerp.com-20120410045129-2qqzn0loooa85db0
2012-04-10 10:21:29 +05:30
Amit Patel (OpenERP) 038bb177a6 [IMP]
bzr revid: apa@tinyerp.com-20120409131703-dn3hpa5x5yj4prlo
2012-04-09 18:47:03 +05:30
Amit Patel (OpenERP) 5cb201f5eb [IMP]
bzr revid: apa@tinyerp.com-20120409105830-9xg6ikpqshravpdf
2012-04-09 16:28:30 +05:30
Amit Patel (OpenERP) 89194da727 [IMP]
bzr revid: apa@tinyerp.com-20120409093132-lxrojybxcy3u4bb1
2012-04-09 15:01:32 +05:30