Commit Graph

4 Commits

Author SHA1 Message Date
Antonin Bourguignon 7b86d3a89f [IMP] layout: separate .oe_link from the rest of the text, making them easier to spot
to do so, .eo_link elements are now preceded with a long dash (em dash)
to apply this layout to other elements than .eo_link, wrap it in a span and give it the class .oe_separate-from-text

bzr revid: abo@openerp.com-20120801175443-vyo9t1gzyakr250t
2012-08-01 19:54:43 +02:00
Antonin Bourguignon 8f1eb6a22c [IMP] set a normal font-weight for labels in config wizards
this CSS rule will only apply inside elements with the class "oe_form_configuration" (<elmt class="oe_form_configuration">)

bzr revid: abo@openerp.com-20120731163056-ctxf9z70joanxqez
2012-07-31 18:30:56 +02:00
Raphael Collet 3a048c7414 [IMP] base_setup: in partner kanban view, use name_get to display partner categories
bzr revid: rco@openerp.com-20120724143815-s0zi90n8m8ptnm0v
2012-07-24 16:38:15 +02:00
Raphael Collet 127d09181a [FIX] add partner categories in partner kanban view
It must be done outside module 'base' because some javascript is needed,
and that introduces some dependency on module 'web_kanban'.

bzr revid: rco@openerp.com-20120720132238-7044u13lbxau9x4i
2012-07-20 15:22:38 +02:00