Commit Graph

54 Commits

Author SHA1 Message Date
Fabien Meghazi 22ad7a70f7 [MERGE] trunk
bzr revid: fme@openerp.com-20121105084838-gwc7xb19f7131vbi
2012-11-05 09:48:38 +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
RGA(OpenERP) 943f46a953 [IMP] use apply
bzr revid: rgaopenerp-20121031054741-kh2y1e36avh906v3
2012-10-31 11:17:41 +05:30
Hiral Patel (OpenERP) 930a5321da [IMP] Unfold the folded column on record move
bzr revid: hip@tinyerp.com-20121031050905-8r3u9a45kc6dqyue
2012-10-31 10:39:05 +05:30
Hiral Patel (OpenERP) c39bd93145 [IMP] In task kanban if we have tag and we click on round(blocked) button, the tag name is getting disappeared
bzr revid: hip@tinyerp.com-20121029061539-x1mbipeco6sth82d
2012-10-29 11:45:39 +05:30
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
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 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) 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) c1e3987744 [IMP]
bzr revid: apa@tinyerp.com-20120426172529-7xeaex0nulxeul1l
2012-04-26 22:55:29 +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
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) 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) 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
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
Sanjay Gohel (Open ERP) 36a433ddcd [IMP]
bzr revid: sgo@tinyerp.com-20120406122307-iqdyfnqsyljy17rs
2012-04-06 17:53:07 +05:30
Amit Patel (OpenERP) 2fc51533ad [IMP]
bzr revid: apa@tinyerp.com-20120406110805-dn421xsf2kja73ye
2012-04-06 16:38:05 +05:30
Amit Patel (OpenERP) 715dcf10b7 [IMP]
bzr revid: apa@tinyerp.com-20120406110547-8y1s1vx1v7j04p78
2012-04-06 16:35:47 +05:30
Sanjay Gohel (Open ERP) b972354845 [MERGE]
bzr revid: sgo@tinyerp.com-20120406083337-4qcxseheguzat9b7
2012-04-06 14:03:37 +05:30
Sanjay Gohel (Open ERP) e6f47e03ea [IMP]
bzr revid: sgo@tinyerp.com-20120406082458-zd2qrvy3i9yd071o
2012-04-06 13:54:58 +05:30
Amit Patel (OpenERP) fb99473097 [IMP]
bzr revid: apa@tinyerp.com-20120406072040-kzcd9fql1if5vyz9
2012-04-06 12:50:40 +05:30
Amit Patel (OpenERP) c8d952e725 [MERGE]
bzr revid: apa@tinyerp.com-20120405110426-sq3inlu6p7wx5m4a
2012-04-05 16:34:26 +05:30
Sanjay Gohel (Open ERP) ce822419f4 [IMP]
bzr revid: sgo@tinyerp.com-20120405104405-vwymux3s0pxepe86
2012-04-05 16:14:05 +05:30
Amit Patel (OpenERP) e699f7d3b7 [IMP/MERGE]
bzr revid: apa@tinyerp.com-20120405103800-0usd5k72lxsilnnz
2012-04-05 16:08:00 +05:30
Sanjay Gohel (Open ERP) d3c4b80fb8 [IMP]click on kanban opens tasks
bzr revid: sgo@tinyerp.com-20120405094253-f0fzyua28m5opuoy
2012-04-05 15:12:53 +05:30
Amit Patel (OpenERP) 1616333862 [IMP]
bzr revid: apa@tinyerp.com-20120405073108-yhlqao1nrm3casck
2012-04-05 13:01:08 +05:30
Amit Patel (OpenERP) 47811aeb88 [IMP]
bzr revid: apa@tinyerp.com-20120404131639-cmaibsfn7wj2kkx5
2012-04-04 18:46:39 +05:30
Amit Patel (OpenERP) d81e6c2c53 [IMP]
bzr revid: apa@tinyerp.com-20120404131330-w2kzw1tz2gdh407b
2012-04-04 18:43:30 +05:30
Amit Patel (OpenERP) 9c0f7a2836 [IMP]
bzr revid: apa@tinyerp.com-20120404123105-oe7jqrs7ym2uy2r7
2012-04-04 18:01:05 +05:30
Amit Patel (OpenERP) 9cee7d8b8e [IMP]
bzr revid: apa@tinyerp.com-20120404122435-321j5dapi882s830
2012-04-04 17:54:35 +05:30