odoo/odoo.git
12 years ago[IMP] crm: add menu Miscellaneous
Jagdish Panchal (Open ERP) [Wed, 21 Mar 2012 09:50:36 +0000 (15:20 +0530)]
[IMP] crm: add menu Miscellaneous

bzr revid: jap@tinyerp.com-20120321095036-zhyhyyc5cxhbvq4u

12 years ago[MERGE] OPW 573035: fetchmail: UnboundLocalError: local variable imap_server referenc...
Xavier ALT [Wed, 21 Mar 2012 09:29:08 +0000 (10:29 +0100)]
[MERGE] OPW 573035: fetchmail: UnboundLocalError: local variable imap_server referenced before assignment

bzr revid: xal@openerp.com-20120321092908-065zr4qqe9v9lo8d

12 years ago[IMP] autocompletion interface (more similar to SearchFacet attributes), correctly...
Xavier Morel [Wed, 21 Mar 2012 09:28:47 +0000 (10:28 +0100)]
[IMP] autocompletion interface (more similar to SearchFacet attributes), correctly document that

bzr revid: xmo@openerp.com-20120321092847-hjsn23ytttzy75ny

12 years ago[FIX] Fetchmail: UnboundLocalError: local variable imap_server referenced before...
ado [Wed, 21 Mar 2012 08:57:52 +0000 (14:27 +0530)]
[FIX] Fetchmail: UnboundLocalError: local variable imap_server referenced before assignment

bzr revid: ado@tinyerp.com-20120321085752-pwsqfifik0cep9vr

12 years ago[IMP] wording
Xavier Morel [Wed, 21 Mar 2012 08:47:48 +0000 (09:47 +0100)]
[IMP] wording

bzr revid: xmo@openerp.com-20120321084748-ibdq0jlkg0hmjffu

12 years ago[MERGE] branch merged with lp:openobject-addons
Jagdish Panchal (Open ERP) [Wed, 21 Mar 2012 06:56:21 +0000 (12:26 +0530)]
[MERGE] branch merged with lp:openobject-addons

bzr revid: jap@tinyerp.com-20120321065621-rr4ehnehog9aq4d2

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120321060222-uvutz61sik97chqz
bzr revid: launchpad_translations_on_behalf_of_openerp-20120321060247-9xdx7sb03a8rioq3

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120321050034-hlzi586j5dziu5jh

12 years ago[MERGE] Latest bugfixes from 6.1
Olivier Dony [Tue, 20 Mar 2012 18:29:12 +0000 (19:29 +0100)]
[MERGE] Latest bugfixes from 6.1

bzr revid: odo@openerp.com-20120320182912-g2ylze2qsqv93y4i

