odoo/odoo.git
12 years ago[ADD] Collection#pred as well, while we're at it
Xavier Morel [Tue, 10 Jul 2012 13:12:05 +0000 (15:12 +0200)]
[ADD] Collection#pred as well, while we're at it

bzr revid: xmo@openerp.com-20120710131205-voi1nc5rkvewjr2f

12 years ago[ADD] successor method to list collections, to safely get the "next" record in a...
Xavier Morel [Tue, 10 Jul 2012 12:37:18 +0000 (14:37 +0200)]
[ADD] successor method to list collections, to safely get the "next" record in a nested (groupby) context

bzr revid: xmo@openerp.com-20120710123718-kiot6zzji07a4iao

12 years ago[FIX] handling of resize event during edition so form fields don't get all fubar
Xavier Morel [Tue, 10 Jul 2012 10:35:57 +0000 (12:35 +0200)]
[FIX] handling of resize event during edition so form fields don't get all fubar

bzr revid: xmo@openerp.com-20120710103557-584hsyats0fdzpo1

12 years ago[FIX] conflicts between save-on-blur and action buttons in o2m
Xavier Morel [Tue, 10 Jul 2012 07:39:28 +0000 (09:39 +0200)]
[FIX] conflicts between save-on-blur and action buttons in o2m

bzr revid: xmo@openerp.com-20120710073928-riswpz7f9mddqjgf

12 years ago[FIX] o2m validation workflow for lists, to match new edition methods
Xavier Morel [Mon, 9 Jul 2012 11:04:26 +0000 (13:04 +0200)]
[FIX] o2m validation workflow for lists, to match new edition methods

bzr revid: xmo@openerp.com-20120709110426-w6v512ff5dskmr3x

12 years ago[FIX] ensures the o2m is correctly saved before activating action buttons, even when...
Xavier Morel [Mon, 9 Jul 2012 11:01:12 +0000 (13:01 +0200)]
[FIX] ensures the o2m is correctly saved before activating action buttons, even when a row is being edited

bzr revid: xmo@openerp.com-20120709110112-dgpm1jhb9o2lmweg

12 years ago[FIX] double-include of ids in the dataset, and double-save in some cases ...
Xavier Morel [Mon, 9 Jul 2012 09:24:01 +0000 (11:24 +0200)]
[FIX] double-include of ids in the dataset, and double-save in some cases                                                                                                       ~/projects/tiny/web/current

on [change] of a listview record, if there was no id on the record
(id=false) we need to add one. But depending how the creation/addition
of the record was done, the id may already have been inserted e.g. by
the formview.

So first check if the record's id is already in the dataset, and add
it if it's not.

bzr revid: xmo@openerp.com-20120709092401-p1in6bvs5e2ptp5p

12 years ago[ADD] 'false' id to newly created records, otherwise format_cell's button rendering...
Xavier Morel [Mon, 9 Jul 2012 08:46:52 +0000 (10:46 +0200)]
[ADD] 'false' id to newly created records, otherwise format_cell's button rendering blows up

also fix various bits of code looking for an absence of @data-id, so that they look for a false @data-id to match the row of the new record instead

bzr revid: xmo@openerp.com-20120709084652-rt1ffu2ea20scw53

12 years ago[FIX] Editor is not restartable, so don't restart it.
Xavier Morel [Mon, 9 Jul 2012 08:06:04 +0000 (10:06 +0200)]
[FIX] Editor is not restartable, so don't restart it.

Instead, create a new one at each on_loaded.

Editor is not restartable because the formview wedges itself if its on_loaded is called more than once

bzr revid: xmo@openerp.com-20120709080604-er1l6bn5eespue59

12 years ago[FIX] Create new records as a bunch of empty (false) fields, otherwise Bad Things...
Xavier Morel [Thu, 5 Jul 2012 14:37:21 +0000 (16:37 +0200)]
[FIX] Create new records as a bunch of empty (false) fields, otherwise Bad Things Happen                                                                                        ~/projects/tiny/web/current

namely, if the list view fields have e.g. attributes associated, the
computation of the domains blow up

also, always create an editor in the listview (if the editable
listview module has been installed), avoids blowing up 'safety' calls
to #ensureSaved. An alternative would be to fix #ensureSaved not to
blow up if there's no editor, but that means third parties which
*know* there may be an editor in the list view can't easily hook up to
it.

