Commit Graph

19 Commits

Author SHA1 Message Date
Vo Minh Thu 9822629548 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120813160657-ilujdek8ys4fzhp9
2012-08-13 18:06:57 +02:00
Fabien Meghazi fcd96b6890 [IMP] kanban_image is tolerant to m2o id's
bzr revid: fme@openerp.com-20120809125330-a8iy3xvxfnltnmmd
2012-08-09 14:53:30 +02:00
Twinkle Christian (OpenERP) fc1b1749a8 [IMP]Remove type field from the modules
bzr revid: tch@tinyerp.com-20120809060516-zgx3gdyv6wdshfyw
2012-08-09 11:35:16 +05:30
Thibault Delavallée d23930a2b1 [IMP] project_issue in portal: avatar -> image.
bzr revid: tde@openerp.com-20120807120346-yhcsb3nne8eq0egs
2012-08-07 14:03:46 +02:00
Fabien Pinckaers ea52cfae17 [IMP] introducing new file type: html
bzr revid: fp@openerp.com-20120804143556-457q040g6q30x3fu
2012-08-04 16:35:56 +02:00
Fabien Pinckaers b363b1f622 fix
bzr revid: fp@openerp.com-20120804135631-9qqfgcz9513qsyzp
2012-08-04 15:56:31 +02:00
Fabien Pinckaers 4e69bdd6fc [IMP] improved menu tips - 10 firsts clicks
bzr revid: fp@openerp.com-20120804132136-2b18cfkwv0njsglj
2012-08-04 15:21:36 +02:00
Antonin Bourguignon 5d53bf5982 [IMP] properly name each portal record rule
bzr revid: abo@openerp.com-20120727155039-i1scp2ajd1g08xmn
2012-07-27 17:50:39 +02:00
Antonin Bourguignon 16b3bedd6a [FIX] a right problem in portal_project_issue
also fix a css glitch

bzr revid: abo@openerp.com-20120723161538-sd53bczjbb7je1q6
2012-07-23 18:15:38 +02:00
Antonin Bourguignon 0b57f6bae0 [IMP] adapt tags CSS class names (cf. this branc: ~openerp-dev/openerp-web/trunk-m2m_tags_namespacing_imp-abo)
bzr revid: abo@openerp.com-20120712133522-w0og1j6ytduc21if
2012-07-12 15:35:22 +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 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
Antonin Bourguignon d47a272822 [IMP] properly display categories in portal's issues view
since the many2many_tags widget doesn't work in kanban views, this is achieved by a bit Javascript - cf. portal_project_issue.js

bzr revid: abo@openerp.com-20120711164002-y37dn0mjufbgy7lz
2012-07-11 18:40:02 +02:00
Antonin Bourguignon 07b310b364 [WIP] replace previous categ (inherited from crm.case.categ - using m2o relation) by a new one (project.category - using m2m relation and many2many_tags widget for display)
the idea is to give the opportunity to 'tag' a project's tasks and issues instead of classifying them in a single category

- display in the kanban view isn't ready yet
- demo data will have to be updated accordingly
- some code in project_issue/project_issue.py has been commented out: probably dead code, will be reviewed

bzr revid: abo@openerp.com-20120711132130-uwlom1xu8rl4cr3k
2012-07-11 15:21:30 +02:00
Antonin Bourguignon 6e65727395 [FIX] remove useless tooltip attr
bzr revid: abo@openerp.com-20120710164725-370mpfeb4i8linua
2012-07-10 18:47:25 +02:00
Antonin Bourguignon 22d2489912 [WIP] add project category (should become a m2m ?)
bzr revid: abo@openerp.com-20120710085804-pyqxt3v377j0422k
2012-07-10 10:58:04 +02:00
Antonin Bourguignon 501001a918 [WIP] issues view in the portal
bzr revid: abo@openerp.com-20120709155424-2vda15p1s9rca8iz
2012-07-09 17:54:24 +02:00
Antonin Bourguignon 703c00aab0 [IMP] remove some of the default filters in claims and issues
the idea is to rise the chances to have something to display to the portal user when he accesses one of these views
to achieve that, action.act_windows have been redefined with custom contexts in portal_crm and portal_project_issue

bzr revid: abo@openerp.com-20120606152354-th4ileqrwgt2aibl
2012-06-06 17:23:54 +02:00
Antonin Bourguignon 8072858555 [IMP] split and rename the 'portal_issue' bridge module into 'portal_project' and 'portal_project_issue'
this is more consistent with the way we usually name bridge modules

bzr revid: abo@openerp.com-20120605124118-q8a9fvs4bio0zn4n
2012-06-05 14:41:18 +02:00