12 years ago[MERGE] Update l10n_it account types, courtesy of Lorenzo Battistini (Agile BG -...
Olivier Dony [Tue, 20 Mar 2012 18:19:53 +0000 (19:19 +0100)]
[MERGE] Update l10n_it account types, courtesy of Lorenzo Battistini (Agile BG - Domsense)

bzr revid: odo@openerp.com-20120320181953-npeslxd6rxtuj648

12 years ago[MERGE] procurement: Fix typo (bug 956234), courtesy of Guewen Baconnier @ Camptocamp
Olivier Dony [Tue, 20 Mar 2012 18:12:21 +0000 (19:12 +0100)]
[MERGE] procurement: Fix typo (bug 956234), courtesy of Guewen Baconnier @ Camptocamp

bzr revid: odo@openerp.com-20120320181221-eu6o8796j64oa6j8

12 years ago[FIX] edi: care for missing invoice fields in EDI preview (instead of displaying...
Olivier Dony [Tue, 20 Mar 2012 15:39:59 +0000 (16:39 +0100)]
[FIX] edi: care for missing invoice fields in EDI preview (instead of displaying `false`)

bzr revid: odo@openerp.com-20120320153959-ektxn8vh2ojr1xp7

12 years ago[FIX] force renderFacets on VS search event
Xavier Morel [Tue, 20 Mar 2012 15:36:34 +0000 (16:36 +0100)]
[FIX] force renderFacets on VS search event

originally this comes from the (monkeypatch-removed) serialization and
reloading of the VS searchQuery.

This is needed because on ``SearchFacet#remove`` VS launches a
``searchEvent``, and counts on *that* to visually impact the removal
of a given facet (by just re-rendering everything)

bzr revid: xmo@openerp.com-20120320153634-rhguje7to3f0dj2p

12 years ago[FIX] edi: avoid disprupting EDI preview layout with wide notes
Olivier Dony [Tue, 20 Mar 2012 15:32:57 +0000 (16:32 +0100)]
[FIX] edi: avoid disprupting EDI preview layout with wide notes

bzr revid: odo@openerp.com-20120320153257-x054ifk2wxdn8hgv

12 years ago[FIX] SearchFacet attribute names being used internally
Xavier Morel [Tue, 20 Mar 2012 15:29:35 +0000 (16:29 +0100)]
[FIX] SearchFacet attribute names being used internally

bzr revid: xmo@openerp.com-20120320152935-it5oe1q1cmdaajrx

12 years ago[IMP] docdocdoc
Xavier Morel [Tue, 20 Mar 2012 14:47:38 +0000 (15:47 +0100)]
[IMP] docdocdoc

start some documentation on VisualSearch and the interaction between the search view and VS

bzr revid: xmo@openerp.com-20120320144738-9jkdw78os1gect1e

12 years ago[IMP] don't break current search query on search event (don't serialize and re-parse...
Xavier Morel [Tue, 20 Mar 2012 12:00:58 +0000 (13:00 +0100)]
[IMP] don't break current search query on search event (don't serialize and re-parse), implement filter facets at the filtergroup level

bzr revid: xmo@openerp.com-20120320120058-clfhbdh0u5qrm85s

12 years ago[FIX] ir.values: predictible ordering for sidebar items (based on IDs i.e. creation...
Olivier Dony [Tue, 20 Mar 2012 11:38:51 +0000 (12:38 +0100)]
[FIX] ir.values: predictible ordering for sidebar items (based on IDs i.e. creation order)

bzr revid: odo@openerp.com-20120320113851-lsg8ju1w0cvdo0tj

12 years ago[FIX] align image widget (same behavior as 6.0)
Christophe Simonis [Tue, 20 Mar 2012 10:56:01 +0000 (11:56 +0100)]
[FIX] align image widget (same behavior as 6.0)

bzr revid: chs@openerp.com-20120320105601-gpp0315e8637zpsw

12 years ago[FIX] edi: company logo appears truncated on EDI preview in Firefox
Olivier Dony [Tue, 20 Mar 2012 10:42:39 +0000 (11:42 +0100)]
[FIX] edi: company logo appears truncated on EDI preview in Firefox

bzr revid: odo@openerp.com-20120320104239-8efx2yz72cjxz6z2

12 years ago[ADD] basic loading of default values in faceted search view
Xavier Morel [Tue, 20 Mar 2012 10:28:46 +0000 (11:28 +0100)]
[ADD] basic loading of default values in faceted search view

bzr revid: xmo@openerp.com-20120320102846-g2ymabvt4qc4bwzg

12 years ago[IMP] account_menuitem.xml: apply group_no_one on menu Currencies
Jagdish Panchal (Open ERP) [Tue, 20 Mar 2012 10:06:03 +0000 (15:36 +0530)]
[IMP] account_menuitem.xml: apply group_no_one on menu Currencies

bzr revid: jap@tinyerp.com-20120320100603-kwpryjovy5hvpo01

12 years ago[IMP] sale_order_action_data.xml: remove menu Email Templates from sale>>Configuration
Jagdish Panchal (Open ERP) [Tue, 20 Mar 2012 09:48:56 +0000 (15:18 +0530)]
[IMP] sale_order_action_data.xml: remove menu Email Templates from sale>>Configuration

bzr revid: jap@tinyerp.com-20120320094856-ctcbyt7t7sf8ifwt

12 years ago[IMP] crm,crm_partner_assign,crm_profiling,report_intrastat,product,sale : apply...
Jagdish Panchal (Open ERP) [Tue, 20 Mar 2012 09:39:43 +0000 (15:09 +0530)]
[IMP] crm,crm_partner_assign,crm_profiling,report_intrastat,product,sale : apply group_no_one on menus Pricelist Versions,Price Types,Product Categories, Packaging, Intrastat Code

bzr revid: jap@tinyerp.com-20120320093943-pana5qyrdhi0ye28

12 years ago[IMP] res_country_view.xml, res_partner_view.xml: apply group_no_one on menus Countri...
Jagdish Panchal (Open ERP) [Tue, 20 Mar 2012 09:25:39 +0000 (14:55 +0530)]
[IMP] res_country_view.xml, res_partner_view.xml: apply group_no_one on menus Countries, Fed. States, Partner Categories, Partner Titles..

bzr revid: jap@tinyerp.com-20120320092539-83abg4l8xz0vq2ra

12 years ago[FIX] backport of branch trunk-bug-937194-nco (mail: remove character 
 from...
Raphael Collet [Tue, 20 Mar 2012 08:20:59 +0000 (09:20 +0100)]
[FIX] backport of branch trunk-bug-937194-nco (mail: remove character 
 from message)

bzr revid: rco@openerp.com-20120320082059-w3zm7pyicbb79inh

12 years ago[MERGE] lp:937194 (mail: remove character 
 from message)
Raphael Collet [Tue, 20 Mar 2012 08:15:23 +0000 (09:15 +0100)]
[MERGE] lp:937194 (mail: remove character 
 from message)

bzr revid: rco@openerp.com-20120320081523-nz35q1lwfwmzbo3s

12 years ago[IMP] res_partner_view.xml: change the sequence of Address Book menu
Jagdish Panchal (Open ERP) [Tue, 20 Mar 2012 06:49:55 +0000 (12:19 +0530)]
[IMP] res_partner_view.xml: change the sequence of Address Book menu

bzr revid: jap@tinyerp.com-20120320064955-82vqaqsqu1376suo

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120320055601-bwqdbhlwia54tei2
bzr revid: launchpad_translations_on_behalf_of_openerp-20120320055645-t3o0d8nias5rtztz
bzr revid: launchpad_translations_on_behalf_of_openerp-20120315051852-429l1mehe05oexze
bzr revid: launchpad_translations_on_behalf_of_openerp-20120316053023-0twqqm3ibl1vthnd
bzr revid: launchpad_translations_on_behalf_of_openerp-20120317053247-pqw1jfjqieabw8w5
bzr revid: launchpad_translations_on_behalf_of_openerp-20120319050839-1yhld5a7clnzjs01
bzr revid: launchpad_translations_on_behalf_of_openerp-20120320055658-lv5pkf0apvcgxejb

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 20 Mar 2012 04:56:12 +0000 (04:56 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120316050922-okri3tsqp522c128
bzr revid: launchpad_translations_on_behalf_of_openerp-20120317045527-tp2gnkhtw9g1aeck
bzr revid: launchpad_translations_on_behalf_of_openerp-20120319044111-hx6a1shyurrbofkt
bzr revid: launchpad_translations_on_behalf_of_openerp-20120320045612-fzt50kiv2pqwzofa

12 years ago[FIX] Adding module icon after installing now works, courtesy of Carlos Vásquez ...
Olivier Dony [Mon, 19 Mar 2012 18:34:45 +0000 (19:34 +0100)]
[FIX] Adding module icon after installing now works, courtesy of Carlos Vásquez (CLEARCORP)

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

bzr revid: odo@openerp.com-20120319183445-uuti8xkh8slksxsu

12 years ago[FIX] res.users: properly generate XML of dynamic group list, courtesy of Valentin Lab
Olivier Dony [Mon, 19 Mar 2012 17:04:54 +0000 (18:04 +0100)]
[FIX] res.users: properly generate XML of dynamic group list, courtesy of Valentin Lab

Using a proper XML library to create
the necessary XML architecture for the
dynamic view helps avoid classical
mistakes with escaping of XML special
characters.

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

bzr revid: odo@openerp.com-20120319170454-cjzbtk2aqodaz2xm

12 years ago[BREAK THE WORLD] single search field with global multifield autocompletion full...
Xavier Morel [Mon, 19 Mar 2012 16:43:04 +0000 (17:43 +0100)]
[BREAK THE WORLD] single search field with global multifield autocompletion full of awesome

bzr revid: xmo@openerp.com-20120319164304-r48l8gdteaekr3hm

12 years ago[FIX] res.country name_search
Xavier Morel [Mon, 19 Mar 2012 16:24:24 +0000 (17:24 +0100)]
[FIX] res.country name_search

* also returns name-matched countries when a country matches by code
* same for states
* extract almost-identical implementations of name_search in country and state
* remove useless explicit setting of context (also wrong)

bzr revid: xmo@openerp.com-20120319162424-aycjfr0rpca3yico

12 years ago[REF] use single implementation for name_search of Country and CountryState
Xavier Morel [Mon, 19 Mar 2012 16:22:56 +0000 (17:22 +0100)]
[REF] use single implementation for name_search of Country and CountryState

bzr revid: xmo@openerp.com-20120319162256-2wcmges2o1gqpb3e

12 years ago[FIX] res.country (and res.country.state) name_search so it returns all countries...
Xavier Morel [Mon, 19 Mar 2012 16:15:26 +0000 (17:15 +0100)]
[FIX] res.country (and res.country.state) name_search so it returns all countries matching even when there's a country matching by code

bzr revid: xmo@openerp.com-20120319161526-txd1eiomjrntgmxi

12 years ago[FIX] mail.message: allow reading msg even if author belongs to another company
Olivier Dony [Mon, 19 Mar 2012 14:53:31 +0000 (15:53 +0100)]
[FIX] mail.message: allow reading msg even if author belongs to another company

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

bzr revid: odo@openerp.com-20120319145331-thrtlzardl8rikkf

12 years ago[FIX] res.users: proper multicompany record rule for users, courtesy of Valentin Lab
Olivier Dony [Mon, 19 Mar 2012 14:52:16 +0000 (15:52 +0100)]
[FIX] res.users: proper multicompany record rule for users, courtesy of Valentin Lab

Contrary to regular records, the company_id field
on res_users does not represent a permanent
relationship, this field is rather used by the
user to select the 'company context' in which
she would like to work.
We don't want the list of assignable users on
a task to change depending on which company
these users are currently viewing data, for
example.
The real field that holds the list of companies
a user belongs to is the 'company_ids' field.

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

bzr revid: odo@openerp.com-20120319145216-j1t0d4zjxn9vn058

12 years ago[MERGE] from trunk
Xavier Morel [Mon, 19 Mar 2012 14:23:20 +0000 (15:23 +0100)]
[MERGE] from trunk

bzr revid: xmo@openerp.com-20120319142320-rk03azfobyxxf4g3

12 years ago[IMP] base_contact_process.xml: remove reference menu_partner_address_form
Jagdish Panchal (Open ERP) [Mon, 19 Mar 2012 13:20:21 +0000 (18:50 +0530)]
[IMP] base_contact_process.xml: remove reference menu_partner_address_form

bzr revid: jap@tinyerp.com-20120319132021-kor3p4else60pch6

12 years ago[FIX] res_partner_address: make name_search consistent with respect to name_get
Raphael Collet [Mon, 19 Mar 2012 13:04:22 +0000 (14:04 +0100)]
[FIX] res_partner_address: make name_search consistent with respect to name_get

bzr revid: rco@openerp.com-20120319130422-wc6icri4v0o3z8wg

12 years ago[IMP] sale:change the sequence of menus under Configuration
Jagdish Panchal (Open ERP) [Mon, 19 Mar 2012 12:24:13 +0000 (17:54 +0530)]
[IMP] sale:change the sequence of menus under Configuration

bzr revid: jap@tinyerp.com-20120319122413-aytom21csngf9bi3

12 years ago[MERGE] branch merged with main addons
Jagdish Panchal (Open ERP) [Mon, 19 Mar 2012 11:17:11 +0000 (16:47 +0530)]
[MERGE] branch merged with main addons

bzr revid: jap@tinyerp.com-20120319111711-ftpilcx9cwx0i1hz

12 years ago[IMP] ignores file
Xavier Morel [Mon, 19 Mar 2012 10:33:17 +0000 (11:33 +0100)]
[IMP] ignores file

bzr revid: xmo@openerp.com-20120319103317-8jvvhivavjjomlqy

12 years ago[IMP] base_*,crm*,plugin_*,product,sale:-added group no_one and reorganised menus
Meera Trambadia (OpenERP) [Mon, 19 Mar 2012 10:09:54 +0000 (15:39 +0530)]
[IMP] base_*,crm*,plugin_*,product,sale:-added group no_one and reorganised menus

bzr revid: mtr@tinyerp.com-20120319100954-zjkb81m63v5irf4t

12 years ago[FIX] account: build_ctx_period must always return a list of ids
Quentin (OpenERP) [Mon, 19 Mar 2012 09:52:27 +0000 (10:52 +0100)]
[FIX] account: build_ctx_period must always return a list of ids

bzr revid: qdp-launchpad@openerp.com-20120319095227-1d7k2zq4ats038em

12 years ago[IMP] crm,crm_claim,crm_helpdesk,crm_fundraising,document,hr_expense,sale, purchasse...
Jagdish Panchal (Open ERP) [Mon, 19 Mar 2012 08:43:04 +0000 (14:13 +0530)]
[IMP] crm,crm_claim,crm_helpdesk,crm_fundraising,document,hr_expense,sale, purchasse,project: apply the group_no_one on field header

bzr revid: jap@tinyerp.com-20120319084304-iewe0e4coo7di7qq

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120317053244-0uj5epbyw7sb511o
bzr revid: launchpad_translations_on_behalf_of_openerp-20120318050753-4sqrakfazltjt0l9
bzr revid: launchpad_translations_on_behalf_of_openerp-20120319050833-o186lk5tmza7qtqv

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120317053202-5bxlhemh854fhpus
bzr revid: launchpad_translations_on_behalf_of_openerp-20120318050731-qyse7r2iw9ctmx1j
bzr revid: launchpad_translations_on_behalf_of_openerp-20120319050803-zzuvnk6ylhqlozk4

12 years ago[MERGE] Currency symbol for INR, courtesy of Serpent Consulting Services
Olivier Dony [Fri, 16 Mar 2012 16:12:59 +0000 (17:12 +0100)]
[MERGE] Currency symbol for INR, courtesy of Serpent Consulting Services

bzr revid: odo@openerp.com-20120316161259-n1bdkjh8qzzdc5z3

12 years ago[FIX] Avoid endless loops when processing graphs for diagram view
Olivier Dony [Fri, 16 Mar 2012 16:07:31 +0000 (17:07 +0100)]
[FIX] Avoid endless loops when processing graphs for diagram view

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

bzr revid: odo@openerp.com-20120316160731-k6gmfsti3g38t1qr

12 years ago[MERGE] Try to terminate psql connections before dropping database
Olivier Dony [Fri, 16 Mar 2012 16:02:16 +0000 (17:02 +0100)]
[MERGE] Try to terminate psql connections before dropping database

bzr revid: odo@openerp.com-20120316160216-enjjiyw8t6457tqj

12 years ago[FIX] Fix broken creation of database in previous commit - d'oh
Olivier Dony [Fri, 16 Mar 2012 15:55:54 +0000 (16:55 +0100)]
[FIX] Fix broken creation of database in previous commit - d'oh

bzr revid: odo@openerp.com-20120316155554-uq32b9ken6rcm02p

12 years ago[MERGE] base.action.rule: better handle non-ASCII data
Olivier Dony [Fri, 16 Mar 2012 14:42:51 +0000 (15:42 +0100)]
[MERGE] base.action.rule: better handle non-ASCII data

Also fixes the `regex_history` expression
that should search on the `subject` field
now (it was renamed in 6.1).

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

bzr revid: odo@openerp.com-20120316144251-ks16hvvfgh2hiduk

12 years ago[IMP] tools.ustr: allow specific error-handling flags a la `unicode`
Olivier Dony [Fri, 16 Mar 2012 14:40:02 +0000 (15:40 +0100)]
[IMP] tools.ustr: allow specific error-handling flags a la `unicode`

Also cleaned up docstrings

bzr revid: odo@openerp.com-20120316144002-og07it5u7x2azhu4

12 years ago[FIX] removed uncessary import
<GuewenBaconnier@Camptocamp> [Fri, 16 Mar 2012 13:40:52 +0000 (14:40 +0100)]
[FIX] removed uncessary import

bzr revid: guewen.baconnier@camptocamp.com-20120316134052-yc2r2ux44t1urvhg

12 years ago[FIX] mail.message: when auto-deleting a message, only delete attachments it owns
Olivier Dony [Fri, 16 Mar 2012 13:30:26 +0000 (14:30 +0100)]
[FIX] mail.message: when auto-deleting a message, only delete attachments it owns

There's a peculiar way to manage attachments on
mail messages, as there is an explicit many2many
on top of regular attachments like for any
record, so it is possible to link a mail
to attachments that are owned by other records.
Such attachments must not be deleted along with
the message when the auto-delete flag is set.

bzr revid: odo@openerp.com-20120316133026-4wbrwx64nqkeyaou

12 years ago[FIX] ir.mail_server: now that server time is UTC, outgoing msg Date header should too
Olivier Dony [Fri, 16 Mar 2012 13:20:22 +0000 (14:20 +0100)]
[FIX] ir.mail_server: now that server time is UTC, outgoing msg Date header should too

bzr revid: odo@openerp.com-20120316132022-j17inidkutkxclvd

12 years ago[FIX] ir_mail_server: make attachment filename work properly on GMail
Olivier Dony [Fri, 16 Mar 2012 13:08:03 +0000 (14:08 +0100)]
[FIX] ir_mail_server: make attachment filename work properly on GMail

The default Python encoding for mail header parameters
is RFC2231, which produces headers of the form:
  Content-Disposition: attachment; filename*="utf-8abcd%C3%A9.pdf"
This works fine for e.g. Thunderbird but on GMail
such headers appear as `noname`.
We are therefore falling back to RFC2047 encoding
which will instead give something like:
  Content-Disposition: attachment; filename="=?utf-8?b?UmVxdWVzdCf?="

bzr revid: odo@openerp.com-20120316130803-zo4fwuk7h6bq6k54

12 years ago[IMP] Account: apply group_no_one on menus Periods,Account Types,Tax codes,Fiscal...
Jagdish Panchal (Open ERP) [Fri, 16 Mar 2012 12:23:08 +0000 (17:53 +0530)]
[IMP] Account: apply group_no_one on menus Periods,Account Types,Tax codes,Fiscal Positions, CODA Bank Account Configuration, CODA Transaction Types, CODA Transaction Codes,CODA Transaction Categories, CODA Structured Communication Types, Payment Mode, Types of Invoicing

bzr revid: jap@tinyerp.com-20120316122308-vv2w1488eoqxgpis

12 years ago[IMP] Event:apply group_no_one on menu Types of Events
Jagdish Panchal (Open ERP) [Fri, 16 Mar 2012 11:28:17 +0000 (16:58 +0530)]
[IMP] Event:apply group_no_one on menu Types of Events

bzr revid: jap@tinyerp.com-20120316112817-564chfn63zbrv90p

12 years ago[IMP] update VisualSearch to most recent master for various fixes & improvements
Xavier Morel [Fri, 16 Mar 2012 11:16:08 +0000 (12:16 +0100)]
[IMP] update VisualSearch to most recent master for various fixes & improvements

exported revision is master 3fca87101db55b6f8bb2f845ed90416e3da3ff4a

bzr revid: xmo@openerp.com-20120316111608-tvmce2rh64tpa2wm

12 years ago[IMP] attempt to dump uid performing operation along with thread stacks
Olivier Dony [Fri, 16 Mar 2012 11:12:18 +0000 (12:12 +0100)]
[IMP] attempt to dump uid performing operation along with thread stacks

bzr revid: odo@openerp.com-20120316111218-o963t7xm4r4honoy

12 years ago[MERGE] dumpstacks fix from 6.1 branch
Olivier Dony [Fri, 16 Mar 2012 11:11:05 +0000 (12:11 +0100)]
[MERGE] dumpstacks fix from 6.1 branch

bzr revid: odo@openerp.com-20120316111105-c2g3mq6gzd9xe7bs

12 years ago[MERGE] opw-381937. Stock: don't set an arbitrary value of 1 when valuating a stock...
Quentin (OpenERP) [Fri, 16 Mar 2012 11:10:27 +0000 (12:10 +0100)]
[MERGE] opw-381937. Stock: don't set an arbitrary value of 1 when valuating a stock move of a product with 0 as unit amount

bzr revid: qdp-launchpad@openerp.com-20120316111027-frfidvpqjxr0v8rf

12 years ago[IMP] HR: apply group_no_one on menus Categories structure,Job Positions, Contract...
Jagdish Panchal (Open ERP) [Fri, 16 Mar 2012 10:43:13 +0000 (16:13 +0530)]
[IMP] HR: apply group_no_one on menus Categories structure,Job Positions, Contract Types,Attendance Reasons,Stages, Degrees, Sources of Applicants,Salary Structures Hierarchy, Salary Rule Categories, Salary Rule Categories Hierarchy, Salary Rules

bzr revid: jap@tinyerp.com-20120316104313-f3f7234wi8yg98zb

12 years ago[IMP] Project: apply group_no_one on menus Contexts, Timeboxes, Projects, Stages...
Jagdish Panchal (Open ERP) [Fri, 16 Mar 2012 10:15:31 +0000 (15:45 +0530)]
[IMP] Project: apply group_no_one on menus Contexts, Timeboxes, Projects, Stages, Versions, Categories

bzr revid: jap@tinyerp.com-20120316101531-y0xv3joneqrlbul4

12 years ago[imp] changed novajs to fire change events only when something really changed
niv-openerp [Fri, 16 Mar 2012 10:03:34 +0000 (11:03 +0100)]
[imp] changed novajs to fire change events only when something really changed

bzr revid: nicolas.vanhoren@openerp.com-20120316100334-h9o58afhmzucbrn7

12 years ago[IMP] MRP: apply group_no_one on menus Working Time, Resource Leaves, Properties...
Jagdish Panchal (Open ERP) [Fri, 16 Mar 2012 09:53:06 +0000 (15:23 +0530)]
[IMP] MRP: apply group_no_one on menus Working Time, Resource Leaves, Properties, Property Groups

bzr revid: jap@tinyerp.com-20120316095306-778zru49zhkkwpw7

12 years ago[IMP] apply group_no_one on menus Incoterms, Stock Journals, Packaging, Product Categ...
Jagdish Panchal (Open ERP) [Fri, 16 Mar 2012 09:36:03 +0000 (15:06 +0530)]
[IMP] apply group_no_one on menus Incoterms, Stock Journals, Packaging, Product Categories in Warehouse and also remove group_no_one from UoM Categories, Units of Measure from purchase

bzr revid: jap@tinyerp.com-20120316093603-u7naup06v079ipoi

12 years ago[FIX] email_template: report_name must be rendered
Christophe Simonis [Fri, 16 Mar 2012 09:15:17 +0000 (10:15 +0100)]
[FIX] email_template: report_name must be rendered

bzr revid: chs@openerp.com-20120316091517-e2hc8ydzd3vnnv3j

12 years ago[FIX] procurement: schedulers, removed the unsupported keyword arg order= in read...
<GuewenBaconnier@Camptocamp> [Fri, 16 Mar 2012 08:56:26 +0000 (09:56 +0100)]
[FIX] procurement: schedulers, removed the unsupported keyword arg order= in read method

bzr revid: guewen.baconnier@camptocamp.com-20120316085626-x9t8ufpsm4pqonqz

12 years ago[IMP] puchasse: apply group_no_one on menus => Partner Categories, Product Categories...
Jagdish Panchal (Open ERP) [Fri, 16 Mar 2012 08:36:18 +0000 (14:06 +0530)]
[IMP] puchasse: apply group_no_one on menus => Partner Categories, Product Categories, UoM Categories,Units of Measure, Pricelist Versions and also remove menu Miscellaneous

bzr revid: jap@tinyerp.com-20120316083618-bmgtrmhidupz6nhz

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120316052914-p5yapsv9ni1xvv4q
bzr revid: launchpad_translations_on_behalf_of_openerp-20120316053017-3pne9tockyriwj6n

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120315045359-wvyka5craaprlj30
bzr revid: launchpad_translations_on_behalf_of_openerp-20120316051419-x54ftmkxyl1b8vgv

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120315044609-gdj56b4voubjv5kd
bzr revid: launchpad_translations_on_behalf_of_openerp-20120316050901-r5c17a1hfzkz9f1b

12 years ago[FIX] openerp-server: allow missing thread names in dump_stacks
Olivier Dony [Thu, 15 Mar 2012 18:13:55 +0000 (19:13 +0100)]
[FIX] openerp-server: allow missing thread names in dump_stacks

Report-printing threads don't seem to be included
in the list of active threads, but do need to
be dumped as well.

bzr revid: odo@openerp.com-20120315181355-phtkn2uhy638ei1e

12 years ago[FIX] sale,sale_layout: avoid RML loop when printing SO with very long notes
Olivier Dony [Thu, 15 Mar 2012 18:11:12 +0000 (19:11 +0100)]
[FIX] sale,sale_layout: avoid RML loop when printing SO with very long notes

Forward port of revision 5001 from the
6.0 branch. Apparently very long SO
notes (above 2200 characters) will cause
an endless loop while trying to render
inside a blockTable

bzr revid: odo@openerp.com-20120315181112-qa4ezlckzfycv5uy

12 years ago[FIX] email_template: attachments were not being sent due to programming error
Olivier Dony [Thu, 15 Mar 2012 15:55:12 +0000 (16:55 +0100)]
[FIX] email_template: attachments were not being sent due to programming error

bzr revid: odo@openerp.com-20120315155512-s76y2u3gz3awfy74

12 years ago[IMP] base_contact,html_view: remove the menu Contacts from base_contact_view.xml...
Jagdish Panchal (Open ERP) [Thu, 15 Mar 2012 12:54:30 +0000 (18:24 +0530)]
[IMP] base_contact,html_view: remove the menu Contacts from base_contact_view.xml, base_contact_process.xml and add the html_test in to sale menu

bzr revid: jap@tinyerp.com-20120315125430-xlt1dvf167mif3fn

12 years ago[FIX] AppendTo use Widget element, not Widget.
Vaibhav (OpenERP) [Thu, 15 Mar 2012 06:28:17 +0000 (11:58 +0530)]
[FIX] AppendTo use Widget element, not Widget.

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

bzr revid: vda@tinyerp.com-20120315062817-bzoimec5wz3o6la1

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120315051848-7bpke64obtjd3h06

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120313053419-651m21hw6ja8naqc
bzr revid: launchpad_translations_on_behalf_of_openerp-20120314054403-pdvtd2s58mehtlrd
bzr revid: launchpad_translations_on_behalf_of_openerp-20120315051817-qfmyll102427mgi9

12 years ago[FIX] manifest flag 'active' was renamed to 'auto_install' a while ago
Olivier Dony [Wed, 14 Mar 2012 18:18:53 +0000 (19:18 +0100)]
[FIX] manifest flag 'active' was renamed to 'auto_install' a while ago

The change occurred in server at revision 3989
and in addons at revision 6451, but had never
been done in openerp-web.
One indirect consequence was that the 'base'
modules was not considered auto-installable
anymore and its CSS files were not loaded on
web, causing layout issues, namely in the
modules kanban view.

Server rev 3989 = al@openerp.com-20120130211001-ytqx759fl920uegc
Addons rev 6451 = al@openerp.com-20120130211812-w0wu42hdu4l7koc4

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

bzr revid: odo@openerp.com-20120314181853-kzr6lgqxxcz7rreu

12 years ago[FIX] hr_timesheet_sheet: fixed yaml test
Quentin (OpenERP) [Wed, 14 Mar 2012 17:00:50 +0000 (18:00 +0100)]
[FIX] hr_timesheet_sheet: fixed yaml test

bzr revid: qdp-launchpad@openerp.com-20120314170050-kma11l6wz66vxv8v

12 years ago[IMP] test_ir_sequence: avoid spurious traceback logging
Olivier Dony [Wed, 14 Mar 2012 14:25:52 +0000 (15:25 +0100)]
[IMP] test_ir_sequence: avoid spurious traceback logging

bzr revid: odo@openerp.com-20120314142552-283i4s1lwrkt7zx3

12 years ago[MERGE] Latest fixes from 6.1
Olivier Dony [Wed, 14 Mar 2012 14:20:43 +0000 (15:20 +0100)]
[MERGE] Latest fixes from 6.1

bzr revid: odo@openerp.com-20120314142043-9jpk3dkss1hkvb3q

12 years ago[IMP] bump up release number
Olivier Dony [Wed, 14 Mar 2012 14:16:12 +0000 (15:16 +0100)]
[IMP] bump up release number

bzr revid: odo@openerp.com-20120314141612-3y0v4monykywvg44

12 years ago[FIX] Pass context to ir.sequence.next_by*
Stefan Rijnhart [Wed, 14 Mar 2012 12:53:24 +0000 (13:53 +0100)]
[FIX] Pass context to ir.sequence.next_by*

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

bzr revid: stefan@therp.nl-20120314125324-g1kbltrcygxlmcgt

12 years ago[FIX] sale: fixed demo data in order to make runbot green. Having mrp and mrp_jit...
Quentin (OpenERP) [Wed, 14 Mar 2012 11:10:55 +0000 (12:10 +0100)]
[FIX] sale: fixed demo data in order to make runbot green. Having mrp and mrp_jit installed was causing an assertion failure in sale/test/cancel_order.yml because the sale.order was not in shipping exception (as the procurement was automatically confirmed). As i guess this _is_ the wanted behavior where working in just in time, i just changed the demo data in order to have the test working in 'make to stock'

bzr revid: qdp-launchpad@openerp.com-20120314111055-49jiz4z3p87lqos1

12 years ago[FIX] BufferedDataSet: avoid randomizing results when there are no sort_fields
Olivier Dony [Wed, 14 Mar 2012 11:10:14 +0000 (12:10 +0100)]
[FIX] BufferedDataSet: avoid randomizing results when there are no sort_fields

Array.sort is not necessarily stable, and sorting an
array with an unstable sort will cause a randomization
of the original order, which should have been preserved.

See also:
  - http://ecma262-5.com/ELS5_Section_15.htm#Section_15.4.4.11
  - http://code.google.com/p/v8/issues/detail?id=90

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

bzr revid: odo@openerp.com-20120314111014-1igxhrynu5557di5

12 years ago[IMP] hr_expense, hr_recruitment: apply group_no_one on fields (create_date,write_dat...
Jagdish Panchal (Open ERP) [Wed, 14 Mar 2012 06:34:43 +0000 (12:04 +0530)]
[IMP] hr_expense, hr_recruitment: apply group_no_one on fields (create_date,write_date,date_open,user_valid..) in hr_expense_view.xml and hr_recruitment_view.xml

bzr revid: jap@tinyerp.com-20120314063443-4pq5ndbpjbg7gzob

12 years ago[IMP] project_task,project_issue: apply group_no_one on fields (date_start, date_end...
Jagdish Panchal (Open ERP) [Wed, 14 Mar 2012 06:22:28 +0000 (11:52 +0530)]
[IMP] project_task,project_issue: apply group_no_one on fields (date_start, date_end ,create_date....) in project_view.xml and project_issue_view.xml

bzr revid: jap@tinyerp.com-20120314062228-umf1jx4x6du6pv9f

12 years ago[IMP] event,purchase,stock: apply group_no_one on fields validator,date_approve,creat...
Jagdish Panchal (Open ERP) [Wed, 14 Mar 2012 06:09:49 +0000 (11:39 +0530)]
[IMP] event,purchase,stock: apply group_no_one on fields validator,date_approve,create_date,date and date_closed

bzr revid: jap@tinyerp.com-20120314060949-bqf5j0fispk70i4l

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120310052736-h7pcyns8m0yapx2r
bzr revid: launchpad_translations_on_behalf_of_openerp-20120311050705-4g6qxsmwzmefmekl
bzr revid: launchpad_translations_on_behalf_of_openerp-20120313053506-zeuvhbd8ml1rhmy8
bzr revid: launchpad_translations_on_behalf_of_openerp-20120314054433-q7eqdv6c3ise2wv1

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120314054427-vp8js9o3lw1h7ds6

12 years ago[IMP] crm: apply group_no_one on create_date, write_date, date_closed, date_open...
Jagdish Panchal (Open ERP) [Wed, 14 Mar 2012 05:28:33 +0000 (10:58 +0530)]
[IMP] crm: apply group_no_one on create_date, write_date, date_closed, date_open tree and search view in crm_lead_view.xml

bzr revid: jap@tinyerp.com-20120314052833-2gkl3qs5w5t2rm0g

12 years ago[IMP] wiki,document,crm_claim: apply group_no_one on field (create_date,write_date...
Jagdish Panchal (Open ERP) [Wed, 14 Mar 2012 05:11:15 +0000 (10:41 +0530)]
[IMP] wiki,document,crm_claim: apply group_no_one on field (create_date,write_date ...)

bzr revid: jap@tinyerp.com-20120314051115-jlnpdup6fh9wymnf

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120314044306-qli11mrllvyx0ctl

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120310045436-575z33tnn4ylhgmt
bzr revid: launchpad_translations_on_behalf_of_openerp-20120312043902-d43ik1qvtuz6xkvd
bzr revid: launchpad_translations_on_behalf_of_openerp-20120313050751-hkilihhs8zm4a8mp
bzr revid: launchpad_translations_on_behalf_of_openerp-20120314044248-xm1kexxswy9nc7wp