Things will have to change anyway as currently toggling a list view
from not-editable to editable after on_loaded has been called will not
work correctly (it won't start the editor), which is shitty.

bzr revid: xmo@openerp.com-20120705143721-4fiz64k7fka4052k

12 years ago[ADD] events tests
Xavier Morel [Thu, 5 Jul 2012 12:43:42 +0000 (14:43 +0200)]
[ADD] events tests

bzr revid: xmo@openerp.com-20120705124342-vm0pavyzqfuwa3k5

12 years ago[TESTS] add some
Xavier Morel [Thu, 5 Jul 2012 07:08:54 +0000 (09:08 +0200)]
[TESTS] add some

bzr revid: xmo@openerp.com-20120705070854-tsyl27v3hdh7sbds

12 years ago[TEST] saving of editor with required non-filled field, and cancelling of edition
Xavier Morel [Wed, 4 Jul 2012 15:23:29 +0000 (17:23 +0200)]
[TEST] saving of editor with required non-filled field, and cancelling of edition

bzr revid: xmo@openerp.com-20120704152329-81ktb8umm9xbr5wt

12 years ago[FIX] strangely implemented searchview test breaking some subsequent tests randomly
Xavier Morel [Wed, 4 Jul 2012 14:02:40 +0000 (16:02 +0200)]
[FIX] strangely implemented searchview test breaking some subsequent tests randomly

bzr revid: xmo@openerp.com-20120704140240-6yehb6c6ffxi7d12

12 years ago[FUCK] that shit
Xavier Morel [Wed, 4 Jul 2012 13:35:21 +0000 (15:35 +0200)]
[FUCK] that shit

bzr revid: xmo@openerp.com-20120704133521-7x05840jzek1d8e7

12 years ago[TEST] saving of record being edited, improve RPC mocking to allow dispatch on ORM...
Xavier Morel [Wed, 4 Jul 2012 13:28:22 +0000 (15:28 +0200)]
[TEST] saving of record being edited, improve RPC mocking to allow dispatch on ORM method name

bzr revid: xmo@openerp.com-20120704132822-3p4h1c6cyr0qvn2x

12 years ago[FIX] broken keyup handling for return key, incorrect name ($.ui.keyCode uses enter)
Xavier Morel [Wed, 4 Jul 2012 12:19:57 +0000 (14:19 +0200)]
[FIX] broken keyup handling for return key, incorrect name ($.ui.keyCode uses enter)

bzr revid: xmo@openerp.com-20120704121957-hcwk5ove76kpo7y0

12 years ago[IMP] extract some testing primitives to a dedicated module, migrate search view...
Xavier Morel [Wed, 4 Jul 2012 11:24:06 +0000 (13:24 +0200)]
[IMP] extract some testing primitives to a dedicated module, migrate search view tests to those

bzr revid: xmo@openerp.com-20120704112406-1lqwahtdo7fnla8o

12 years ago[TEST] start adding some testing to new editable listview, validate structure of...
Xavier Morel [Wed, 4 Jul 2012 09:56:26 +0000 (11:56 +0200)]
[TEST] start adding some testing to new editable listview, validate structure of editionView in Editor

bzr revid: xmo@openerp.com-20120704095626-j7wtbgdmoti0kjie

12 years ago[REF] remove deprecated & unused methods; extract some other methods
Xavier Morel [Tue, 3 Jul 2012 15:53:05 +0000 (17:53 +0200)]
[REF] remove deprecated & unused methods; extract some other methods

bzr revid: xmo@openerp.com-20120703155305-4bigm8htt3xutkyt

12 years ago[FIX] ensure current edition is saved before performing action
Xavier Morel [Tue, 3 Jul 2012 14:31:26 +0000 (16:31 +0200)]
[FIX] ensure current edition is saved before performing action

bzr revid: xmo@openerp.com-20120703143126-6ludobg5o75t14ic

12 years ago[FIX] forgot to instantiate deferred
Xavier Morel [Tue, 3 Jul 2012 14:30:35 +0000 (16:30 +0200)]
[FIX] forgot to instantiate deferred

bzr revid: xmo@openerp.com-20120703143035-zi336bg5lheocjpa

12 years ago[FIX] replace references to parent in editor with delegate, write some basic APIDoc
Xavier Morel [Tue, 3 Jul 2012 13:32:10 +0000 (15:32 +0200)]
[FIX] replace references to parent in editor with delegate, write some basic APIDoc

bzr revid: xmo@openerp.com-20120703133210-kgrj7y10cr3c8hai

12 years ago[IMP] hiding of readonly form fields in edition row: don't directly access DOM visibi...
Xavier Morel [Tue, 3 Jul 2012 11:07:00 +0000 (13:07 +0200)]
[IMP] hiding of readonly form fields in edition row: don't directly access DOM visibility properties

bzr revid: xmo@openerp.com-20120703110700-k0dqtthwo1g36pod

12 years ago[ADD] save button instead of selector during edition
Xavier Morel [Tue, 3 Jul 2012 10:27:50 +0000 (12:27 +0200)]
[ADD] save button instead of selector during edition

bzr revid: xmo@openerp.com-20120703102750-1vmoljtbrnnl3lzo

12 years ago[IMP] reload record after cancelling an edition
Xavier Morel [Tue, 3 Jul 2012 10:27:31 +0000 (12:27 +0200)]
[IMP] reload record after cancelling an edition

bzr revid: xmo@openerp.com-20120703102731-mh1gqbglenr4boem

12 years ago[IMP] attempt to tighten concurrent operations during save phase of an edited row
Xavier Morel [Tue, 3 Jul 2012 09:32:00 +0000 (11:32 +0200)]
[IMP] attempt to tighten concurrent operations during save phase of an edited row

bzr revid: xmo@openerp.com-20120703093200-hxsr9pnwoszbgwgl

12 years ago[FIX] removal of id-less records from list view
Xavier Morel [Tue, 3 Jul 2012 09:12:57 +0000 (11:12 +0200)]
[FIX] removal of id-less records from list view

bzr revid: xmo@openerp.com-20120703091257-3dw0qs9aw125hrc7

12 years ago[FIX] move 'behavior on save' to handler for [Return] key as it's the only situation...
Xavier Morel [Tue, 3 Jul 2012 09:10:58 +0000 (11:10 +0200)]
[FIX] move 'behavior on save' to handler for [Return] key as it's the only situation where we want to skip to next record

bzr revid: xmo@openerp.com-20120703091058-b7wdebu8ak6gssyb

12 years ago[IMP] move onwrite handling to ListView (from List)
Xavier Morel [Mon, 2 Jul 2012 13:58:24 +0000 (15:58 +0200)]
[IMP] move onwrite handling to ListView (from List)

untested

bzr revid: xmo@openerp.com-20120702135824-ngcx34qfuu3t2kab

12 years ago[FIX] methods capitalization
Xavier Morel [Mon, 2 Jul 2012 13:34:51 +0000 (15:34 +0200)]
[FIX] methods capitalization

bzr revid: xmo@openerp.com-20120702133451-e5b7uozm0p36jbpr

12 years ago[FIX] next on create/save
Xavier Morel [Mon, 2 Jul 2012 13:22:17 +0000 (15:22 +0200)]
[FIX] next on create/save

* Move prev/next behavior after save to ListView
* Have fetching of row for a record be a method chain on Group/List
* Have edition behavior be fully specified in ListView

bzr revid: xmo@openerp.com-20120702132217-ni1byjkf7t6tr5a4

12 years ago[FIX] handling of setting/resetting ids on records in list collections
Xavier Morel [Mon, 2 Jul 2012 12:29:02 +0000 (14:29 +0200)]
[FIX] handling of setting/resetting ids on records in list collections

bzr revid: xmo@openerp.com-20120702122902-f349shdjslbbxd3k

12 years ago[FIX] change event handling for 'new' records (records w/o an id yet)
Xavier Morel [Mon, 2 Jul 2012 11:10:26 +0000 (13:10 +0200)]
[FIX] change event handling for 'new' records (records w/o an id yet)

bzr revid: xmo@openerp.com-20120702111026-twmh5gbg4i1fd4kj

12 years ago[FIX] shallow-copy info passed into Editor#edit to avoid mutating an object owned...
Xavier Morel [Mon, 2 Jul 2012 11:07:33 +0000 (13:07 +0200)]
[FIX] shallow-copy info passed into Editor#edit to avoid mutating an object owned by somebody else

bzr revid: xmo@openerp.com-20120702110733-0qp0ki3hbw5b2nd3

12 years ago[FIX] better filtering of id-less rows being selected in a ListView.List body
Xavier Morel [Mon, 2 Jul 2012 11:06:58 +0000 (13:06 +0200)]
[FIX] better filtering of id-less rows being selected in a ListView.List body

bzr revid: xmo@openerp.com-20120702110658-7t8pu12uso55enrh

12 years ago[TODO] add todo note
Xavier Morel [Mon, 2 Jul 2012 11:06:07 +0000 (13:06 +0200)]
[TODO] add todo note

bzr revid: xmo@openerp.com-20120702110607-csi1oa4hm6lxtwat

12 years ago[FIX] only select rows if select_view_id *is set* and matches the record's id
Xavier Morel [Mon, 2 Jul 2012 11:05:30 +0000 (13:05 +0200)]
[FIX] only select rows if select_view_id *is set* and matches the record's id

bzr revid: xmo@openerp.com-20120702110530-54t24gh0lo1cctsv

12 years ago[FIX] broken implementation of collection#find
Xavier Morel [Mon, 2 Jul 2012 11:05:04 +0000 (13:05 +0200)]
[FIX] broken implementation of collection#find

bzr revid: xmo@openerp.com-20120702110504-9fga0xwo0e5bzq1c

12 years ago[IMP] don't handle keypresses at the editor level, do that in the view instead
Xavier Morel [Mon, 2 Jul 2012 09:31:13 +0000 (11:31 +0200)]
[IMP] don't handle keypresses at the editor level, do that in the view instead

maybe the editor could do it and trigger an event of its own for the view to handle?

bzr revid: xmo@openerp.com-20120702093113-berlms96fqzfjlyg

12 years ago[FIX] make edition of existing records kinda-sorta work (if the record is 'saved...
Xavier Morel [Thu, 28 Jun 2012 14:14:03 +0000 (16:14 +0200)]
[FIX] make edition of existing records kinda-sorta work (if the record is 'saved' by clicking on an other one)

bzr revid: xmo@openerp.com-20120628141403-z8kdg24xy5thmg50

12 years ago[IMP] automatically focus first field of edited row
Xavier Morel [Thu, 28 Jun 2012 08:45:47 +0000 (10:45 +0200)]
[IMP] automatically focus first field of edited row

bzr revid: xmo@openerp.com-20120628084547-6fo7fkiy2gh2wb6m

12 years ago[BREAK] editable list view
Xavier Morel [Wed, 27 Jun 2012 14:32:28 +0000 (16:32 +0200)]
[BREAK] editable list view

* Introduce overlay form on row edition
* Broken save
* Broken cancel
* (probably) broken o2m
* Broken create

bzr revid: xmo@openerp.com-20120627143228-qku9ku3zo6k59r0f

12 years ago[FIX] oe_form_field on m2m form field
Xavier Morel [Wed, 27 Jun 2012 13:27:01 +0000 (15:27 +0200)]
[FIX] oe_form_field on m2m form field

bzr revid: xmo@openerp.com-20120627132701-5k9ovbu9q57uwc35

12 years ago[ADD] flag to prevent FormView#do_show from playing into a dataset on its own
Xavier Morel [Wed, 27 Jun 2012 10:02:06 +0000 (12:02 +0200)]
[ADD] flag to prevent FormView#do_show from playing into a dataset on its own

bzr revid: xmo@openerp.com-20120627100206-8492a3ozn7fudu90

12 years ago[FIX] form warnings
Xavier Morel [Wed, 27 Jun 2012 10:01:51 +0000 (12:01 +0200)]
[FIX] form warnings

bzr revid: xmo@openerp.com-20120627100151-t712ibqydt0vv7cf

12 years ago[FIX] merge mistake breaking button widgets of form view
Xavier Morel [Tue, 26 Jun 2012 08:24:13 +0000 (10:24 +0200)]
[FIX] merge mistake breaking button widgets of form view

bzr revid: xmo@openerp.com-20120626082413-3tnrq8nm3koactn1

12 years ago[MERGE] trunk-application_setting_cleanup-atp (fix for cancel button on config wizards)
Raphael Collet [Tue, 26 Jun 2012 07:52:08 +0000 (09:52 +0200)]
[MERGE] trunk-application_setting_cleanup-atp (fix for cancel button on config wizards)

bzr revid: rco@openerp.com-20120626075208-y10gd5kb8qre8hzt

12 years ago[MERGE] trunk-application_setting_cleanup-atp (fix for cancel button)
Raphael Collet [Tue, 26 Jun 2012 07:51:18 +0000 (09:51 +0200)]
[MERGE] trunk-application_setting_cleanup-atp (fix for cancel button)

bzr revid: rco@openerp.com-20120626075118-6ryztze32z5jqu6s

12 years ago[IMP] config wizards: add an action on button 'Cancel' to get the expected behavior
Raphael Collet [Tue, 26 Jun 2012 07:49:46 +0000 (09:49 +0200)]
[IMP] config wizards: add an action on button 'Cancel' to get the expected behavior

bzr revid: rco@openerp.com-20120626074946-a1tzebh85ta6v75l

12 years ago[IMP] res.config.settings: add method 'cancel' to reload the view
Raphael Collet [Tue, 26 Jun 2012 07:47:46 +0000 (09:47 +0200)]
[IMP] res.config.settings: add method 'cancel' to reload the view

bzr revid: rco@openerp.com-20120626074746-1x5x47rm01klx2hp

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120626052217-ejijeif40inxummm
bzr revid: launchpad_translations_on_behalf_of_openerp-20120626053624-27gc1r3gtzgs227c

12 years ago[IMP] Improved oe_highlight_on_dirty
Fabien Meghazi [Mon, 25 Jun 2012 20:27:10 +0000 (22:27 +0200)]
[IMP] Improved oe_highlight_on_dirty

bzr revid: fme@openerp.com-20120625202710-97ggelivandevbwj

12 years ago[ADD] Added oe_highlight_on_dirty
Fabien Meghazi [Mon, 25 Jun 2012 19:52:25 +0000 (21:52 +0200)]
[ADD] Added oe_highlight_on_dirty

bzr revid: fme@openerp.com-20120625195225-ehts5hyuscmpxeyy

12 years ago[IMP] show_address in context of partners for multi-line addresses
Fabien Pinckaers [Mon, 25 Jun 2012 18:22:29 +0000 (20:22 +0200)]
[IMP] show_address in context of partners for multi-line addresses

bzr revid: fp@tinyerp.com-20120625182229-otj1409i3qk7zgm0

12 years ago[FIX] Field chars broken since merge 6.1
Fabien Meghazi [Mon, 25 Jun 2012 15:24:45 +0000 (17:24 +0200)]
[FIX] Field chars broken since merge 6.1

bzr revid: fme@openerp.com-20120625152445-qpmoz6hpxqi2nfrz

12 years ago[FIX] Fixed kanban view global click
Fabien Meghazi [Mon, 25 Jun 2012 15:01:50 +0000 (17:01 +0200)]
[FIX] Fixed kanban view global click

bzr revid: fme@openerp.com-20120625150150-pn4hdhccr6rqlvhp

12 years ago[FIX] usage of retarded API
Xavier Morel [Mon, 25 Jun 2012 14:51:03 +0000 (16:51 +0200)]
[FIX] usage of retarded API

bzr revid: xmo@openerp.com-20120625145103-bgbll0d9bcco0ikp

12 years ago[FIX] annoying events API
Xavier Morel [Mon, 25 Jun 2012 14:50:52 +0000 (16:50 +0200)]
[FIX] annoying events API

bzr revid: xmo@openerp.com-20120625145052-ngqmfhsr1g33utql

12 years ago[IMP] use widget events instead of jquery events for form widget focus/blur management
Xavier Morel [Mon, 25 Jun 2012 14:40:13 +0000 (16:40 +0200)]
[IMP] use widget events instead of jquery events for form widget focus/blur management

bzr revid: xmo@openerp.com-20120625144013-0brsx0s4unar6cvg

12 years ago[MERGE] trunk-application_setting_cleanup-atp (clean up config wizards, and adapt...
Raphael Collet [Mon, 25 Jun 2012 14:23:42 +0000 (16:23 +0200)]
[MERGE] trunk-application_setting_cleanup-atp (clean up config wizards, and adapt forms to new style)

bzr revid: rco@openerp.com-20120625142342-59tc4d9ycozzxalg

12 years ago[MERGE] trunk-application_setting_cleanup-atp (let config wizards deinstall modules)
Raphael Collet [Mon, 25 Jun 2012 14:21:53 +0000 (16:21 +0200)]
[MERGE] trunk-application_setting_cleanup-atp (let config wizards deinstall modules)

bzr revid: rco@openerp.com-20120625142153-jzpic4detyauc0z9

12 years ago[IMP] in all config wizards, add class 'oe_highlight_on_dirty' on button 'Apply'
Raphael Collet [Mon, 25 Jun 2012 13:55:04 +0000 (15:55 +0200)]
[IMP] in all config wizards, add class 'oe_highlight_on_dirty' on button 'Apply'

bzr revid: rco@openerp.com-20120625135504-0f03j2j6p7d1pp7l

12 years ago[MERGE] from 6.1
Xavier Morel [Mon, 25 Jun 2012 13:53:35 +0000 (15:53 +0200)]
[MERGE] from 6.1

bzr revid: xmo@openerp.com-20120625135335-t7qv6h23m440dk68

12 years ago[MERGE] 6.1 changes and trunk
Xavier Morel [Mon, 25 Jun 2012 13:52:15 +0000 (15:52 +0200)]
[MERGE] 6.1 changes and trunk

bzr revid: xmo@openerp.com-20120625135215-az1927llmk0vw655

12 years ago[FIX] anonymous: correct restart avec login
Christophe Simonis [Mon, 25 Jun 2012 13:14:16 +0000 (15:14 +0200)]
[FIX] anonymous: correct restart avec login

bzr revid: chs@openerp.com-20120625131416-92xjffeps6hfoa3j

12 years ago[FIX] plugin_outlook: wrong indentation in code
Raphael Collet [Mon, 25 Jun 2012 12:40:37 +0000 (14:40 +0200)]
[FIX] plugin_outlook: wrong indentation in code

bzr revid: rco@openerp.com-20120625124037-18rg0a4rum9vroml

12 years ago[IMP] sale: tabs to spaces
Raphael Collet [Mon, 25 Jun 2012 12:38:29 +0000 (14:38 +0200)]
[IMP] sale: tabs to spaces

bzr revid: rco@openerp.com-20120625123829-f9cavaa2a2k5ie1n

12 years ago[IMP] sale: simplify code
Raphael Collet [Mon, 25 Jun 2012 12:36:59 +0000 (14:36 +0200)]
[IMP] sale: simplify code

bzr revid: rco@openerp.com-20120625123659-5h81x1yjnj0t47lx

12 years ago[IMP] purchase: simplify code
Raphael Collet [Mon, 25 Jun 2012 12:34:21 +0000 (14:34 +0200)]
[IMP] purchase: simplify code

bzr revid: rco@openerp.com-20120625123421-22s9jpni7fhiwjeg

12 years ago[IMP] plugin_thunderbird: renumber steps in wizard
Raphael Collet [Mon, 25 Jun 2012 12:28:39 +0000 (14:28 +0200)]
[IMP] plugin_thunderbird: renumber steps in wizard

bzr revid: rco@openerp.com-20120625122839-ygkxd0icvuy8ujxp

12 years ago[FIX] Hide kanban quick add icon when column is folded
Fabien Meghazi [Mon, 25 Jun 2012 12:23:23 +0000 (14:23 +0200)]
[FIX] Hide kanban quick add icon when column is folded

bzr revid: fme@openerp.com-20120625122323-4h2svdqc3529dnyy

12 years ago[ADD] Added kanban global click to opportunities
Fabien Meghazi [Mon, 25 Jun 2012 12:11:12 +0000 (14:11 +0200)]
[ADD] Added kanban global click to opportunities

bzr revid: fme@openerp.com-20120625121112-qkz31fxlghkqop00

12 years ago[FIX] Localization of calendar view
Fabien Meghazi [Mon, 25 Jun 2012 11:58:39 +0000 (13:58 +0200)]
[FIX] Localization of calendar view

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

bzr revid: fme@openerp.com-20120625115839-vgdsq9g5p4d4x51b

12 years ago[IMP] plugin_outlook, plugin_thunderbird: simplify wizards
Raphael Collet [Mon, 25 Jun 2012 10:32:35 +0000 (12:32 +0200)]
[IMP] plugin_outlook, plugin_thunderbird: simplify wizards

bzr revid: rco@openerp.com-20120625103235-111al037cqvpaitr

12 years ago[REM] Removed base_old.css
Fabien Meghazi [Mon, 25 Jun 2012 09:46:02 +0000 (11:46 +0200)]
[REM] Removed base_old.css

bzr revid: fme@openerp.com-20120625094602-mxc6fbhtskxu2xj5

12 years ago[IMP] hr config settings: simplify code
Raphael Collet [Mon, 25 Jun 2012 09:41:20 +0000 (11:41 +0200)]
[IMP] hr config settings: simplify code

bzr revid: rco@openerp.com-20120625094120-rt7hbkmtlvyhunq1

12 years ago[IMP] fetchmail: in config wizards, deactivate fetchmail servers when boolean option...
Raphael Collet [Mon, 25 Jun 2012 09:19:51 +0000 (11:19 +0200)]
[IMP] fetchmail: in config wizards, deactivate fetchmail servers when boolean option is unchecked

bzr revid: rco@openerp.com-20120625091951-udrlkq2ajamp13ff

12 years ago[IMP] project: simplify code and improve res.company inherited view
Raphael Collet [Mon, 25 Jun 2012 08:43:13 +0000 (10:43 +0200)]
[IMP] project: simplify code and improve res.company inherited view

bzr revid: rco@openerp.com-20120625084313-atvbr3hc8940whtt

12 years ago[IMP] project_issue: improve project config wizard view
Raphael Collet [Mon, 25 Jun 2012 08:24:25 +0000 (10:24 +0200)]
[IMP] project_issue: improve project config wizard view

bzr revid: rco@openerp.com-20120625082425-r48pvvrwkytxejc1

12 years ago[IMP] marketing config wizard: improve form layout
Raphael Collet [Mon, 25 Jun 2012 08:09:10 +0000 (10:09 +0200)]
[IMP] marketing config wizard: improve form layout

bzr revid: rco@openerp.com-20120625080910-5o84j19x851ondwq

12 years ago[IMP] hr, hr_payroll, hr_recruitment, hr_timesheet_sheet: improve config wizard form
Raphael Collet [Mon, 25 Jun 2012 07:56:32 +0000 (09:56 +0200)]
[IMP] hr, hr_payroll, hr_recruitment, hr_timesheet_sheet: improve config wizard form

bzr revid: rco@openerp.com-20120625075632-rycdswuz3widi6wb

12 years ago[IMP] account config settings: use stronger colors for the special sections
Raphael Collet [Mon, 25 Jun 2012 07:23:15 +0000 (09:23 +0200)]
[IMP] account config settings: use stronger colors for the special sections

bzr revid: rco@openerp.com-20120625072315-e6px6os74iisoi06

12 years ago[FIX] action buttons activated in editable o2m lists during or after row edition
Xavier Morel [Mon, 25 Jun 2012 07:20:46 +0000 (09:20 +0200)]
[FIX] action buttons activated in editable o2m lists during or after row edition

bzr revid: xmo@openerp.com-20120625072046-29tg3vnnpkhj8fe9

12 years ago[MERGE] behavioral fixes and changes to editable list o2ms
Xavier Morel [Mon, 25 Jun 2012 07:09:01 +0000 (09:09 +0200)]
[MERGE] behavioral fixes and changes to editable list o2ms

* Correctly propagate current validation status of row being edited
* Automatically save row being edited upon leaving it
* Replace "Save" button (floppy) by "Cancel" (cross)
* Allow easier overriding of Groups and List sub-widgets

bzr revid: xmo@openerp.com-20120625070901-4cs6v24exjk5z2fa

12 years ago[CHG] reintroduce a button at the end of the line, but use the cross as a cancel
Xavier Morel [Mon, 25 Jun 2012 06:58:12 +0000 (08:58 +0200)]
[CHG] reintroduce a button at the end of the line, but use the cross as a cancel

bzr revid: xmo@openerp.com-20120625065812-6n8lxb0zimzvq1ee

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120622051328-pcxd9js5f92wdgmr
bzr revid: launchpad_translations_on_behalf_of_openerp-20120623052419-1961hw7lylxyxmis
bzr revid: launchpad_translations_on_behalf_of_openerp-20120624055418-uwu6rzb83nei1970
bzr revid: launchpad_translations_on_behalf_of_openerp-20120625053327-yvs063aomd7l98tu

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120623050212-tvzx03gj3h8f0ool
bzr revid: launchpad_translations_on_behalf_of_openerp-20120624052822-84nt172gva6prhqk
bzr revid: launchpad_translations_on_behalf_of_openerp-20120625051509-c432dvk4aqn3vjj9

12 years ago[FIX] clean some mess left after branch merge
Antony Lesuisse [Fri, 22 Jun 2012 17:06:39 +0000 (19:06 +0200)]
[FIX] clean some mess left after branch merge
console.log()
comment in the wrong place
typo in a comment
remove useless french translations

bzr revid: abo@openerp.com-20120622170639-2cohro2awcv6qf2t

12 years ago[MERGE] mail: avoid obscure failure when processing batches of emails with attachments
Olivier Dony [Fri, 22 Jun 2012 15:25:36 +0000 (17:25 +0200)]
[MERGE] mail: avoid obscure failure when processing batches of emails with attachments

  This issue was caused by the way browse_records are cached,
  in combination with the deletion of messages just after sending
  them. When processing a second message, the attachment.datas
  function fields gets computed for all messages that are being
  browsed, including the first message that was already deleted,
  causing an exception. The value of the function field had
  already been computed for the first message, but had been
  discarded by the message.refresh() call.
  Hopefully this kind of issue will disappear once we implement
  the new ORM API.

bzr revid: odo@openerp.com-20120622152536-42b2s28lvdv3odyr

12 years ago[FIX] correctly reload an o2m list *after* triggering an action from a row being...
Xavier Morel [Fri, 22 Jun 2012 15:01:17 +0000 (17:01 +0200)]
[FIX] correctly reload an o2m list *after* triggering an action from a row being edited

bzr revid: xmo@openerp.com-20120622150117-w04eibub93ve81mo

12 years ago[IMP] account: in settings form, add background color for exception groups
Raphael Collet [Fri, 22 Jun 2012 14:56:56 +0000 (16:56 +0200)]
[IMP] account: in settings form, add background color for exception groups

bzr revid: rco@openerp.com-20120622145656-h7e78r78yl8u7d97

12 years ago[IMP] minor usability issue with date widgets
niv-openerp [Fri, 22 Jun 2012 14:52:24 +0000 (16:52 +0200)]
[IMP] minor usability issue with date widgets

bzr revid: nicolas.vanhoren@openerp.com-20120622145224-w09eagoziqipwbuy

12 years ago[IMP] account: improve config settings form
Raphael Collet [Fri, 22 Jun 2012 14:39:18 +0000 (16:39 +0200)]
[IMP] account: improve config settings form

bzr revid: rco@openerp.com-20120622143918-wj831n3sdpwa670x

12 years ago[FIX] problem with the discard button in form views
niv-openerp [Fri, 22 Jun 2012 14:38:49 +0000 (16:38 +0200)]
[FIX] problem with the discard button in form views

bzr revid: nicolas.vanhoren@openerp.com-20120622143849-makqspfqkqvp8rkt

12 years ago[FIX] problem that made the partners view crash
niv-openerp [Fri, 22 Jun 2012 14:33:20 +0000 (16:33 +0200)]
[FIX] problem that made the partners view crash

bzr revid: nicolas.vanhoren@openerp.com-20120622143320-5auneze02g29hvzi

12 years ago[IMP] clean UI for ir.model.data form and tree view
Fabien Pinckaers [Fri, 22 Jun 2012 14:12:22 +0000 (16:12 +0200)]
[IMP] clean UI for ir.model.data form and tree view

bzr revid: fp@tinyerp.com-20120622141222-ddizks1sz66nqxgw

12 years ago[FIX] some problem with reports python-side
niv-openerp [Fri, 22 Jun 2012 14:09:51 +0000 (16:09 +0200)]
[FIX] some problem with reports python-side

bzr revid: nicolas.vanhoren@openerp.com-20120622140951-9iw406yvo6rvzfxs

12 years ago[IMP] move ListView.List#reload_record to ListView
Xavier Morel [Fri, 22 Jun 2012 13:50:15 +0000 (15:50 +0200)]
[IMP] move ListView.List#reload_record to ListView

bzr revid: xmo@openerp.com-20120622135015-dsvjblv1rd4oezcp

12 years ago[MERGE] merged the dev branch with the review of all search views
Quentin (OpenERP) [Fri, 22 Jun 2012 13:42:18 +0000 (15:42 +0200)]
[MERGE] merged the dev branch with the review of all search views

bzr revid: qdp-launchpad@openerp.com-20120622134218-3xvna12bloz3zddx