odoo/odoo.git
12 years ago[FIX] persist selected filter when new search criteria are added to the search view
Xavier Morel [Fri, 9 Mar 2012 13:54:38 +0000 (14:54 +0100)]
[FIX] persist selected filter when new search criteria are added to the search view

bzr revid: xmo@openerp.com-20120309135438-kv6jh5ymwnis0s7s

12 years ago[FIX] res.partner.bank: respect company restrictions when assign parent account for...
Olivier Dony [Fri, 9 Mar 2012 10:56:59 +0000 (11:56 +0100)]
[FIX] res.partner.bank: respect company restrictions when assign parent account for new bank GL account

bzr revid: odo@openerp.com-20120309105659-ijcyersotc96uwp8

12 years ago[FIX] ir.attachment: override _search instead of search() to make sure name_search...
Olivier Dony [Fri, 9 Mar 2012 10:04:29 +0000 (11:04 +0100)]
[FIX] ir.attachment: override _search instead of search() to make sure name_search() works

bzr revid: odo@openerp.com-20120309100429-nrfkmlec45z41yj9

12 years ago[FIX] 'create_instance' method: the check for parent_model existence need to be done...
olt@tinyerp.com [Fri, 9 Mar 2012 08:19:29 +0000 (09:19 +0100)]
[FIX] 'create_instance' method: the check for parent_model existence need to be done before accessing that object attributes or methods

