odoo/odoo.git
12 years ago[MERGE] Merge with trunk upto revision no 1400.
Yogesh (OpenERP) [Tue, 1 Nov 2011 06:07:43 +0000 (11:37 +0530)]
[MERGE] Merge with trunk upto revision no 1400.

bzr revid: ysa@tinyerp.com-20111101060743-3e79d5yg8pgww57h

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 2 Nov 2011 05:05:06 +0000 (05:05 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111031053342-z3epayy8yamdvd59
bzr revid: launchpad_translations_on_behalf_of_openerp-20111102045643-x5bniok5k0bav5f1
bzr revid: launchpad_translations_on_behalf_of_openerp-20111101051007-ckkd2x2dixj2lenq
bzr revid: launchpad_translations_on_behalf_of_openerp-20111102050506-4162o2sku85ys9m3

12 years ago[fix] problem with m2o search popup, should not be multi-selectable
niv-openerp [Mon, 31 Oct 2011 15:49:07 +0000 (16:49 +0100)]
[fix] problem with m2o search popup, should not be multi-selectable

bzr revid: nicolas.vanhoren@openerp.com-20111031154907-uf9way132l54n7lw

12 years ago[imp] modified many2one in readonly mode to be able to click on it to open a popup
niv-openerp [Mon, 31 Oct 2011 11:09:37 +0000 (12:09 +0100)]
[imp] modified many2one in readonly mode to be able to click on it to open a popup

bzr revid: nicolas.vanhoren@openerp.com-20111031110937-den8gj0j5zwfflw3

12 years ago[fix] typo
niv-openerp [Mon, 31 Oct 2011 11:06:20 +0000 (12:06 +0100)]
[fix] typo

bzr revid: nicolas.vanhoren@openerp.com-20111031110620-b00p18d0ebckr4xt

12 years ago[fix] potential problem with m2o
niv-openerp [Mon, 31 Oct 2011 10:54:44 +0000 (11:54 +0100)]
[fix] potential problem with m2o

bzr revid: nicolas.vanhoren@openerp.com-20111031105444-mjdgrhuylh146ryy

12 years ago[imp] allowed to click on an element of a readonly o2m to open it in a popup
niv-openerp [Mon, 31 Oct 2011 10:43:04 +0000 (11:43 +0100)]
[imp] allowed to click on an element of a readonly o2m to open it in a popup

bzr revid: nicolas.vanhoren@openerp.com-20111031104304-b3ur1j34nqe4o674

12 years ago[imp] added non editable implementation for o2m & m2m
niv-openerp [Mon, 31 Oct 2011 10:27:52 +0000 (11:27 +0100)]
[imp] added non editable implementation for o2m & m2m

bzr revid: nicolas.vanhoren@openerp.com-20111031102752-qdsfzzj747h5yp1w

12 years ago[FIX] incorrect rendering of hidden graphs
Xavier Morel [Fri, 28 Oct 2011 12:26:08 +0000 (14:26 +0200)]
[FIX] incorrect rendering of hidden graphs

dhtmlx is apparently entirely unable to render invisible graphs
(hidden via display:none on itself or a parent, visibility: hidden
does not trouble it), it apparently uses the actual size of the graph
container in its rendering and display:none elements have no
dimensions.

A graph in an o2m in a secondary tab gets rendered in display:none
environment yielding a completely broken and unusable graph.

Worked around this by deferring the graph's rendering until
visibility: the actual graph rendering is stored in a function which
is periodically deferred (via setTimeout) until we know the graph view
is visible (meaning its root element isn't invisible
anymore). Ideally, we'd use a library which is not broken instead...

The check periodicity is currently set to 100ms, seems sufficiently
reactive for our purposes.

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

bzr revid: xmo@openerp.com-20111028122608-6hyi7lqpr3jh9rw3

12 years ago[MERGE] merged the branch of Guewen Baconnier (Camptocamp) that improves the hr_times...
Quentin (OpenERP) [Fri, 28 Oct 2011 11:57:17 +0000 (13:57 +0200)]
[MERGE] merged the branch of Guewen Baconnier (Camptocamp) that improves the hr_timesheet_sheet by allowing to make 'sign in' ('sign out') when still present (absent). Thanks for the contribution, c2c

bzr revid: qdp-launchpad@openerp.com-20111028115717-inwoqbaej5i4l549

12 years ago[FIX] hr_timesheet_sheet: attendance state of an employee was sometimes not correctly...
Quentin (OpenERP) [Fri, 28 Oct 2011 10:39:57 +0000 (12:39 +0200)]
[FIX] hr_timesheet_sheet: attendance state of an employee was sometimes not correctly stated on the timesheet.sheet when uid had more than one employee assigned. Removed useless and stupid code that was messing to find on which employee to check the attendance status, as it's given on the sheet. Replaced by a fields.related

bzr revid: qdp-launchpad@openerp.com-20111028103957-nkekeqjuyn44phnv

12 years ago[fix] problem in function field not returning correctly all fields
niv-openerp [Fri, 28 Oct 2011 09:48:16 +0000 (11:48 +0200)]
[fix] problem in function field not returning correctly all fields

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

bzr revid: nicolas.vanhoren@openerp.com-20111028094816-zzgm34hubp5w0s5h

12 years ago[fix] problem in function field not returning correctly all fields
niv-openerp [Fri, 28 Oct 2011 09:45:35 +0000 (11:45 +0200)]
[fix] problem in function field not returning correctly all fields

bzr revid: nicolas.vanhoren@openerp.com-20111028094535-4qgoj3eno3khdn8v

12 years ago[IMP] remove a few object trailing commas
Xavier Morel [Fri, 28 Oct 2011 08:52:12 +0000 (10:52 +0200)]
[IMP] remove a few object trailing commas

bzr revid: xmo@openerp.com-20111028085212-vjpb1oejd8cv24mt

12 years ago[FIX] on a button action, ListView should send the content of the corresponding recor...
Xavier Morel [Fri, 28 Oct 2011 08:50:51 +0000 (10:50 +0200)]
[FIX] on a button action, ListView should send the content of the corresponding record as (evaluation) context

also needs to set active_id, and let's throw active_ids and active_model in for the same price

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

bzr revid: xmo@openerp.com-20111028085051-p49564vmrozkr1fr

12 years ago[MERGE] l10n_br update from Akretion and OpenERP Brasil
Olivier Dony [Thu, 27 Oct 2011 16:28:52 +0000 (18:28 +0200)]
[MERGE] l10n_br update from Akretion and OpenERP Brasil

The new version of this module contains some additional
columns and data that only take their sense when the
additional l10n_br* modules from the Brazilian localization
are installed. This was discussed on the MP with them
and is mutually agreed, with a longer-term goal to
incrementally improve the core to make it more flexible
and be able to integrate these additional l10n_br features
more like configuration options.

bzr revid: odo@openerp.com-20111027162852-xwlndmabecpq6ve9

12 years ago[IMP] Kanban: Added white and gray colors. Color#0 (white) is the default color
Fabien Meghazi [Thu, 27 Oct 2011 16:01:51 +0000 (18:01 +0200)]
[IMP] Kanban: Added white and gray colors. Color#0 (white) is the default color

bzr revid: fme@openerp.com-20111027160151-2yet6p62l1xsb99c

12 years ago[FIX] Kanban: restore dataset index after search
Fabien Meghazi [Thu, 27 Oct 2011 15:41:41 +0000 (17:41 +0200)]
[FIX] Kanban: restore dataset index after search

bzr revid: fme@openerp.com-20111027154141-j58em72ngc8pt1hq

12 years ago[MERGE] latest update from author Nicolas Bessi (Camptocamp) + some usability improve...
Olivier Dony [Thu, 27 Oct 2011 15:10:15 +0000 (17:10 +0200)]
[MERGE] latest update from author Nicolas Bessi (Camptocamp) + some usability improvements

bzr revid: odo@openerp.com-20111027151015-nzj2t2bf8faq5ucx

12 years ago[IMP] report_webkit: improved description and added hint about static lib on Linux
Olivier Dony [Thu, 27 Oct 2011 15:08:09 +0000 (17:08 +0200)]
[IMP] report_webkit: improved description and added hint about static lib on Linux

bzr revid: odo@openerp.com-20111027150809-kynbj1ycwbzbfalg

12 years ago[MERGE] merged Maxime Chambreuil's branch about l10n_ca improvements
Quentin (OpenERP) [Thu, 27 Oct 2011 15:04:39 +0000 (17:04 +0200)]
[MERGE] merged Maxime Chambreuil's branch about l10n_ca improvements

bzr revid: qdp-launchpad@openerp.com-20111027150439-1ez962jj0muf2r9p

12 years ago[IMP] procurement: faster computation by the scheduler. Original idea from Omar ...
Quentin (OpenERP) [Thu, 27 Oct 2011 14:48:15 +0000 (16:48 +0200)]
[IMP] procurement: faster computation by the scheduler. Original idea from Omar (Pexego)

bzr revid: qdp-launchpad@openerp.com-20111027144815-l2m1jmkfpubh8g1q

12 years ago[IMP] report_webkit: usability/views improvements
Olivier Dony [Thu, 27 Oct 2011 14:45:30 +0000 (16:45 +0200)]
[IMP] report_webkit: usability/views improvements

bzr revid: odo@openerp.com-20111027144530-g0moe49ek3q3qf7e

12 years ago[IMP] display wait throbber/blockUI for network operations taking more than ~3s ...
Xavier Morel [Thu, 27 Oct 2011 13:58:28 +0000 (15:58 +0200)]
[IMP] display wait throbber/blockUI for network operations taking more than ~3s (aggregated)

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

bzr revid: xmo@openerp.com-20111027135828-y1q85e8pq2uh3frz

12 years ago[MERGE] report_webkit update by Nicolas Bessi, Camptocamp
Olivier Dony [Thu, 27 Oct 2011 13:01:31 +0000 (15:01 +0200)]
[MERGE] report_webkit update by Nicolas Bessi, Camptocamp

bzr revid: odo@openerp.com-20111027130131-8lte72p485bnl0zm

12 years ago[FIX] unfuck formatting of negative floats
Xavier Morel [Thu, 27 Oct 2011 12:54:48 +0000 (14:54 +0200)]
[FIX] unfuck formatting of negative floats

bzr revid: xmo@openerp.com-20111027125448-3wkk61xpt8uwjgt1

12 years ago[IMP] blockUI defaults configuration
Xavier Morel [Thu, 27 Oct 2011 12:45:03 +0000 (14:45 +0200)]
[IMP] blockUI defaults configuration

* Set throbber image as the default message
* Ensure blockUI is on top of dialogs

bzr revid: xmo@openerp.com-20111027124503-i4u0fmqij3o80sy3

12 years ago[FIX] Add support for @align attribute in form views
Fabien Meghazi [Thu, 27 Oct 2011 12:43:25 +0000 (14:43 +0200)]
[FIX] Add support for @align attribute in form views

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

bzr revid: fme@openerp.com-20111027124325-ckd8kuujbb591nqu

12 years ago[IMP] crm: improved/cleaned up CRM Lead/Opp Analysis
Olivier Dony [Thu, 27 Oct 2011 12:13:15 +0000 (14:13 +0200)]
[IMP] crm: improved/cleaned up CRM Lead/Opp Analysis

bzr revid: odo@openerp.com-20111027121315-xiuin0sbzoyvr8hk

12 years ago[IMP] rename 'this' from 'view' to 'widget' in the FormView template rendering to...
Xavier Morel [Thu, 27 Oct 2011 10:45:17 +0000 (12:45 +0200)]
[IMP] rename 'this' from 'view' to 'widget' in the FormView template rendering to increase coherency amongst templates, courtesy of Valentin Lab

bzr revid: xmo@openerp.com-20111027104517-9u3b8q0e50mboikw

12 years ago[FIX] Kanban: can't edit some records after a search
Fabien Meghazi [Thu, 27 Oct 2011 10:33:01 +0000 (12:33 +0200)]
[FIX] Kanban: can't edit some records after a search

bzr revid: fme@openerp.com-20111027103301-kzyztkq8gbjqqm6x

12 years ago[FIX] states-based row colors failing to apply on o2ms due to overly precise rule
Xavier Morel [Thu, 27 Oct 2011 09:57:07 +0000 (11:57 +0200)]
[FIX] states-based row colors failing to apply on o2ms due to overly precise rule

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

bzr revid: xmo@openerp.com-20111027095707-22brxk7fyg3w4svj

12 years ago[ADD] handle failure to save in ListView#ensure_saved: reject the deferred
Xavier Morel [Thu, 27 Oct 2011 08:36:17 +0000 (10:36 +0200)]
[ADD] handle failure to save in ListView#ensure_saved: reject the deferred

bzr revid: xmo@openerp.com-20111027083617-medipetfasqvfacq

12 years ago[ADD] method forcing the saving of a listview if it's being edited (and not doing...
Xavier Morel [Thu, 27 Oct 2011 08:24:36 +0000 (10:24 +0200)]
[ADD] method forcing the saving of a listview if it's being edited (and not doing anything if it's not)

