odoo/odoo.git
12 years ago[FIX] Some fields won't be marked as invalid upon save
Fabien Meghazi [Thu, 7 Jun 2012 14:31:04 +0000 (16:31 +0200)]
[FIX] Some fields won't be marked as invalid upon save

bzr revid: fme@openerp.com-20120607143104-uzjpid04jtwvctw8

12 years ago[FIX] problem with m2m and default values
niv-openerp [Thu, 7 Jun 2012 14:19:30 +0000 (16:19 +0200)]
[FIX] problem with m2m and default values

lp bug: https://launchpad.net/bugs/997019 fixed

bzr revid: nicolas.vanhoren@openerp.com-20120607141930-f9q4gg88d0fe9yyq

12 years ago[ADD] Add classname for Form's invisible widgets
Fabien Meghazi [Thu, 7 Jun 2012 14:07:25 +0000 (16:07 +0200)]
[ADD] Add classname for Form's invisible widgets

bzr revid: fme@openerp.com-20120607140725-qrvmvd7bvgdwnxos

12 years ago[FIX] problem with ir.actions.url in some cases
niv-openerp [Thu, 7 Jun 2012 13:54:12 +0000 (15:54 +0200)]
[FIX] problem with ir.actions.url in some cases

lp bug: https://launchpad.net/bugs/1003923 fixed

bzr revid: nicolas.vanhoren@openerp.com-20120607135412-0uzquukg21pbm492

12 years ago[IMP] @kanban_states replaced by @attrs. Kanban views now support @modifiers.
Fabien Meghazi [Thu, 7 Jun 2012 13:12:44 +0000 (15:12 +0200)]
[IMP] @kanban_states replaced by @attrs. Kanban views now support @modifiers.

bzr revid: fme@openerp.com-20120607131244-nc20un5t1wg1jmip

12 years ago[ADD] Add support for @modifiers in kanban views
Fabien Meghazi [Thu, 7 Jun 2012 13:02:31 +0000 (15:02 +0200)]
[ADD] Add support for @modifiers in kanban views

bzr revid: fme@openerp.com-20120607130231-i4lovbubmq9vevwb

12 years ago[fix] problem with warnings during on_changes
niv-openerp [Thu, 7 Jun 2012 12:38:24 +0000 (14:38 +0200)]
[fix] problem with warnings during on_changes

bzr revid: nicolas.vanhoren@openerp.com-20120607123824-f5sww4jmwiqid4bb

12 years ago[fix] problem in analytic accounts, old colors expression not compatible with web...
niv-openerp [Thu, 7 Jun 2012 12:26:28 +0000 (14:26 +0200)]
[fix] problem in analytic accounts, old colors expression not compatible with web client 6.1

bzr revid: nicolas.vanhoren@openerp.com-20120607122628-l9p52qj5fk79rut9

12 years ago[fix] problem with notebooks, does not change current tab when it is switching to...
niv-openerp [Thu, 7 Jun 2012 10:41:23 +0000 (12:41 +0200)]
[fix] problem with notebooks, does not change current tab when it is switching to invisible

bzr revid: nicolas.vanhoren@openerp.com-20120607104123-tm7bgjt91m771die

12 years ago[IMP] formatting of o2m and m2m fields in list views, courtesy of William Beltrán
Xavier Morel [Thu, 7 Jun 2012 10:13:29 +0000 (12:13 +0200)]
[IMP] formatting of o2m and m2m fields in list views, courtesy of William Beltrán

bzr revid: xmo@openerp.com-20120607101329-aq0caswlxamd8z0n

12 years ago[IMP] Sidebar dropdown menu styling
Fabien Meghazi [Thu, 7 Jun 2012 09:29:02 +0000 (11:29 +0200)]
[IMP] Sidebar dropdown menu styling

bzr revid: fme@openerp.com-20120607092902-oqm33eqmtoirnnb6

12 years ago[FIX] Fixed global click
Fabien Meghazi [Thu, 7 Jun 2012 08:54:51 +0000 (10:54 +0200)]
[FIX] Fixed global click