bzr revid: olt@tinyerp.com-20120309081929-g4b8d34e93at49wf

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 9 Mar 2012 05:29:17 +0000 (05:29 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120309052845-h3cd2tmjt6j9jvrz
bzr revid: launchpad_translations_on_behalf_of_openerp-20120309052917-cfjnvomj9mod6odf

12 years ago[FIX] res.country: fix name for DRC, confuses Google map and similar services
Olivier Dony [Fri, 9 Mar 2012 02:07:10 +0000 (03:07 +0100)]
[FIX] res.country: fix name for DRC, confuses Google map and similar services

bzr revid: odo@openerp.com-20120309020710-utf0ehkzytcd02ru

12 years ago[FIX] crm_partner_assign: geolocalization was bad for large countries e.g. US or...
Olivier Dony [Fri, 9 Mar 2012 02:04:15 +0000 (03:04 +0100)]
[FIX] crm_partner_assign: geolocalization was bad for large countries e.g. US or Russia

Add one more step considering a slightly larger
range around the lead within the same country,
before considering the whole country at once.
Courtesy of Dhara Shah

bzr revid: odo@openerp.com-20120309020415-f7jg21ud1lu2l61f

12 years ago[FIX] crm_partner_assign: google map is confused by certain country names
Olivier Dony [Fri, 9 Mar 2012 01:58:04 +0000 (02:58 +0100)]
[FIX] crm_partner_assign: google map is confused by certain country names

bzr revid: odo@openerp.com-20120309015804-1se24wx6fx9g0a3o

12 years ago[FIX] marketing_campaign: correct search view, today should not be OR'ed with states
Olivier Dony [Fri, 9 Mar 2012 01:13:12 +0000 (02:13 +0100)]
[FIX] marketing_campaign: correct search view, today should not be OR'ed with states

In 6.1 a group of filters in a search view are
OR'ed together if toggled when they are contained
within the same 'separator' group.

bzr revid: odo@openerp.com-20120309011312-zcn29o4r3uqjxiow

12 years ago[FIX] email_template: care for missing context
Olivier Dony [Fri, 9 Mar 2012 01:11:56 +0000 (02:11 +0100)]
[FIX] email_template: care for missing context

bzr revid: odo@openerp.com-20120309011156-q53pc4h6stlz3kq2

12 years ago[FIX] crm_partner_assign: partial revert of recent commit, care for missing city/zip
Olivier Dony [Fri, 9 Mar 2012 01:10:56 +0000 (02:10 +0100)]
[FIX] crm_partner_assign: partial revert of recent commit, care for missing city/zip

bzr revid: odo@openerp.com-20120309011056-tj3iwk2j9r3anp3z

12 years ago[FIX] crm: typo + duplicate line due to bad merge + bad hardcoded models
Olivier Dony [Thu, 8 Mar 2012 15:58:35 +0000 (16:58 +0100)]
[FIX] crm: typo + duplicate line due to bad merge + bad hardcoded models

bzr revid: odo@openerp.com-20120308155835-j9j5jh89p80i0ma5

12 years ago[FIX] mail*: properly handle b64-encoding for attachments
Olivier Dony [Thu, 8 Mar 2012 15:56:50 +0000 (16:56 +0100)]
[FIX] mail*: properly handle b64-encoding for attachments

When reading the datas property of an attachment,
a base64-encoded stream is expected.
The mail.message.schedule_with_attach() method OTOH
expects a binary file for attachments, so it should
be decoded if extracted from a binary field.

bzr revid: odo@openerp.com-20120308155650-blnwf7x2bkmsfue2

12 years ago[FIX] Missing date.js CultureInfo's am/pm descriptor causes wrong dates to be sent...
Fabien Meghazi [Thu, 8 Mar 2012 10:21:51 +0000 (11:21 +0100)]
[FIX] Missing date.js CultureInfo's am/pm descriptor causes wrong dates to be sent to server without user's knowledge

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

bzr revid: fme@openerp.com-20120308102151-eyr71rzk345f6xji

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 8 Mar 2012 05:24:56 +0000 (05:24 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120308052449-xr1pzp07rtg17k5j
bzr revid: launchpad_translations_on_behalf_of_openerp-20120308052456-0x4knc5exg2mm14n

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 8 Mar 2012 05:24:27 +0000 (05:24 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120307060314-gaha062xllz5foin
bzr revid: launchpad_translations_on_behalf_of_openerp-20120308052427-ucgx2ytaxy4r27u2

12 years ago[MERGE] One more merge from 6.1 branch
Olivier Dony [Wed, 7 Mar 2012 16:40:49 +0000 (17:40 +0100)]
[MERGE] One more merge from 6.1 branch

bzr revid: xmo@openerp.com-20120307153105-nh5wbzwjnn8g880o
bzr revid: odo@openerp.com-20120307164049-ocu8jsyt19sbxsqr

12 years ago[FIX] Add to dashboard domain & context merging problems
Fabien Meghazi [Wed, 7 Mar 2012 16:05:03 +0000 (17:05 +0100)]
[FIX] Add to dashboard domain & context merging problems

bzr revid: fme@openerp.com-20120307160503-w1mha79xiznl4x6h

12 years ago[FIX] Dashboard does not handle two actions with the same action id.
Fabien Meghazi [Wed, 7 Mar 2012 12:49:08 +0000 (13:49 +0100)]
[FIX] Dashboard does not handle two actions with the same action id.

Dashboard should be refactored in trunk in order to be nivified and use a DashBoardAction class

bzr revid: fme@openerp.com-20120307124908-q48a2d8epae73wwx

12 years ago[ADD] permanent loading of saved filters
Xavier Morel [Wed, 7 Mar 2012 12:03:23 +0000 (13:03 +0100)]
[ADD] permanent loading of saved filters

When selecting a saved filter, its data is now saved inside the
searchview's state, and re-used any time there's a search performed
(until the filter is replaced or the search view is cleared).

Some cleanup of the support code for loading filters
(SearchView.get_filters) also had to be performed in order not to fill
contexts with (potentially incorrect) crap in case the filter is
re-saved.

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

bzr revid: xmo@openerp.com-20120307120323-pub0yuwjqk1r3y0p

12 years ago[FIX] Make progress bar (format.js) more tolerant with falsy floats
Fabien Meghazi [Wed, 7 Mar 2012 09:57:00 +0000 (10:57 +0100)]
[FIX] Make progress bar (format.js) more tolerant with falsy floats

bzr revid: fme@openerp.com-20120307095700-i5msqipgij4v36fl

12 years ago[FIX] project_issue_sheet: analytic account should be visible in extended view
Olivier Dony [Wed, 7 Mar 2012 09:56:27 +0000 (10:56 +0100)]
[FIX] project_issue_sheet: analytic account should be visible in extended view

bzr revid: odo@openerp.com-20120307095627-8e2pf7955wg0jsoo

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 7 Mar 2012 06:04:21 +0000 (06:04 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120306052805-zlaw3c4skc81oj8z
bzr revid: launchpad_translations_on_behalf_of_openerp-20120307060413-fvlney19la4wjhqn
bzr revid: launchpad_translations_on_behalf_of_openerp-20120307060421-haf4qy1x6vu5xdrx

12 years ago[FIX] Can't add to dashboard a view that includes a 'group_by'
Fabien Meghazi [Tue, 6 Mar 2012 20:59:55 +0000 (21:59 +0100)]
[FIX] Can't add to dashboard a view that includes a 'group_by'

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

bzr revid: fme@openerp.com-20120306205955-zqgtbgtz1gtix4w9

12 years ago[FIX] tools.email_send: use updated ir.mail_server API
Olivier Dony [Tue, 6 Mar 2012 17:41:10 +0000 (18:41 +0100)]
[FIX] tools.email_send: use updated ir.mail_server API

bzr revid: odo@openerp.com-20120306174110-0a7sa0z9fsn07l2n

12 years ago[FIX] tools.email_send: use correct kwarg
Christophe Simonis [Tue, 6 Mar 2012 17:33:19 +0000 (18:33 +0100)]
[FIX] tools.email_send: use correct kwarg

bzr revid: chs@openerp.com-20120306173319-6tmhco83w0we5hl6

12 years ago[FIX] unusable client in runbot _all dbs (and others) due to mis-handling of dependencies
Xavier Morel [Tue, 6 Mar 2012 14:25:49 +0000 (15:25 +0100)]
[FIX] unusable client in runbot _all dbs (and others) due to mis-handling of dependencies

bzr revid: xmo@openerp.com-20120306142549-y0pvv0g31leu1l4q

12 years ago[FIX] dependencies handling in modules listing of web client
Xavier Morel [Tue, 6 Mar 2012 14:20:10 +0000 (15:20 +0100)]
[FIX] dependencies handling in modules listing of web client

* Correctly fetch dependencies from server
* Switch topological sort to a more formal algorithm (and test it)

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

bzr revid: xmo@openerp.com-20120306142010-zflycbrj4aq41mv3

12 years ago[FIX] Filtering is always titled "Responsible" in calendar view
Fabien Meghazi [Tue, 6 Mar 2012 13:07:27 +0000 (14:07 +0100)]
[FIX] Filtering is always titled "Responsible" in calendar view

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

bzr revid: fme@openerp.com-20120306130727-3r9hjf210x418r0g

12 years ago[DIS] disble/skip all tests which don't currently pass
Xavier Morel [Tue, 6 Mar 2012 08:53:26 +0000 (09:53 +0100)]
[DIS] disble/skip all tests which don't currently pass

bzr revid: xmo@openerp.com-20120306085326-qdhgh2cj8zchasjw

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 6 Mar 2012 05:29:18 +0000 (05:29 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120306052918-hvjamh4ym691nfau

12 years ago[FIX] @digits not honored by form view. field#digits not honored by page view.
Fabien Meghazi [Mon, 5 Mar 2012 19:58:00 +0000 (20:58 +0100)]
[FIX] @digits not honored by form view. field#digits not honored by page view.

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

bzr revid: fme@openerp.com-20120305195800-uoiu74ee1rfm4tex

12 years ago[EXT] Extract pot files
Fabien Meghazi [Mon, 5 Mar 2012 18:38:53 +0000 (19:38 +0100)]
[EXT] Extract pot files

bzr revid: fme@openerp.com-20120305183853-kybvgxnlb9pg6iax

12 years ago[FIX] List view "Group" label should be translatable
Fabien Meghazi [Mon, 5 Mar 2012 17:34:19 +0000 (18:34 +0100)]
[FIX] List view "Group" label should be translatable

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

bzr revid: fme@openerp.com-20120305173419-ksme8ckweu98b82r

12 years ago[FIX] @default_focus not honored in embedded form views
Fabien Meghazi [Mon, 5 Mar 2012 17:16:56 +0000 (18:16 +0100)]
[FIX] @default_focus not honored in embedded form views

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

bzr revid: fme@openerp.com-20120305171656-yz1jjoin17hh8ast

12 years ago[FIX] content display of URI fields when no value is provided
Xavier Morel [Mon, 5 Mar 2012 15:10:17 +0000 (16:10 +0100)]
[FIX] content display of URI fields when no value is provided

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

bzr revid: xmo@openerp.com-20120305151017-k98vlcq72hldwnev

12 years ago[FIX] base_calendar: better care for domains containing operators
Olivier Dony [Mon, 5 Mar 2012 14:35:54 +0000 (15:35 +0100)]
[FIX] base_calendar: better care for domains containing operators

The previous code was failing for domains such as
['!',('id','=',42)]

bzr revid: odo@openerp.com-20120305143554-eli1q3khnt26dham

12 years ago[FIX] take dependencies in account when ordering modules for loading
Xavier Morel [Mon, 5 Mar 2012 14:29:48 +0000 (15:29 +0100)]
[FIX] take dependencies in account when ordering modules for loading

bzr revid: xmo@openerp.com-20120305142948-2pkrgl8koizhcfbu

12 years ago[FIX] dependency name
Xavier Morel [Mon, 5 Mar 2012 12:41:23 +0000 (13:41 +0100)]
[FIX] dependency name

bzr revid: xmo@openerp.com-20120305124123-hlrldjqz8q7x0re2

12 years ago[FIX] re-add Dracula removed in rev xmo@openerp.com-20120305103353-w8r6fk9cv8wjklts...
Xavier Morel [Mon, 5 Mar 2012 11:08:13 +0000 (12:08 +0100)]
[FIX] re-add Dracula removed in rev xmo@openerp.com-20120305103353-w8r6fk9cv8wjklts: turns out Process needs it

bzr revid: xmo@openerp.com-20120305110813-b00fhngx0e5p0efo

12 years ago[MERGE] new, shinier and better-working diagram view
Xavier Morel [Mon, 5 Mar 2012 10:33:53 +0000 (11:33 +0100)]
[MERGE] new, shinier and better-working diagram view

bzr revid: xmo@openerp.com-20120305103353-w8r6fk9cv8wjklts

12 years ago[IMP] use deferred for node and edge destruction callbacks, so the node or edge is...
Xavier Morel [Mon, 5 Mar 2012 10:25:16 +0000 (11:25 +0100)]
[IMP] use deferred for node and edge destruction callbacks, so the node or edge is not removed if the unlink call fails

bzr revid: xmo@openerp.com-20120305102516-3u14hvxs81qzgxd8

12 years ago[FIX] reload graph when hidden then showed so it can take account navigation done...
Xavier Morel [Mon, 5 Mar 2012 09:58:48 +0000 (10:58 +0100)]
[FIX] reload graph when hidden then showed so it can take account navigation done in other views and show the right 'current' diagram

bzr revid: xmo@openerp.com-20120305095848-6vy0ezahuxmkg7yk

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 5 Mar 2012 05:11:29 +0000 (05:11 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120301051917-fmqwoejs3938qms6
bzr revid: launchpad_translations_on_behalf_of_openerp-20120302052441-nwqd0nqf2gjd8ucn
bzr revid: launchpad_translations_on_behalf_of_openerp-20120303055455-mns5t3fuy78a9r66
bzr revid: launchpad_translations_on_behalf_of_openerp-20120304052145-yqor18r71d7fqmar
bzr revid: launchpad_translations_on_behalf_of_openerp-20120305051123-0j4vr09l95yo2fj5
bzr revid: launchpad_translations_on_behalf_of_openerp-20120229053027-ifd6ef34ebmox67l
bzr revid: launchpad_translations_on_behalf_of_openerp-20120305051129-fcwena1g6pvrc9y5

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 4 Mar 2012 05:21:33 +0000 (05:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120228063010-woxw61j13uqq1edo
bzr revid: launchpad_translations_on_behalf_of_openerp-20120229052656-iadyuga5sjaabrbl
bzr revid: launchpad_translations_on_behalf_of_openerp-20120301051832-k8w3h3ibfqmdieub
bzr revid: launchpad_translations_on_behalf_of_openerp-20120302052336-7jib6zk2efcivip1
bzr revid: launchpad_translations_on_behalf_of_openerp-20120304052133-o3zqfxzedgnq55f2

12 years ago[FIX] Smart positioning of the close button on edge didn't always work, reverted...
Frédéric van der Essen [Thu, 1 Mar 2012 17:09:01 +0000 (18:09 +0100)]
[FIX] Smart positioning of the close button on edge didn't always work, reverted to dumb position

bzr revid: fva@openerp.com-20120301170901-q6m7w0y273wt84e3

12 years ago[IMP] Diagram : Editor is now able to destroy edges and nodes
Frédéric van der Essen [Thu, 1 Mar 2012 17:01:16 +0000 (18:01 +0100)]
[IMP] Diagram : Editor is now able to destroy edges and nodes

bzr revid: fva@openerp.com-20120301170116-34nzl3eq8jlhx8ex

12 years ago[REM] hardcoded diagram id, use class instead
Xavier Morel [Wed, 29 Feb 2012 10:46:24 +0000 (11:46 +0100)]
[REM] hardcoded diagram id, use class instead

also fix class: add previx

bzr revid: xmo@openerp.com-20120229104624-snt8j2kt2y3hp6h1

12 years ago[IMP] reduce default height of diagram viewport to 500px since it's now resizable...
Xavier Morel [Wed, 29 Feb 2012 10:37:11 +0000 (11:37 +0100)]
[IMP] reduce default height of diagram viewport to 500px since it's now resizable vertically

bzr revid: xmo@openerp.com-20120229103711-y1f8jofp0c0duq6h

12 years ago[FIX] indentation, stray whitespace in diagram.js
Xavier Morel [Wed, 29 Feb 2012 10:36:51 +0000 (11:36 +0100)]
[FIX] indentation, stray whitespace in diagram.js

bzr revid: xmo@openerp.com-20120229103651-6hztuizbii70pb36

12 years ago[FIX] orthography in vec2.js
Xavier Morel [Wed, 29 Feb 2012 10:35:07 +0000 (11:35 +0100)]
[FIX] orthography in vec2.js

bzr revid: xmo@openerp.com-20120229103507-37n1otplmr2umt9j

12 years ago[IMP] add diagram name (name_get) above 'new node' button, so user knows what he...
Xavier Morel [Wed, 29 Feb 2012 10:29:48 +0000 (11:29 +0100)]
[IMP] add diagram name (name_get) above 'new node' button, so user knows what he's looking at

bzr revid: xmo@openerp.com-20120229102948-jfl1pbbg3t1460il

12 years ago[FIX] Diagram: Resizing the viewport broke panning and scrolling
Frédéric van der Essen [Wed, 29 Feb 2012 10:58:46 +0000 (11:58 +0100)]
[FIX] Diagram: Resizing the viewport broke panning and scrolling

bzr revid: fva@openerp.com-20120229105846-y9dmhpfjjk1oii14

12 years ago[IMP] Diagram: Prevent panning and scrolling from hiding the graph
Frédéric van der Essen [Wed, 29 Feb 2012 10:37:41 +0000 (11:37 +0100)]
[IMP] Diagram: Prevent panning and scrolling from hiding the graph

bzr revid: fva@openerp.com-20120229103741-l45e34cm8l3ioxfq

12 years ago[FIX] *payroll: proper date calculations in tests, avoid issues on leap years
Olivier Dony [Wed, 29 Feb 2012 08:42:40 +0000 (09:42 +0100)]
[FIX] *payroll: proper date calculations in tests, avoid issues on leap years

bzr revid: odo@openerp.com-20120229084240-afe5cay3r2wxpvoy

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 29 Feb 2012 05:27:46 +0000 (05:27 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120229052746-lhfn0qjqmzuqz1js

12 years ago[fix] minor problem in m2o
niv-openerp [Tue, 28 Feb 2012 14:41:11 +0000 (15:41 +0100)]
[fix] minor problem in m2o

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

bzr revid: nicolas.vanhoren@openerp.com-20120228144111-co9nl24o466zuzsb

12 years ago[FIX] base_synchro: the password field should be visible when trying to setup a serve...
Xavier Morel [Tue, 28 Feb 2012 11:16:26 +0000 (12:16 +0100)]
[FIX] base_synchro: the password field should be visible when trying to setup a server to synchronize

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

bzr revid: xmo@openerp.com-20120228111626-i61rdqjs6g5v7bpn

12 years ago[IMP] Diagram: Resizable viewport, viewport move cursor
Frédéric van der Essen [Tue, 28 Feb 2012 10:39:33 +0000 (11:39 +0100)]
[IMP] Diagram: Resizable viewport, viewport move cursor

bzr revid: fva@openerp.com-20120228103933-j92bexvam1hsfc7t

12 years ago[FIX] list paginator's 'last page' button: not all state was transferred between...
Xavier Morel [Tue, 28 Feb 2012 10:12:00 +0000 (11:12 +0100)]
[FIX] list paginator's 'last page' button: not all state was transferred between datasets during paginator configuration

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

bzr revid: xmo@openerp.com-20120228101200-atisgrb2fb0eqi1g

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 28 Feb 2012 06:30:37 +0000 (06:30 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120225055251-o6ajm1k0ya17sd2j
bzr revid: launchpad_translations_on_behalf_of_openerp-20120226052201-liykx2ue4jufkcwc
bzr revid: launchpad_translations_on_behalf_of_openerp-20120227055617-7bb3evbppqedlx8p
bzr revid: launchpad_translations_on_behalf_of_openerp-20120228063037-0nhyn4iid36dorfs

12 years ago[FIX] Fix binary upload button styling
Fabien Meghazi [Mon, 27 Feb 2012 17:14:40 +0000 (18:14 +0100)]
[FIX] Fix binary upload button styling

bzr revid: fme@openerp.com-20120227171440-1o7w1jrv5rl2b4ov

12 years ago[FIX] drop_view_if_exists: simpler and CASCADING implementation for pg 8.3+
Olivier Dony [Mon, 27 Feb 2012 16:57:37 +0000 (17:57 +0100)]
[FIX] drop_view_if_exists: simpler and CASCADING implementation for pg 8.3+

OpenERP depends on PostgreSQL 8.3 so we can now
use 'IF EXISTS'. It's also necessary to 'CASCADE'
the drop, otherwise depending views will prevent
the deletion and thus update of the view.
Depending views will automatically be updated
later and thus re-created, so this is safe.

bzr revid: odo@openerp.com-20120227165737-z5fgb6fle9g0cylw

12 years ago[FIX] progressbar fields display in group headers
Xavier Morel [Mon, 27 Feb 2012 15:27:39 +0000 (16:27 +0100)]
[FIX] progressbar fields display in group headers

also, weird computed progress bars (e.g. aggregates) with way too many digits

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

bzr revid: xmo@openerp.com-20120227152739-3pmu3dtqrbzx1x3m

12 years ago[FIX] ir.rule: rules should be cascade-deleted along with their model
Olivier Dony [Mon, 27 Feb 2012 15:21:35 +0000 (16:21 +0100)]
[FIX] ir.rule: rules should be cascade-deleted along with their model

bzr revid: odo@openerp.com-20120227152135-y3hukyoow0q0dkif

12 years ago[FIX] ir.model: workaround for broken Python 2.6 implementations
Olivier Dony [Mon, 27 Feb 2012 10:09:53 +0000 (11:09 +0100)]
[FIX] ir.model: workaround for broken Python 2.6 implementations

Apparently on some RedHat/CentOS version certain
Python 2.6 version do not support more than
4 nested levels of boolean filters.

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

bzr revid: odo@openerp.com-20120227100953-2wgr0l621tpu1x4x

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120224053018-z4h7by0h8f5bov2x
bzr revid: launchpad_translations_on_behalf_of_openerp-20120225055158-gr639s6rzw1io33x
bzr revid: launchpad_translations_on_behalf_of_openerp-20120226052058-i6jsb4i97m78vftu
bzr revid: launchpad_translations_on_behalf_of_openerp-20120227055542-vz7rbngenr8ynd46
bzr revid: launchpad_translations_on_behalf_of_openerp-20120225055258-f5ufpgcomzlqmahr
bzr revid: launchpad_translations_on_behalf_of_openerp-20120227055623-0jhvbldsrq90jg22

12 years ago[IMP] Diagram styling
Frédéric van der Essen [Fri, 24 Feb 2012 16:36:05 +0000 (17:36 +0100)]
[IMP] Diagram styling

bzr revid: fva@openerp.com-20120224163605-mibez8k95343x7oz

12 years ago[REM] leftover logging
Xavier Morel [Fri, 24 Feb 2012 15:59:04 +0000 (16:59 +0100)]
[REM] leftover logging

bzr revid: xmo@openerp.com-20120224155904-nz4mzhtkg9j9rexn

12 years ago[FIX] set a single numeric id as the m2o value in the 'new node' popup to force a...
Xavier Morel [Fri, 24 Feb 2012 15:57:41 +0000 (16:57 +0100)]
[FIX] set a single numeric id as the m2o value in the 'new node' popup to force a name_get resolution

with a pair, the field's textual value would get set to 'undefined' leading to inconsistent behavior depending on whether the field is visible or not

bzr revid: xmo@openerp.com-20120224155741-o43tndbmxfsmcub7

12 years ago[FIX] warnings (implicit globals, missing semicolons, unused variables)
Xavier Morel [Fri, 24 Feb 2012 15:48:25 +0000 (16:48 +0100)]
[FIX] warnings (implicit globals, missing semicolons, unused variables)

bzr revid: xmo@openerp.com-20120224154825-gzimhyqcozbisbwm

12 years ago[IMP] removing css expermiments for diagram implementation
Frédéric van der Essen [Fri, 24 Feb 2012 15:04:17 +0000 (16:04 +0100)]
[IMP] removing css expermiments for diagram implementation

bzr revid: fva@openerp.com-20120224150417-89cq4v6ovpffwb8e

12 years ago[IMP] ignore vim session files
Frédéric van der Essen [Fri, 24 Feb 2012 15:01:43 +0000 (16:01 +0100)]
[IMP] ignore vim session files

bzr revid: fva@openerp.com-20120224150143-032voefkvou5agn9

12 years ago[IMP] Cleanup : removing unnecessary files, moving libs to /lib
Frédéric van der Essen [Fri, 24 Feb 2012 15:00:11 +0000 (16:00 +0100)]
[IMP] Cleanup : removing unnecessary files, moving libs to /lib

bzr revid: fva@openerp.com-20120224150011-v64qda7lfknso6cb

12 years agodiagram : removing dracula
Frédéric van der Essen [Fri, 24 Feb 2012 14:50:26 +0000 (15:50 +0100)]
diagram : removing dracula

bzr revid: fva@openerp.com-20120224145026-3drv72cejyej8ub6

12 years ago[FIX] point_of_sale: works when used in embed mode
Christophe Simonis [Fri, 24 Feb 2012 14:49:39 +0000 (15:49 +0100)]
[FIX] point_of_sale: works when used in embed mode

bzr revid: chs@openerp.com-20120224144939-550wsvj448fk3yfb

12 years agonew viewport integration
Frédéric van der Essen [Fri, 24 Feb 2012 14:48:03 +0000 (15:48 +0100)]
new viewport integration

bzr revid: fva@openerp.com-20120224144803-c7iiafllsjnuwkkv

12 years agodiagram viewport scrolling now works on all elements
Frédéric van der Essen [Fri, 24 Feb 2012 13:25:06 +0000 (14:25 +0100)]
diagram viewport scrolling now works on all elements

bzr revid: fva@openerp.com-20120224132506-ujvbwj0jj8a26zhp

12 years agodummy edges are destroyed on cancel
Frédéric van der Essen [Fri, 24 Feb 2012 13:00:07 +0000 (14:00 +0100)]
dummy edges are destroyed on cancel

bzr revid: fva@openerp.com-20120224130007-9cdj749bpfrdc0ix

12 years ago[MERGE] from 6.1
Frédéric van der Essen [Fri, 24 Feb 2012 09:58:03 +0000 (10:58 +0100)]
[MERGE] from 6.1

bzr revid: fva@openerp.com-20120224095803-cg15tsp2jvs4fkj9

12 years agoCorrect viewport integration, cosmetic changes, node loops
Frédéric van der Essen [Fri, 24 Feb 2012 09:53:10 +0000 (10:53 +0100)]
Correct viewport integration, cosmetic changes, node loops

bzr revid: fva@openerp.com-20120224095310-r3bdlx09n5eaxrvk

12 years ago[FIX] orm: model auto-init - better algorithm for detecting stale constraints during...
Olivier Dony [Thu, 23 Feb 2012 17:58:51 +0000 (18:58 +0100)]
[FIX] orm: model auto-init - better algorithm for detecting stale constraints during update

bzr revid: odo@openerp.com-20120223175851-bihxp0l0ax1xhf5g

12 years ago[IMP] hr: remove redundant active filter on employees search view
Olivier Dony [Thu, 23 Feb 2012 14:54:21 +0000 (15:54 +0100)]
[IMP] hr: remove redundant active filter on employees search view

The filter is useless now that the server was fixed
at revision 4076
revision-id: odo@openerp.com-20120223141635-p117b5wvvreuj40c
to properly respect the `active` flag even when it is
inherited.
It is always possible to find deactived employees using
an advanced search with active = False.

bzr revid: odo@openerp.com-20120223145421-edyuc43r0mkn9lim

12 years ago[FIX] correctly set dataset index when selecting a record in list view, so switching...
Xavier Morel [Thu, 23 Feb 2012 14:51:57 +0000 (15:51 +0100)]
[FIX] correctly set dataset index when selecting a record in list view, so switching to page/form switches to the first selected record, not the first record of the page

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

bzr revid: xmo@openerp.com-20120223145157-rkkwg6pwcr6hh7st

12 years ago[FIX] orm: inherited `active` fields should be used for the implicit filtering
Olivier Dony [Thu, 23 Feb 2012 14:16:35 +0000 (15:16 +0100)]
[FIX] orm: inherited `active` fields should be used for the implicit filtering

This is for example used by hr.employee which
inherits from resource.resource, with the
`active` field located on the resource model.
Simplified some code too.

bzr revid: odo@openerp.com-20120223141635-p117b5wvvreuj40c

12 years ago[FIX] correctly handle the user's menu_id being set to an action with domain=False...
Xavier Morel [Thu, 23 Feb 2012 13:46:12 +0000 (14:46 +0100)]
[FIX] correctly handle the user's menu_id being set to an action with domain=False (literally)

that's a bit stupid, but apparently people do set their menu action to a dashboard...

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

bzr revid: xmo@openerp.com-20120223134612-3sm2e4yq3hbjqnz7

12 years ago[FIX] ability to backup databases in case listing databases is forbidden (via --no...
Xavier Morel [Thu, 23 Feb 2012 13:39:37 +0000 (14:39 +0100)]
[FIX] ability to backup databases in case listing databases is forbidden (via --no-database-list on the server)

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

bzr revid: xmo@openerp.com-20120223133937-3115jyzjtbzequbq

12 years ago[FIX] pep8: tab -> space
olt@tinyerp.com [Thu, 23 Feb 2012 09:43:55 +0000 (10:43 +0100)]
[FIX] pep8: tab -> space

bzr revid: olt@tinyerp.com-20120223094355-ejsm256vn58bn4i2

12 years ago[FIX] account_followup: no need to have 'Only One Followup by Company' constraint
Najlaâ [Thu, 23 Feb 2012 09:24:24 +0000 (10:24 +0100)]
[FIX] account_followup: no need to have 'Only One Followup by Company' constraint

bzr revid: nel@tinyerp.com-20120223092424-020pozo0sl4hw2tg

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 23 Feb 2012 05:24:09 +0000 (05:24 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120223052353-7wtilhl4ygsiebpm
bzr revid: launchpad_translations_on_behalf_of_openerp-20120223052405-zjntmml4s0tldteu
bzr revid: launchpad_translations_on_behalf_of_openerp-20120223052409-078hdbrd4l8060cr

12 years agoEdge loops are now supported
Frédéric van der Essen [Wed, 22 Feb 2012 17:12:10 +0000 (18:12 +0100)]
Edge loops are now supported

bzr revid: fva@openerp.com-20120222171210-lr1me6hsedl0tsoo

12 years agoDropped the _new in vector lib, Node and edge creation/modification hookup with openerp
Frédéric van der Essen [Wed, 22 Feb 2012 14:00:47 +0000 (15:00 +0100)]
Dropped the _new in vector lib, Node and edge creation/modification hookup with openerp

bzr revid: fva@openerp.com-20120222140047-oqpj2axm35wswyei

12 years ago[REL] OpenERP 6.1.1 6.1.1-web
Olivier Dony [Wed, 22 Feb 2012 11:43:22 +0000 (12:43 +0100)]
[REL] OpenERP 6.1.1

bzr revid: odo@openerp.com-20120222114322-hl61qi2nan0mnbz0

12 years ago[REL] OpenERP 6.1.1 6.1.1-addons
Olivier Dony [Wed, 22 Feb 2012 11:40:31 +0000 (12:40 +0100)]
[REL] OpenERP 6.1.1

bzr revid: odo@openerp.com-20120222114031-ud189sie1j3vn9g0

12 years ago[FIX] Can't move kanban card from one group to another in some cases
Fabien Meghazi [Wed, 22 Feb 2012 11:37:18 +0000 (12:37 +0100)]
[FIX] Can't move kanban card from one group to another in some cases

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

bzr revid: fme@openerp.com-20120222113718-ix9kb61ij8jg4tub

12 years ago[REL] 6.1.1 6.1.1-server
Antony Lesuisse [Wed, 22 Feb 2012 11:30:07 +0000 (12:30 +0100)]
[REL] 6.1.1

bzr revid: al@openerp.com-20120222113007-tdi482n17x1j74l4

12 years ago[MERGE] mail: gracefully handle missing user signature
Olivier Dony [Wed, 22 Feb 2012 11:25:55 +0000 (12:25 +0100)]
[MERGE] mail: gracefully handle missing user signature

bzr revid: odo@openerp.com-20120222112555-5j7cqaimndmc2lew

12 years agoremoving useless console.log
Frédéric van der Essen [Wed, 22 Feb 2012 09:56:32 +0000 (10:56 +0100)]
removing useless console.log

bzr revid: fva@openerp.com-20120222095632-i9m16yrrrci71km3

12 years ago[FIX] mail: Use a default value if the signature and the subject are empty
Stephane Wirtel [Wed, 22 Feb 2012 09:53:42 +0000 (10:53 +0100)]
[FIX] mail: Use a default value if the signature and the subject are empty

bzr revid: stw@openerp.com-20120222095342-nifzjg0ilgd3ln0p

12 years ago[FIX] fields.binary: allow writing base64 unicode string values
Olivier Dony [Wed, 22 Feb 2012 09:39:37 +0000 (10:39 +0100)]
[FIX] fields.binary: allow writing base64 unicode string values

The fields.binary type allows storing arbitrary
byte arrays, but it has been used historically
to store base64-encoded versions of the binaries.
This was partially related to the way these binary
values are serialized when transferred using the
standard XML-RPC protocol.
With the introduction of JSON-based RPC calls
alongside the 6.1 web client, these base64-encoded
binaries may now be deserialized as unicode ASCII
strings instead of 8-bit strings. That seems like
an acceptable behavior and we can simply coerce
these unicode strings to bytes strings as we know
they will be pure ASCII. Any non-ASCII unicode
value for binary field makes no sense and should
be passed as a byte string directly.

Thanks to Rui Barreiros for providing the final
hint in bug 919982 comments that lead to the
identification of this bug.

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

bzr revid: odo@openerp.com-20120222093937-quifmtsfc9gaa9ar