bzr revid: xmo@openerp.com-20111027082436-46zcjurzxtg5n9zt

12 years ago[IMP] Create Setting->Email root menu item
Antony Lesuisse [Thu, 27 Oct 2011 07:10:00 +0000 (09:10 +0200)]
[IMP] Create Setting->Email root menu item

bzr revid: al@openerp.com-20111027071000-cwfpk7wd7r82sw2c

12 years ago[REM] Useless configure outgoing email server
Antony Lesuisse [Thu, 27 Oct 2011 07:04:20 +0000 (09:04 +0200)]
[REM] Useless configure outgoing email server

bzr revid: al@openerp.com-20111027070420-6vgma0q33l3ij4ja

12 years ago[FIX] grammar and typos in command-line interface, courtesy of Bogdan Stanciu
Xavier Morel [Thu, 27 Oct 2011 06:42:34 +0000 (08:42 +0200)]
[FIX] grammar and typos in command-line interface, courtesy of Bogdan Stanciu

bzr revid: xmo@openerp.com-20111027064234-0cvs5lof1wyogc44

12 years ago[ADD] titles on all viewmanagers, for o2m lists. Un-styled
Xavier Morel [Thu, 27 Oct 2011 06:17:27 +0000 (08:17 +0200)]
[ADD] titles on all viewmanagers, for o2m lists. Un-styled