bzr revid: fme@openerp.com-20120607085451-btmj2plke1gt5j49

12 years ago[IMP] Do not highlight action buttons in editable forms
Fabien Meghazi [Thu, 7 Jun 2012 08:34:44 +0000 (10:34 +0200)]
[IMP] Do not highlight action buttons in editable forms

bzr revid: fme@openerp.com-20120607083444-96i7eklva2hj1nee

12 years ago[FIX] Fix css display issue on field's <spans>
Fabien Meghazi [Thu, 7 Jun 2012 08:19:17 +0000 (10:19 +0200)]
[FIX] Fix css display issue on field's <spans>

bzr revid: fme@openerp.com-20120607081917-usplijb44meb1psa

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 7 Jun 2012 04:41:27 +0000 (04:41 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120607044127-1ghjhkfi6701k3ok

12 years ago[FIX] orm: remove unused `module` parameter when creating constraints
Olivier Dony [Wed, 6 Jun 2012 14:19:08 +0000 (16:19 +0200)]
[FIX] orm: remove unused `module` parameter when creating constraints

This argument was not always present in the context
(e.g when _auto_init is invoked for newly created
custom fields via ir.model.field.create()), and was
thus preventing the creation of custom fields.
It was currently unused, and may be reintroduced
soon after the cleanup of model metadata storage.

bzr revid: odo@openerp.com-20120606141908-bdqxsarfb61yfw8m

12 years ago[MERGE] trunk-first_10_clicks-sale-mdi (usability fixes)
Raphael Collet [Wed, 6 Jun 2012 13:56:05 +0000 (15:56 +0200)]
[MERGE] trunk-first_10_clicks-sale-mdi (usability fixes)

bzr revid: rco@openerp.com-20120606135605-w05zcdg3w5gsiw9h

12 years ago[IMP] sale : Opens sales order form when quotation is confirmed.
Divyesh Makwana (Open ERP) [Wed, 6 Jun 2012 10:54:50 +0000 (16:24 +0530)]
[IMP] sale : Opens sales order form when quotation is confirmed.

bzr revid: mdi@tinyerp.com-20120606105450-aw1xjymqt9j4ee7o

12 years ago[IMP] sale: improve English
Raphael Collet [Wed, 6 Jun 2012 10:32:07 +0000 (12:32 +0200)]
[IMP] sale: improve English

bzr revid: rco@openerp.com-20120606103207-9cevalax5cut3pjw

12 years ago[MERGE] from trunk
Raphael Collet [Wed, 6 Jun 2012 10:01:50 +0000 (12:01 +0200)]
[MERGE] from trunk

bzr revid: rco@openerp.com-20120606100150-8s7u6i4wdcxhei5t

12 years ago[ADD] Add oe_kanban_global_click class
Fabien Meghazi [Wed, 6 Jun 2012 08:19:15 +0000 (10:19 +0200)]
[ADD] Add oe_kanban_global_click class

bzr revid: fme@openerp.com-20120606081915-lzqkwga4fke05kjt

12 years ago[fix] Put back disk icon in editable lists
niv-openerp [Wed, 6 Jun 2012 13:20:35 +0000 (15:20 +0200)]
[fix] Put back disk icon in editable lists

bzr revid: nicolas.vanhoren@openerp.com-20120606132035-3zo2ld4q7vycuej6

12 years ago[fix] problem with the view manager
niv-openerp [Wed, 6 Jun 2012 13:10:42 +0000 (15:10 +0200)]
[fix] problem with the view manager

bzr revid: nicolas.vanhoren@openerp.com-20120606131042-6t2y03giv2aoahjm

12 years ago[fix] problem in view manager
niv-openerp [Wed, 6 Jun 2012 12:56:44 +0000 (14:56 +0200)]
[fix] problem in view manager

bzr revid: nicolas.vanhoren@openerp.com-20120606125644-6axkuv87dg24itkl

12 years ago[ADD] Added oe_kanban_global_click to project kanban cards
Fabien Meghazi [Wed, 6 Jun 2012 08:20:08 +0000 (10:20 +0200)]
[ADD] Added oe_kanban_global_click to project kanban cards

bzr revid: fme@openerp.com-20120606082008-kunsmm1rcf59pohj

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 6 Jun 2012 05:04:25 +0000 (05:04 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120606043744-2b4kmnweill1lcx2
bzr revid: launchpad_translations_on_behalf_of_openerp-20120606050425-byhnacqcmy2rg0vy

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 6 Jun 2012 04:36:53 +0000 (04:36 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120606043653-bgc18qhud2ekjvi7

12 years ago[fix] problem with some reports
niv-openerp [Tue, 5 Jun 2012 16:18:27 +0000 (18:18 +0200)]
[fix] problem with some reports

bzr revid: nicolas.vanhoren@openerp.com-20120605161827-a7qgfzagy1t4kqrt

12 years ago[fix] small problem with visibility and reinitialize mixin
niv-openerp [Tue, 5 Jun 2012 16:16:10 +0000 (18:16 +0200)]
[fix] small problem with visibility and reinitialize mixin

bzr revid: nicolas.vanhoren@openerp.com-20120605161610-vaokz5p7pz706lqj

12 years ago[IMP] log exceptions in safe_eval
Christophe Simonis [Tue, 5 Jun 2012 15:26:30 +0000 (17:26 +0200)]
[IMP] log exceptions in safe_eval

bzr revid: chs@openerp.com-20120605152630-d4flr4c3mwl7wnvx

12 years ago[merge] lot of fixes and minor improvements regarding kanban views and relations
niv-openerp [Tue, 5 Jun 2012 15:24:11 +0000 (17:24 +0200)]
[merge] lot of fixes and minor improvements regarding kanban views and relations

bzr revid: nicolas.vanhoren@openerp.com-20120605152411-q5jv4eyr1dviji82

12 years ago[IMP] Improved sale order form view
Fabien Meghazi [Tue, 5 Jun 2012 12:58:54 +0000 (14:58 +0200)]
[IMP] Improved sale order form view

bzr revid: fme@openerp.com-20120605125854-xucf7ikkbqaaq44e

12 years ago[MERGE] trunk
Fabien Meghazi [Tue, 5 Jun 2012 12:54:09 +0000 (14:54 +0200)]
[MERGE] trunk

bzr revid: fme@openerp.com-20120605125409-s0ojagr83h0vk2yt

12 years ago[IMP] FormRenderingEngine: generated labels inherits field's classes
Fabien Meghazi [Tue, 5 Jun 2012 12:53:32 +0000 (14:53 +0200)]
[IMP] FormRenderingEngine: generated labels inherits field's classes

bzr revid: fme@openerp.com-20120605125332-qp6n92jowajmc54y

12 years ago[FIX] Fix broken inherit against Sale Orders form view
Fabien Meghazi [Tue, 5 Jun 2012 12:40:35 +0000 (14:40 +0200)]
[FIX] Fix broken inherit against Sale Orders form view

bzr revid: fme@openerp.com-20120605124035-btg9r28ezy7ug9p2

12 years ago[IMP] Improved sale order form view
Fabien Meghazi [Tue, 5 Jun 2012 11:42:50 +0000 (13:42 +0200)]
[IMP] Improved sale order form view

bzr revid: fme@openerp.com-20120605114250-af29l55ak0vqfwri

12 years ago[IMP] Improved subtotal classes for Sale Orders
Fabien Meghazi [Tue, 5 Jun 2012 11:34:35 +0000 (13:34 +0200)]
[IMP] Improved subtotal classes for Sale Orders

bzr revid: fme@openerp.com-20120605113435-3uniireb1y6h8k36

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 5 Jun 2012 05:07:06 +0000 (05:07 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120605045422-xh0bki4gxwi1udit
bzr revid: launchpad_translations_on_behalf_of_openerp-20120605050706-i5cdrkj77zxk2ada

12 years ago[IMP] css
Fabien Pinckaers [Mon, 4 Jun 2012 21:28:39 +0000 (23:28 +0200)]
[IMP] css

bzr revid: fp@tinyerp.com-20120604212839-lun95emekq42hkju

12 years ago[FIX] layouting of groups when row with too fee cols
Fabien Pinckaers [Mon, 4 Jun 2012 21:00:31 +0000 (23:00 +0200)]
[FIX] layouting of groups when row with too fee cols

bzr revid: fp@tinyerp.com-20120604210031-omhqeaim4g4gogsj

12 years ago[FIX] layouting of groups when row with too fee cols
Fabien Pinckaers [Mon, 4 Jun 2012 20:44:49 +0000 (22:44 +0200)]
[FIX] layouting of groups when row with too fee cols

bzr revid: fp@tinyerp.com-20120604204449-ci68yf3p1837170h

12 years ago[FIX] remove http sessions after 7 days of inactivity
Christophe Simonis [Mon, 4 Jun 2012 15:31:18 +0000 (17:31 +0200)]
[FIX] remove http sessions after 7 days of inactivity

bzr revid: chs@openerp.com-20120604153118-jcs04wy0kocr635a

12 years ago[IMP] Improved field type image's control buttons (makes them overlay)
Fabien Meghazi [Mon, 4 Jun 2012 14:42:11 +0000 (16:42 +0200)]
[IMP] Improved field type image's control buttons (makes them overlay)

bzr revid: fme@openerp.com-20120604144211-hoyz2bekmoc7hods

12 years ago[FCK] When you merge fp's commits, don't forget to use --author 'Fabien Pinckaers'
Fabien Meghazi [Mon, 4 Jun 2012 13:04:15 +0000 (15:04 +0200)]
[FCK] When you merge fp's commits, don't forget to use --author 'Fabien Pinckaers'

bzr revid: fme@openerp.com-20120604130415-a5ka5xy1opot52ff

12 years agoRemoved ability to click to link in m2m_tags
niv-openerp [Mon, 4 Jun 2012 12:45:43 +0000 (14:45 +0200)]
Removed ability to click to link in m2m_tags

bzr revid: nicolas.vanhoren@openerp.com-20120604124543-tc39k033k5ny1k42

12 years agofixed some problems for m2m_kanban
niv-openerp [Mon, 4 Jun 2012 12:36:09 +0000 (14:36 +0200)]
fixed some problems for m2m_kanban

bzr revid: nicolas.vanhoren@openerp.com-20120604123609-yo00px9dvr6mj2cc

12 years ago[merge] placeholders in view
Fabien Pinckaers [Mon, 4 Jun 2012 12:22:55 +0000 (14:22 +0200)]
[merge] placeholders in view

bzr revid: fp@tinyerp.com-20120604122255-nii4f2aoqbdr0dhj

12 years ago[merge] placeholders
Fabien Pinckaers [Mon, 4 Jun 2012 12:20:53 +0000 (14:20 +0200)]
[merge] placeholders

bzr revid: fp@tinyerp.com-20120604122053-n2q2q545tbezcyip

12 years ago[MERGE] Merged trunk-form-fme
Fabien Meghazi [Mon, 4 Jun 2012 12:16:51 +0000 (14:16 +0200)]
[MERGE] Merged trunk-form-fme

bzr revid: fme@openerp.com-20120604121651-k56bbwqg78ekahx1

12 years ago[MERGE]
Amit Patel (OpenERP) [Mon, 4 Jun 2012 12:12:21 +0000 (17:42 +0530)]
[MERGE]

bzr revid: apa@tinyerp.com-20120531112635-xn9x7o4y1j3hj3k4
bzr revid: apa@tinyerp.com-20120604121221-fvsc35dcksknc64n

12 years ago[IMP] replaced all oe_form_topbar with the new <header> style
Fabien Pinckaers [Mon, 4 Jun 2012 12:11:39 +0000 (14:11 +0200)]
[IMP] replaced all oe_form_topbar with the new <header> style

bzr revid: fp@tinyerp.com-20120604121139-zqoqbou9v2fdue5h

12 years ago[MERGE] Merge trunk-form-fme
Fabien Meghazi [Mon, 4 Jun 2012 11:53:22 +0000 (13:53 +0200)]
[MERGE] Merge trunk-form-fme

bzr revid: fme@openerp.com-20120604115322-szoj49tbkxc35n3s

12 years ago[IMP] Hide empty fields in form readonly
Fabien Meghazi [Mon, 4 Jun 2012 11:44:33 +0000 (13:44 +0200)]
[IMP] Hide empty fields in form readonly

bzr revid: fme@openerp.com-20120604114433-4dvm68xvdmln0ck6

12 years ago[MERGE] trunk-fix_project_menu-rco (small fixes in project)
Raphael Collet [Mon, 4 Jun 2012 11:30:12 +0000 (13:30 +0200)]
[MERGE] trunk-fix_project_menu-rco (small fixes in project)

bzr revid: rco@openerp.com-20120604113012-t2godqgj67upjvqu

12 years ago[IMP]:crm:removed widget=selection.
Amit Patel (OpenERP) [Mon, 4 Jun 2012 10:59:45 +0000 (16:29 +0530)]
[IMP]:crm:removed widget=selection.

bzr revid: apa@tinyerp.com-20120604105945-im7ng01topejq8xe

12 years ago[IMP] xml of topbars, removed oe_right, oe_clear
Fabien Pinckaers [Mon, 4 Jun 2012 10:50:56 +0000 (12:50 +0200)]
[IMP] xml of topbars, removed oe_right, oe_clear

bzr revid: fp@tinyerp.com-20120604105056-xvos3jwt3i9wsqrb

12 years agoCustomization of kanban view for m2m
niv-openerp [Mon, 4 Jun 2012 10:37:35 +0000 (12:37 +0200)]
Customization of kanban view for m2m

bzr revid: nicolas.vanhoren@openerp.com-20120604103735-qrxlou2p8kdm2vq8

12 years ago[FIX] project: fix search defaults
Raphael Collet [Mon, 4 Jun 2012 10:14:40 +0000 (12:14 +0200)]
[FIX] project: fix search defaults

bzr revid: rco@openerp.com-20120604101440-c6cgurg4s2i7ld1e

12 years ago[ADD] Add class on oe_form when no <sheet> is present
Fabien Meghazi [Mon, 4 Jun 2012 10:11:45 +0000 (12:11 +0200)]
[ADD] Add class on oe_form when no <sheet> is present

bzr revid: fme@openerp.com-20120604101145-5o9ssysf6lx4o450

12 years ago[FIX] project: remove group_no_one from menu Project/Project/Projects
Raphael Collet [Mon, 4 Jun 2012 10:04:44 +0000 (12:04 +0200)]
[FIX] project: remove group_no_one from menu Project/Project/Projects

bzr revid: rco@openerp.com-20120604100444-s5pmufor3j2vjg41

12 years ago[FIX] Fix date fields widgets
Fabien Meghazi [Mon, 4 Jun 2012 09:32:39 +0000 (11:32 +0200)]
[FIX] Fix date fields widgets

bzr revid: fme@openerp.com-20120604093239-szs3brw3ioyg3dr0

12 years agoAdded customization in kanban view to better fit o2m
niv-openerp [Mon, 4 Jun 2012 09:31:03 +0000 (11:31 +0200)]
Added customization in kanban view to better fit o2m

bzr revid: nicolas.vanhoren@openerp.com-20120604093103-lydwjek920m3zxoe

12 years agomerge trunk
niv-openerp [Mon, 4 Jun 2012 09:15:13 +0000 (11:15 +0200)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20120604085526-mkjq2s8hqwdx4fg0
bzr revid: nicolas.vanhoren@openerp.com-20120604091513-ixvdc1q6f854za8r

12 years ago[fix] problem with remove in kanban view
niv-openerp [Mon, 4 Jun 2012 09:14:31 +0000 (11:14 +0200)]
[fix] problem with remove in kanban view

bzr revid: nicolas.vanhoren@openerp.com-20120604091431-41ohfxb57yl2n3c8

12 years ago[IMP] crm lead/opportunity, set field 'name' as required in model
Fabien Meghazi [Mon, 4 Jun 2012 08:26:46 +0000 (10:26 +0200)]
[IMP] crm lead/opportunity, set field 'name' as required in model

bzr revid: fme@openerp.com-20120604082646-zlbn2o34t56sos0n

12 years ago[Merge] Merge with main addons.
Divyesh Makwana (Open ERP) [Mon, 4 Jun 2012 06:52:22 +0000 (12:22 +0530)]
[Merge] Merge with main addons.

bzr revid: mdi@tinyerp.com-20120604065222-tbhei9jewt64ef0k

12 years ago[MERGE]:merged from trunk.
Amit Patel (OpenERP) [Mon, 4 Jun 2012 05:29:01 +0000 (10:59 +0530)]
[MERGE]:merged from trunk.

bzr revid: apa@tinyerp.com-20120604052901-g3ofxsu8lr7onhc8

12 years ago[IMP] phonecall view
Fabien Pinckaers [Mon, 4 Jun 2012 04:49:06 +0000 (06:49 +0200)]
[IMP] phonecall view

bzr revid: fp@openerp.com-20120604044906-9hvhybk38od4dlei

12 years ago[FIX] inheritancy of opportunity
Fabien Pinckaers [Sun, 3 Jun 2012 21:23:55 +0000 (23:23 +0200)]
[FIX] inheritancy of opportunity

bzr revid: fp@openerp.com-20120603212355-sj9y9k2kz4r7tah0

12 years ago[IMP] CSS for email field
Fabien Pinckaers [Sun, 3 Jun 2012 20:49:45 +0000 (22:49 +0200)]
[IMP] CSS for email field

bzr revid: fp@openerp.com-20120603204945-tc10sapjzt2n33on

12 years ago[IMP] crm inheritancies fix
Fabien Pinckaers [Sun, 3 Jun 2012 20:34:50 +0000 (22:34 +0200)]
[IMP] crm inheritancies fix

bzr revid: fp@openerp.com-20120603203450-8bfanbgot6xf1tp4

12 years ago[IMP] cleaning crm_partner_assign
Fabien Pinckaers [Sun, 3 Jun 2012 15:57:51 +0000 (17:57 +0200)]
[IMP] cleaning crm_partner_assign

bzr revid: fp@openerp.com-20120603155751-a3dvm7si3snsupo1

12 years ago[IMP] better CSS
Fabien Pinckaers [Sun, 3 Jun 2012 15:55:11 +0000 (17:55 +0200)]
[IMP] better CSS

bzr revid: fp@openerp.com-20120603155511-p9v21xi6jwe0foyy

12 years ago[IMP] better CSS
Fabien Pinckaers [Sun, 3 Jun 2012 15:26:04 +0000 (17:26 +0200)]
[IMP] better CSS

bzr revid: fp@openerp.com-20120603152604-13po0uq3j60ebcvf

12 years ago[imp] crm pportunity form new layout
Fabien Pinckaers [Sun, 3 Jun 2012 14:54:39 +0000 (16:54 +0200)]
[imp] crm pportunity form new layout

bzr revid: fp@openerp.com-20120603145439-y1xy146egv9aj2at

12 years ago[IMP] improved CSS for opportunity form view
Fabien Pinckaers [Sun, 3 Jun 2012 11:52:27 +0000 (13:52 +0200)]
[IMP] improved CSS for opportunity form view

bzr revid: fp@openerp.com-20120603115227-zmvzsqu4hlem35pp

12 years ago[imp] crm pportunity form new layout
Fabien Pinckaers [Sun, 3 Jun 2012 11:46:24 +0000 (13:46 +0200)]
[imp] crm pportunity form new layout

bzr revid: fp@openerp.com-20120603114624-z6nmanx7bf1l4gol

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 3 Jun 2012 04:47:16 +0000 (04:47 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120602053534-4xf38jpw24x0ygoy
bzr revid: launchpad_translations_on_behalf_of_openerp-20120603044716-ry3q2wjfq5d1j3cd

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 3 Jun 2012 04:46:57 +0000 (04:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120601053238-c8jrur53uw553g4m
bzr revid: launchpad_translations_on_behalf_of_openerp-20120602053451-dwgtz84uikn0xsir
bzr revid: launchpad_translations_on_behalf_of_openerp-20120603044657-6moyqooyxoggffss

12 years ago[IMP] removed icon
Fabien Pinckaers [Sat, 2 Jun 2012 07:10:58 +0000 (09:10 +0200)]
[IMP] removed icon

bzr revid: fp@tinyerp.com-20120602071058-zxy85ib0dotj9vo2

12 years ago[IMP] hX float
Fabien Pinckaers [Sat, 2 Jun 2012 07:08:49 +0000 (09:08 +0200)]
[IMP] hX float

bzr revid: fp@tinyerp.com-20120602070849-4fo4hq9cl0w898t8

12 years ago[IMP] reduced min height of sheet
Fabien Pinckaers [Sat, 2 Jun 2012 06:58:45 +0000 (08:58 +0200)]
[IMP] reduced min height of sheet

bzr revid: fp@tinyerp.com-20120602065845-e1yo8fyzkngmbj15

12 years ago[IMP] clean design, bugfix on reference fields
Fabien Pinckaers [Fri, 1 Jun 2012 17:10:53 +0000 (19:10 +0200)]
[IMP] clean design, bugfix on reference fields

bzr revid: fp@tinyerp.com-20120601171053-vbpe16k783tpzvz4

12 years ago[IMP] CRM View, new design
Fabien Pinckaers [Fri, 1 Jun 2012 17:09:57 +0000 (19:09 +0200)]
[IMP] CRM View, new design

bzr revid: fp@tinyerp.com-20120601170957-5vyii0axa4brqp0f

12 years ago[IMP] opportunity view
Fabien Pinckaers [Fri, 1 Jun 2012 15:33:23 +0000 (17:33 +0200)]
[IMP] opportunity view

bzr revid: fp@tinyerp.com-20120601153323-awe90u6f94uy79q4

12 years ago[IMP] opportunity CSS
Fabien Pinckaers [Fri, 1 Jun 2012 15:32:11 +0000 (17:32 +0200)]
[IMP] opportunity CSS

bzr revid: fp@tinyerp.com-20120601153211-ctugrclqh2z26qck

12 years ago[MERGE] Merged branch holding update of chatter use in addons. Purpose: make some...
Thibault Delavallée [Fri, 1 Jun 2012 15:31:36 +0000 (17:31 +0200)]
[MERGE] Merged branch holding update of chatter use in addons. Purpose: make some important modules use the OpenChatter feature, clean their views, clean project_mailgate and project_messages, clean res.logs, rename a field in mail.thread (message_ids_social) and propagate the change

For more detailed specifications, please refer to http://pad.openerp.com/internalv61-project-task-3175-8LR736F7 .

bzr revid: tde@openerp.com-20120601153136-4q62p2kidn7ceme9

12 years ago[FIX] procurement: fixed a context not present in a method.
Thibault Delavallée [Fri, 1 Jun 2012 14:59:24 +0000 (16:59 +0200)]
[FIX] procurement: fixed a context not present in a method.

bzr revid: tde@openerp.com-20120601145924-r9rkl58ohv4wdjyu

12 years ago[CLEAN] Final code review and fixing before merging.
Thibault Delavallée [Fri, 1 Jun 2012 14:40:59 +0000 (16:40 +0200)]
[CLEAN] Final code review and fixing before merging.

bzr revid: tde@openerp.com-20120601144059-ut9922dquiip4c4u

12 years ago[MERGE] Merged with main addons.
Thibault Delavallée [Fri, 1 Jun 2012 13:55:32 +0000 (15:55 +0200)]
[MERGE] Merged with main addons.

bzr revid: tde@openerp.com-20120601135532-dz42z4bfnp83kh6s

12 years ago[IMP] mrp_operation: added a class oe_form_bottom for message_ids.
Thibault Delavallée [Fri, 1 Jun 2012 13:26:59 +0000 (15:26 +0200)]
[IMP] mrp_operation: added a class oe_form_bottom for message_ids.

bzr revid: tde@openerp.com-20120601132659-k0i6gs4bqxw9me3n

12 years ago[CLEAN] mail_thread: cleaned code.
Thibault Delavallée [Fri, 1 Jun 2012 13:26:44 +0000 (15:26 +0200)]
[CLEAN] mail_thread: cleaned code.

bzr revid: tde@openerp.com-20120601132644-oisqczkahi0iytnk

12 years ago[IMP] base_synchro: old res.request is now a chatter message on res.users that was...
Thibault Delavallée [Fri, 1 Jun 2012 13:26:26 +0000 (15:26 +0200)]
[IMP] base_synchro: old res.request is now a chatter message on res.users that was the destination of the request.

bzr revid: tde@openerp.com-20120601132626-ywx6tbs65psb4gdr

12 years ago[REM] base_calendar: removed a res.request, currently commented. Shoudl be fixed...
Thibault Delavallée [Fri, 1 Jun 2012 13:25:59 +0000 (15:25 +0200)]
[REM] base_calendar: removed a res.request, currently commented. Shoudl be fixed when refactoring calendar module.

bzr revid: tde@openerp.com-20120601132559-2hh37clxv73atm4n

12 years ago[IMP] procurement/scheduler: scheduler messages based on res.request are now posted...
Thibault Delavallée [Fri, 1 Jun 2012 13:25:17 +0000 (15:25 +0200)]
[IMP] procurement/scheduler: scheduler messages based on res.request are now posted on user wall.

bzr revid: tde@openerp.com-20120601132517-8bkwomz8ds7bzonp

12 years ago[CLEAN] project_mailgate: small code cleaning before merging.
Thibault Delavallée [Fri, 1 Jun 2012 13:22:33 +0000 (15:22 +0200)]
[CLEAN] project_mailgate: small code cleaning before merging.

bzr revid: tde@openerp.com-20120601132233-ly07har2y2i3nk8r

12 years ago[FIX] project procurement: fixed chatter send on ids, now outside a main loop on...
Thibault Delavallée [Fri, 1 Jun 2012 13:22:09 +0000 (15:22 +0200)]
[FIX] project procurement: fixed chatter send on ids, now outside a main loop on ids.

bzr revid: tde@openerp.com-20120601132209-j29pxuzqrfrask6b

12 years ago[CLEAN] purchase: added a context propagation.
Thibault Delavallée [Fri, 1 Jun 2012 13:21:29 +0000 (15:21 +0200)]
[CLEAN] purchase: added a context propagation.

bzr revid: tde@openerp.com-20120601132129-cnmnql29nml9in22

12 years ago[FIX] procurement_pull: fixed chatter on wrong document.
Thibault Delavallée [Fri, 1 Jun 2012 13:21:07 +0000 (15:21 +0200)]
[FIX] procurement_pull: fixed chatter on wrong document.

bzr revid: tde@openerp.com-20120601132107-rw32n3vjeltw2eqt

12 years ago[merge] improved list view: removed some buttons in lists
Fabien Pinckaers [Fri, 1 Jun 2012 12:28:51 +0000 (14:28 +0200)]
[merge] improved list view: removed some buttons in lists

bzr revid: fp@tinyerp.com-20120601122851-tmroldtaokv2d4on