bzr revid: xmo@openerp.com-20111027061727-0elo0jciwv7lu3mt

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 27 Oct 2011 05:22:19 +0000 (05:22 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111027052151-iq59w01y3570qp2r
bzr revid: launchpad_translations_on_behalf_of_openerp-20111027052219-al2lmoforak20zt4

12 years ago[MERGE] hr employee creation tooltip
Antony Lesuisse [Thu, 27 Oct 2011 01:33:27 +0000 (03:33 +0200)]
[MERGE] hr employee creation tooltip

bzr revid: al@openerp.com-20111027013327-jlpmzdzpj9wbbczc

12 years ago[MERGE] base_setup default user preferences tooltip
Antony Lesuisse [Thu, 27 Oct 2011 01:24:00 +0000 (03:24 +0200)]
[MERGE] base_setup default user preferences tooltip

bzr revid: al@openerp.com-20111027012400-iidhiyr8ckg4p1ax

12 years ago[FIX] project kaban open pending button states
Antony Lesuisse [Thu, 27 Oct 2011 00:13:13 +0000 (02:13 +0200)]
[FIX] project kaban open pending button states

bzr revid: al@openerp.com-20111027001313-ralqmm5c7b807lt2

12 years ago[FIX] pad condition on name of attachement instead of url
Antony Lesuisse [Wed, 26 Oct 2011 22:55:15 +0000 (00:55 +0200)]
[FIX] pad condition on name of attachement instead of url

bzr revid: al@openerp.com-20111026225515-rdfxvgk8vv9j055m

12 years ago[IMP] Simplify chart
Maxime Chambreuil [Wed, 26 Oct 2011 22:24:15 +0000 (18:24 -0400)]
[IMP] Simplify chart

bzr revid: maxime.chambreuil@savoirfairelinux.com-20111026222415-enra31qmf5w1rw6d

12 years ago[ADD] Add pad_project module. (Adds a PAD button in all project kanban views)
Fabien Meghazi [Wed, 26 Oct 2011 21:11:23 +0000 (23:11 +0200)]
[ADD] Add pad_project module. (Adds a PAD button in all project kanban views)

bzr revid: fme@openerp.com-20111026211123-m4tjc4xl35m2pfnu

12 years ago[IMP] Improved pad module
Fabien Meghazi [Wed, 26 Oct 2011 21:06:51 +0000 (23:06 +0200)]
[IMP] Improved pad module

Generate Pad urls server side instead of client side.
Use a template for pad urls.

bzr revid: fme@openerp.com-20111026210651-fnosw5xhc9ncuqfo

12 years ago[FIX] some English fixes for 'openerp-web' file, no code changed.
Bogdan Stanciu [Wed, 26 Oct 2011 17:38:57 +0000 (19:38 +0200)]
[FIX] some English fixes for 'openerp-web' file, no code changed.

bzr revid: bogdanovidiu.stanciu@gmail.com-20111026173857-j4zuouips1ab6a7o

12 years ago[MERGE] Brazilian Chart of Account update, contributed by Renato Lima, Akretion
Olivier Dony [Wed, 26 Oct 2011 17:11:58 +0000 (19:11 +0200)]
[MERGE] Brazilian Chart of Account update, contributed by Renato Lima, Akretion

bzr revid: odo@openerp.com-20111026171158-7zsynufmzk4qj0xz

12 years ago[fix] problem when switching from form view to list view in o2m
niv-openerp [Wed, 26 Oct 2011 15:39:44 +0000 (17:39 +0200)]
[fix] problem when switching from form view to list view in o2m

bzr revid: nicolas.vanhoren@openerp.com-20111026153944-bdk335em06dxxi2p

12 years ago[fix] potential race condition in o2m
niv-openerp [Wed, 26 Oct 2011 15:31:09 +0000 (17:31 +0200)]
[fix] potential race condition in o2m

bzr revid: nicolas.vanhoren@openerp.com-20111026153109-8pcjlo7c5ud6bkko

12 years ago[fix] race condition in m2m
niv-openerp [Wed, 26 Oct 2011 15:23:05 +0000 (17:23 +0200)]
[fix] race condition in m2m

bzr revid: nicolas.vanhoren@openerp.com-20111026152305-t7rg7mn37h91swra

12 years ago[imp] implemented readonly in o2m in form view too
niv-openerp [Wed, 26 Oct 2011 14:42:18 +0000 (16:42 +0200)]
[imp] implemented readonly in o2m in form view too

bzr revid: nicolas.vanhoren@openerp.com-20111026144218-vn44rlkzo7vo0umq

12 years ago[merge] improvements to o2m readonly mode
niv-openerp [Wed, 26 Oct 2011 14:13:00 +0000 (16:13 +0200)]
[merge] improvements to o2m readonly mode

bzr revid: nicolas.vanhoren@openerp.com-20111026141300-ua8jt4vceyo7zl70

12 years ago[imp] implemented readonly in o2m in list view only
niv-openerp [Wed, 26 Oct 2011 14:11:48 +0000 (16:11 +0200)]
[imp] implemented readonly in o2m in list view only

bzr revid: nicolas.vanhoren@openerp.com-20111026141148-kl37triimsivvh9n

12 years ago[IMP] diagram view
Xavier Morel [Wed, 26 Oct 2011 13:56:45 +0000 (15:56 +0200)]
[IMP] diagram view

bzr revid: xmo@openerp.com-20111026135645-vyq2pq7x5l5tiv5l

12 years ago[FIX] diagram should not remember selected nodes across workflows
Xavier Morel [Wed, 26 Oct 2011 13:52:20 +0000 (15:52 +0200)]
[FIX] diagram should not remember selected nodes across workflows

bzr revid: xmo@openerp.com-20111026135220-j4dnns7q1ugnz70k

12 years ago[IMP] project.task kanban view (with al !)
Fabien Meghazi [Wed, 26 Oct 2011 13:51:02 +0000 (15:51 +0200)]
[IMP] project.task kanban view (with al !)

bzr revid: fme@openerp.com-20111026135102-ozm4g0l8l3snoki1

12 years ago[ADD] Creation of new edges via clicketyclick
Xavier Morel [Wed, 26 Oct 2011 13:49:29 +0000 (15:49 +0200)]
[ADD] Creation of new edges via clicketyclick

bzr revid: xmo@openerp.com-20111026134929-ze1jl0efq7o07lr5

12 years ago[IMP] Improved kanban view
Fabien Meghazi [Wed, 26 Oct 2011 13:35:14 +0000 (15:35 +0200)]
[IMP] Improved kanban view

bzr revid: fme@openerp.com-20111026133514-fpqwsanb1ujv81tn

12 years ago[FIX] turns out raphael's event system looks like jquery's but behaves *nothing like...
Xavier Morel [Wed, 26 Oct 2011 13:15:56 +0000 (15:15 +0200)]
[FIX] turns out raphael's event system looks like jquery's but behaves *nothing like it*.

Correctly fix deduplication of event handlers: add events on the nodes collection directly

bzr revid: xmo@openerp.com-20111026131556-v7a0bbkhk633r6i9

12 years ago[IMP] simplify cleanup of the canvas drawing area
Xavier Morel [Wed, 26 Oct 2011 13:00:03 +0000 (15:00 +0200)]
[IMP] simplify cleanup of the canvas drawing area

bzr revid: xmo@openerp.com-20111026130003-chs489cimhxom35c

12 years ago[IMP] node shapes handling
Xavier Morel [Wed, 26 Oct 2011 12:57:42 +0000 (14:57 +0200)]
[IMP] node shapes handling

bzr revid: xmo@openerp.com-20111026125742-7xpcn0jo75xrfuy1

12 years ago[imp] made o2m reload when readonly property is changed
niv-openerp [Wed, 26 Oct 2011 12:55:24 +0000 (14:55 +0200)]
[imp] made o2m reload when readonly property is changed

bzr revid: nicolas.vanhoren@openerp.com-20111026125524-c77rmzd6gq9u9oke

12 years ago[IMP] propagate click events from labels to the corresponding nodes in order to avoid...
Xavier Morel [Wed, 26 Oct 2011 12:49:28 +0000 (14:49 +0200)]
[IMP] propagate click events from labels to the corresponding nodes in order to avoid implementing all handlers twice

bzr revid: xmo@openerp.com-20111026124928-a5yq78p1cejg2uzx

12 years ago[REM] doubleclick workaround for webkit since underlying onclick breakage was worked...
Xavier Morel [Wed, 26 Oct 2011 12:20:59 +0000 (14:20 +0200)]
[REM] doubleclick workaround for webkit since underlying onclick breakage was worked around in revision xmo@openerp.com-20111026120509-wmj3onhkrnps6xee

bzr revid: xmo@openerp.com-20111026122059-w7ak1cvkyfkyrqug

12 years ago[MERGE] upstream fixes
Xavier Morel [Wed, 26 Oct 2011 12:18:56 +0000 (14:18 +0200)]
[MERGE] upstream fixes

bzr revid: xmo@openerp.com-20111026121856-q9cso26sh2mp6b3s

12 years ago[IMP] update Raphael library, because why not
Xavier Morel [Wed, 26 Oct 2011 12:13:31 +0000 (14:13 +0200)]
[IMP] update Raphael library, because why not

bzr revid: xmo@openerp.com-20111026121331-8h4i4hs381r4vgej

12 years ago[FIX] onclick not going through correctly if set.toFront is called in onmousedown...
Xavier Morel [Wed, 26 Oct 2011 12:05:09 +0000 (14:05 +0200)]
[FIX] onclick not going through correctly if set.toFront is called in onmousedown handler, in webkit-based browsers

bzr revid: xmo@openerp.com-20111026120509-wmj3onhkrnps6xee

12 years ago[imp] removed useless logging
niv-openerp [Wed, 26 Oct 2011 10:05:38 +0000 (12:05 +0200)]
[imp] removed useless logging

bzr revid: nicolas.vanhoren@openerp.com-20111026100538-momcgi4s3lxy560l

12 years ago[MERGE] lp:831543 about onchange_operation_type() that contained hardcoded names...
Quentin (OpenERP) [Wed, 26 Oct 2011 09:56:53 +0000 (11:56 +0200)]
[MERGE] lp:831543 about onchange_operation_type() that contained hardcoded names of location in mrp_repair module

bzr revid: qdp-launchpad@openerp.com-20111026095653-nvk5gvtr14eihxwb

12 years ago[MERGE] lp:783670 about level computation of accounts
Quentin (OpenERP) [Wed, 26 Oct 2011 09:00:10 +0000 (11:00 +0200)]
[MERGE] lp:783670 about level computation of accounts

bzr revid: qdp-launchpad@openerp.com-20111026090010-ok929g2rb24qpk44

12 years ago[MERGE] technical no-op merge to restore history
Olivier Dony [Wed, 26 Oct 2011 08:56:31 +0000 (10:56 +0200)]
[MERGE] technical no-op merge to restore history

bzr revid: odo@openerp.com-20111026085631-qyrwgaocx0k531bl

12 years ago[IMP] remove grid and border from diagram view content
Xavier Morel [Wed, 26 Oct 2011 08:30:26 +0000 (10:30 +0200)]
[IMP] remove grid and border from diagram view content

bzr revid: xmo@openerp.com-20111026083026-bh6y3diclf5niui4

12 years ago[IMP] change dracula's renderer to generate 'closed-back' arrows
Xavier Morel [Wed, 26 Oct 2011 08:26:56 +0000 (10:26 +0200)]
[IMP] change dracula's renderer to generate 'closed-back' arrows

Can't fill them, as the arrow is a single path, would require much
deeper change into dracula (namely the ability to have a given edge be
rendered as more than one path, which does not seem supported at the
moment)

bzr revid: xmo@openerp.com-20111026082656-33j8b35j7i4vq2ii

12 years ago[IMP] Add underscore ( '_' ) lib in default rendering context of the qweb instance...
Fabien Meghazi [Wed, 26 Oct 2011 08:25:43 +0000 (10:25 +0200)]
[IMP] Add underscore ( '_' ) lib in default rendering context of the qweb instance used in the webclient

bzr revid: fme@openerp.com-20111026082543-xsnfh298e0wb0ccw

12 years ago[REM] dead code in Python
Xavier Morel [Wed, 26 Oct 2011 08:01:52 +0000 (10:01 +0200)]
[REM] dead code in Python

bzr revid: xmo@openerp.com-20111026080152-triziaq8aqp4noi1

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 26 Oct 2011 05:13:58 +0000 (05:13 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111026051358-u2799tka7vmenmdc

12 years ago[FIX] Security hole and bug fixed
Fabien Pinckaers [Wed, 26 Oct 2011 00:16:18 +0000 (02:16 +0200)]
[FIX] Security hole and bug fixed

bzr revid: fp@tinyerp.com-20111026001618-r253g7ru07dl8u7x

12 years agomerge
Fabien Pinckaers [Wed, 26 Oct 2011 00:05:20 +0000 (02:05 +0200)]
merge

bzr revid: fp@tinyerp.com-20111026000520-8omrjjoh4p6waa7y

12 years ago[IMP] Useability porject mgt
Fabien Pinckaers [Wed, 26 Oct 2011 00:04:29 +0000 (02:04 +0200)]
[IMP] Useability porject mgt

bzr revid: fp@tinyerp.com-20111026000429-sa5nc3x1thcz3qe2

12 years ago[MERGE] Complete refactoring of project_long_term by fp, with following changes
Olivier Dony [Tue, 25 Oct 2011 23:56:22 +0000 (01:56 +0200)]
[MERGE] Complete refactoring of project_long_term by fp, with following changes

        do not use resources but users on phases:
           - to be consistent with project members and task responsible
           - if the user is linked to a resource, it uses the calendar of the resource (holidays for example)
        better YML tests
        Complete rewrite of the scheduling mechanism:
          - Schedule phases:
              - write project.user.allocation based on scheduling
              - schedule resources based on members on the project
              - new constraint: force some users on a phase
          - Schedule tasks:
              - set user if no user on task
              - set start and end date
        some useability improvements

      We still have to work on better Gantt view but I think the scheduling is
      working correctly now.

bzr revid: odo@openerp.com-20111025235622-js6dn30l9d1qwsgv

12 years agomerge
Fabien Pinckaers [Tue, 25 Oct 2011 23:37:20 +0000 (01:37 +0200)]
merge

bzr revid: fp@tinyerp.com-20111025233720-8ykqhdgprgcv73py

12 years ago[FIX] Complete refactoring of project_long_term, with following changes:
Fabien Pinckaers [Tue, 25 Oct 2011 23:31:41 +0000 (01:31 +0200)]
[FIX] Complete refactoring of project_long_term, with following changes:
  do not use resources but users on phases:
     - to be consistent with project members and task responsible
     - if the user is linked to a resource, it uses the calendar of the resource (holidays for example)
  better YML tests
  Complete rewrite of the scheduling mechanism:
    - Schedule phases:
        - write project.user.allocation based on scheduling
        - schedule resources based on members on the project
        - new constraint: force some users on a phase
    - Schedule tasks:
        - set user if no user on task
        - set start and end date
  some useability improvements

We still have to work on better Gantt view but I think the scheduling is
working correctly now.

bzr revid: fp@tinyerp.com-20111025233141-cgctwe8spxhko2gn

12 years ago[FIX] Fixed partner kanban view (Missing <field/> tags)
Fabien Meghazi [Tue, 25 Oct 2011 20:48:47 +0000 (22:48 +0200)]
[FIX] Fixed partner kanban view (Missing <field/> tags)

[ADD] Added partners image for kanban view

bzr revid: fme@openerp.com-20111025204847-qjalrra46mgxmvvn

12 years ago[FIX] Fixed project.issue kanban view
Fabien Meghazi [Tue, 25 Oct 2011 19:26:39 +0000 (21:26 +0200)]
[FIX] Fixed project.issue kanban view

Also fixed some indenting

bzr revid: fme@openerp.com-20111025192639-062sauerwzqhik67

12 years ago[FIX] Password fields values are not hidden
Fabien Meghazi [Tue, 25 Oct 2011 18:50:30 +0000 (20:50 +0200)]
[FIX] Password fields values are not hidden

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

bzr revid: fme@openerp.com-20111025185030-vw69honpjoaekh2v

12 years ago[IMP] Improved project.task kanban view
Fabien Meghazi [Tue, 25 Oct 2011 16:58:10 +0000 (18:58 +0200)]
[IMP] Improved project.task kanban view

[ADD] Added static folder structure for the pad image

[FIX] Added relation for field user_email. Using user_id for gravatar won't work.

bzr revid: fme@openerp.com-20111025165810-eu5718pd0p2dagib

12 years ago[IMP] Kanban: add underscore to rendering context of kanban boxes
Fabien Meghazi [Tue, 25 Oct 2011 16:51:28 +0000 (18:51 +0200)]
[IMP] Kanban: add underscore to rendering context of kanban boxes

bzr revid: fme@openerp.com-20111025165128-ud1b2lsoe3uhlsjm

12 years ago[MERGE] lp:876481
Quentin (OpenERP) [Tue, 25 Oct 2011 16:37:11 +0000 (18:37 +0200)]
[MERGE] lp:876481

bzr revid: qdp-launchpad@openerp.com-20111025163711-a24d5znm24c0ujun

12 years ago[FIX] json_node_to_xml: whitespaces wrongly inserted around text nodes causing bugs...
Fabien Meghazi [Tue, 25 Oct 2011 16:35:31 +0000 (18:35 +0200)]
[FIX] json_node_to_xml: whitespaces wrongly inserted around text nodes causing bugs in kanban views.

bzr revid: fme@openerp.com-20111025163531-nxr8gb4j2f7wne2a

12 years ago[imp] made m2m support readonly
niv-openerp [Tue, 25 Oct 2011 16:20:31 +0000 (18:20 +0200)]
[imp] made m2m support readonly

bzr revid: nicolas.vanhoren@openerp.com-20111025162031-wsjaebu713nht3i1

12 years ago[IMP] account: find() method of account.fiscalyear will now filter correctly on compa...
Quentin (OpenERP) [Tue, 25 Oct 2011 16:20:01 +0000 (18:20 +0200)]
[IMP] account: find() method of account.fiscalyear will now filter correctly on company_id if needed

bzr revid: qdp-launchpad@openerp.com-20111025162001-6um2vm5f277bf0n2

12 years ago[MERGE] merged dev branch with small small small change in payslip data in order...
Quentin (OpenERP) [Tue, 25 Oct 2011 15:57:35 +0000 (17:57 +0200)]
[MERGE] merged dev branch with small small small change in payslip data in order to have the report 'payslip details' displaying the categories in a suitable order. we should probably improve that later by adding a new field 'sequence' on this object.

bzr revid: qdp-launchpad@openerp.com-20111025155735-r5spuocw8039fvrg

12 years ago[MERGE] lp:878149
Quentin (OpenERP) [Tue, 25 Oct 2011 15:44:45 +0000 (17:44 +0200)]
[MERGE] lp:878149

bzr revid: qdp-launchpad@openerp.com-20111025154445-kvn3k3jbj1zzbhw8

12 years ago[MERGE] lp:877136
Quentin (OpenERP) [Tue, 25 Oct 2011 15:41:58 +0000 (17:41 +0200)]
[MERGE] lp:877136

bzr revid: qdp-launchpad@openerp.com-20111025154158-rbnf5e142ow3wodt

12 years ago[MERGE] lp:878125
Quentin (OpenERP) [Tue, 25 Oct 2011 15:36:43 +0000 (17:36 +0200)]
[MERGE] lp:878125

bzr revid: qdp-launchpad@openerp.com-20111025153643-1e06754gk64phl93

12 years ago[FIX] lp:878756 Inheritancy problem in view based on the changed label 'not invoices...
Quentin (OpenERP) [Tue, 25 Oct 2011 15:21:55 +0000 (17:21 +0200)]
[FIX] lp:878756  Inheritancy problem in view based on the changed label 'not invoices' => 'not invoiced' introduced in revision 5397

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

bzr revid: qdp-launchpad@openerp.com-20111025152155-kw420cspz7upw5zv

12 years ago[MERGE] lp880793
Quentin (OpenERP) [Tue, 25 Oct 2011 15:09:06 +0000 (17:09 +0200)]
[MERGE] lp880793

bzr revid: qdp-launchpad@openerp.com-20111025150906-0ujasdwhl8esg62k

12 years ago[MERGE] merged the dev branch with unrealized gain/loss on foreign currency
Quentin (OpenERP) [Tue, 25 Oct 2011 14:55:00 +0000 (16:55 +0200)]
[MERGE] merged the dev branch with unrealized gain/loss on foreign currency

bzr revid: qdp-launchpad@openerp.com-20111025145500-r99v3ips3dn9fbrp

12 years ago[ADD] title to all viewmanager variants
Xavier Morel [Tue, 25 Oct 2011 14:37:38 +0000 (16:37 +0200)]
[ADD] title to all viewmanager variants

Uses the string of the current view arch by default, overridden with action name by ViewManagerAction.

Mostly of use for/with o2m and m2m fields

bzr revid: xmo@openerp.com-20111025143738-yugscol5kabg8whv