odoo/odoo.git
11 years ago[IMP] base_action_rule: small code improvement
Raphael Collet [Fri, 21 Dec 2012 10:30:03 +0000 (11:30 +0100)]
[IMP] base_action_rule: small code improvement

bzr revid: rco@openerp.com-20121221103003-tl689nm2ser3u001

11 years ago[IMP] base_action_rule: remove deprecated field act_state from base.action.rule
Raphael Collet [Fri, 21 Dec 2012 10:27:53 +0000 (11:27 +0100)]
[IMP] base_action_rule: remove deprecated field act_state from base.action.rule

bzr revid: rco@openerp.com-20121221102753-qejsv25g952gz8nx

11 years ago[IMP] crm: remove inheritance on base.action.rule, and change demo action rules to...
Raphael Collet [Fri, 21 Dec 2012 10:21:51 +0000 (11:21 +0100)]
[IMP] crm: remove inheritance on base.action.rule, and change demo action rules to use standard stuff

bzr revid: rco@openerp.com-20121221102151-fxepq652rkeba62z

11 years ago[FIX] crm: adapt overridden method of base_action_rule
Raphael Collet [Thu, 20 Dec 2012 16:26:15 +0000 (17:26 +0100)]
[FIX] crm: adapt overridden method of base_action_rule

bzr revid: rco@openerp.com-20121220162615-zerev9bxpcqxtip1

11 years ago[IMP] base_action_rule: improve code using datetimes
Raphael Collet [Thu, 20 Dec 2012 14:39:14 +0000 (15:39 +0100)]
[IMP] base_action_rule: improve code using datetimes

bzr revid: rco@openerp.com-20121220143914-qwxmiixc4d455u5h

11 years ago[IMP] base_action_rule: refactor code
Raphael Collet [Thu, 20 Dec 2012 14:24:45 +0000 (15:24 +0100)]
[IMP] base_action_rule: refactor code

bzr revid: rco@openerp.com-20121220142445-emzzvhlw400q37c9

11 years ago[IMP] base_action_rule: change the field 'server_action_ids' into a many2many
Raphael Collet [Thu, 20 Dec 2012 13:23:18 +0000 (14:23 +0100)]
[IMP] base_action_rule: change the field 'server_action_ids' into a many2many

bzr revid: rco@openerp.com-20121220132318-mjc46h4mnw63svok

11 years ago[FIX] base_action_rule: tests
Raphael Collet [Thu, 20 Dec 2012 09:44:50 +0000 (10:44 +0100)]
[FIX] base_action_rule: tests

bzr revid: rco@openerp.com-20121220094450-wwkk1beszml5y9z6

11 years ago[IMP] base_action_rule: tests
Raphael Collet [Thu, 20 Dec 2012 09:09:19 +0000 (10:09 +0100)]
[IMP] base_action_rule: tests

bzr revid: rco@openerp.com-20121220090919-eelugxam0kmyn7s2

11 years ago[FIX] base_action_rule: fix in wrapper method
Raphael Collet [Wed, 19 Dec 2012 15:07:23 +0000 (16:07 +0100)]
[FIX] base_action_rule: fix in wrapper method

bzr revid: rco@openerp.com-20121219150723-n25qqmczh3oau1cn

11 years ago[IMP] base_action_rule: improve method _register_hook of base.action.rule
Raphael Collet [Wed, 19 Dec 2012 15:05:33 +0000 (16:05 +0100)]
[IMP] base_action_rule: improve method _register_hook of base.action.rule

bzr revid: rco@openerp.com-20121219150533-t513zasagd4a73sx

11 years ago[IMP] base_action_rule: improve field definitions, add missing domains and restrictions
Raphael Collet [Wed, 19 Dec 2012 14:23:45 +0000 (15:23 +0100)]
[IMP] base_action_rule: improve field definitions, add missing domains and restrictions

bzr revid: rco@openerp.com-20121219142345-pya9tjhd9ilepxy7

11 years ago[IMP] base_action_rule: remove unused stuff
Raphael Collet [Wed, 19 Dec 2012 14:22:35 +0000 (15:22 +0100)]
[IMP] base_action_rule: remove unused stuff

bzr revid: rco@openerp.com-20121219142235-uqs7m7jmeqh38bdt

11 years ago[FIX] base_action_rule: fix tests
Raphael Collet [Wed, 19 Dec 2012 14:20:21 +0000 (15:20 +0100)]
[FIX] base_action_rule: fix tests

bzr revid: rco@openerp.com-20121219142021-15h9an87hhhkbhi8

11 years ago[IMP] crm: remove unused import
Raphael Collet [Wed, 19 Dec 2012 13:14:59 +0000 (14:14 +0100)]
[IMP] crm: remove unused import

bzr revid: rco@openerp.com-20121219131459-xtbfvfll740dq9rg

11 years ago[MERGE] from trunk
Raphael Collet [Wed, 19 Dec 2012 13:09:53 +0000 (14:09 +0100)]
[MERGE] from trunk

bzr revid: rco@openerp.com-20121219130953-tq0e2mzw145j1ewx

11 years ago[IMP] project_issue: make extra info visible to project managers
Raphael Collet [Wed, 19 Dec 2012 10:26:52 +0000 (11:26 +0100)]
[IMP] project_issue: make extra info visible to project managers

bzr revid: rco@openerp.com-20121219102652-q5dov3t02l2kjqfl

11 years ago[FIX] res.users: context_get cache was not cleared properly, due to braindead impleme...
Olivier Dony [Wed, 19 Dec 2012 10:13:15 +0000 (11:13 +0100)]
[FIX] res.users: context_get cache was not cleared properly, due to braindead implementation of ormcache (skiparg is misused and off by 1 in clear_cache)

Discarding the cache completely is suboptimal but
makes the code simpler, and this is not performance
critical anyway. The cache is mostly useful during
module installation, which involves no call to clear_cache.

bzr revid: odo@openerp.com-20121219101315-1ccuwm6nvmov12zv

11 years ago[FIX] Dynamically reflow topmenu items (also during window resize)
Fabien Meghazi [Wed, 19 Dec 2012 10:00:29 +0000 (11:00 +0100)]
[FIX] Dynamically reflow topmenu items (also during window resize)

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

bzr revid: fme@openerp.com-20121219100029-xbtq2gfhogw131k3

11 years ago[IMP] Take menu out of the rendering flow during the window resize
Fabien Meghazi [Wed, 19 Dec 2012 09:55:50 +0000 (10:55 +0100)]
[IMP] Take menu out of the rendering flow during the window resize

bzr revid: fme@openerp.com-20121219095550-8imsql4rl4up1hw2

11 years ago[FIX] web_services: fix incorrect query to set admin's password and lang
Raphael Collet [Wed, 19 Dec 2012 09:38:16 +0000 (10:38 +0100)]
[FIX] web_services: fix incorrect query to set admin's password and lang

bzr revid: rco@openerp.com-20121219093816-atf0p0jtuwv6hd31

11 years ago[IMP] Use _.debounce helper for lazy reflow
Fabien Meghazi [Wed, 19 Dec 2012 09:35:57 +0000 (10:35 +0100)]
[IMP] Use _.debounce helper for lazy reflow

bzr revid: fme@openerp.com-20121219093557-g1of11sh45rn05xg

11 years ago[MERGE] trunk
Fabien Meghazi [Wed, 19 Dec 2012 09:01:28 +0000 (10:01 +0100)]
[MERGE] trunk

bzr revid: fme@openerp.com-20121219090128-m5z0l5rlee8mu6hj

11 years ago[FIX] hr_holidays: workflow transition was missing signal for first validation
Raphael Collet [Wed, 19 Dec 2012 08:58:36 +0000 (09:58 +0100)]
[FIX] hr_holidays: workflow transition was missing signal for first validation

bzr revid: rco@openerp.com-20121219085836-eawn6pn44flnytwu

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 19 Dec 2012 05:22:38 +0000 (05:22 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121219051749-jfkdv3ohgd61z9pq
bzr revid: launchpad_translations_on_behalf_of_openerp-20121219052238-gjyvmd0dp8pahk2c

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 19 Dec 2012 05:15:00 +0000 (05:15 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121219051500-k2gb5w24tr2v2ux0

11 years ago[MERGE] merge trunk-owp-648324
Antony Lesuisse [Wed, 19 Dec 2012 02:54:29 +0000 (03:54 +0100)]
[MERGE] merge trunk-owp-648324

bzr revid: al@openerp.com-20121219025429-h4wn6tlhtvn2xpzg

11 years ago[MERGE] trunk
Antony Lesuisse [Wed, 19 Dec 2012 02:50:47 +0000 (03:50 +0100)]
[MERGE] trunk

bzr revid: al@openerp.com-20121219025047-og0v9r8x09y0wmd3

11 years agominor fixes
Antony Lesuisse [Wed, 19 Dec 2012 02:49:46 +0000 (03:49 +0100)]
minor fixes

bzr revid: al@openerp.com-20121219024946-6ezbvcizf09w8lio

11 years ago[IMP] base_crypt rename the confusing encrypt_md5 into md5crypt
Antony Lesuisse [Wed, 19 Dec 2012 01:29:26 +0000 (02:29 +0100)]
[IMP] base_crypt rename the confusing encrypt_md5 into md5crypt

bzr revid: odo@openerp.com-20121219012926-am17p40xagoid03s

11 years ago[IMP] base_crypt rename the confusing encrypt_md5 into md5crypt
Antony Lesuisse [Wed, 19 Dec 2012 01:25:22 +0000 (02:25 +0100)]
[IMP] base_crypt rename the confusing encrypt_md5 into md5crypt

bzr revid: al@openerp.com-20121219012522-2gsb2f9zth7s6kdp

11 years ago[MERGE] sale_margin: functions passed to store triggers cannot use inheritance, court...
Olivier Dony [Wed, 19 Dec 2012 01:25:10 +0000 (02:25 +0100)]
[MERGE] sale_margin: functions passed to store triggers cannot use inheritance, courtesy of Serpent Consulting Services

bzr revid: odo@openerp.com-20121219012510-m04yzgxnw9yzwtqc

11 years ago[MERGE] fleet: purchaser_id should is a res.partner id, courtesy of Serpent Consultin...
Olivier Dony [Wed, 19 Dec 2012 01:13:46 +0000 (02:13 +0100)]
[MERGE] fleet: purchaser_id should is a res.partner id, courtesy of Serpent Consulting Services

bzr revid: odo@openerp.com-20121219011346-giziq5rfx3r91cy6

11 years ago[MERGE] Harmonization of noupdate flag on security XML data, courtesy of Alexis de...
Olivier Dony [Wed, 19 Dec 2012 01:06:03 +0000 (02:06 +0100)]
[MERGE] Harmonization of noupdate flag on security XML data, courtesy of Alexis de Lattre (Akretion)

ir.rule records are in noupdate data blocks to let the admin
alter them without fear of them being reset at next update.
Other records such as groups are in normal mode, so they
can be updated whenever necessary

bzr revid: odo@openerp.com-20121219010603-6sle24muty4qbk8q

11 years ago[FIX] account_anglo_saxon: fix refund preparation after API refactoring by Akretion
Olivier Dony [Wed, 19 Dec 2012 01:04:29 +0000 (02:04 +0100)]
[FIX] account_anglo_saxon: fix refund preparation after API refactoring by Akretion

bzr revid: odo@openerp.com-20121219010429-heljgqgxbz02xcn9

11 years ago[MERGE] Access inherited product fields on the product directly rather than template...
Olivier Dony [Wed, 19 Dec 2012 00:24:04 +0000 (01:24 +0100)]
[MERGE] Access inherited product fields on the product directly rather than template, courtesy of Alexis de Lattre (Akretion)

makes the code a little more straightforward and does not hurt

bzr revid: odo@openerp.com-20121219002404-jsbiplgx2889ecvi

11 years ago[MERGE] Harmonization of noupdate flag on security XML data, courtesy of Alexis de...
Olivier Dony [Wed, 19 Dec 2012 00:10:31 +0000 (01:10 +0100)]
[MERGE] Harmonization of noupdate flag on security XML data, courtesy of Alexis de Lattre (Akretion)

ir.rule records are in noupdate data blocks to let the admin
alter them without fear of them being reset at next update.
Other records such as groups are in normal mode, so they
can be updated whenever necessary

bzr revid: odo@openerp.com-20121219001031-atkrq9zificm5lsp

11 years ago[IMP] ir_ui_view search
Antony Lesuisse [Tue, 18 Dec 2012 23:52:13 +0000 (00:52 +0100)]
[IMP] ir_ui_view search

bzr revid: al@openerp.com-20121218235213-qoa9nxzr04firmp9

11 years ago[MERGE] Harmonization of noupdate flag on security XML data, courtesy of Alexis de...
Olivier Dony [Tue, 18 Dec 2012 23:20:01 +0000 (00:20 +0100)]
[MERGE] Harmonization of noupdate flag on security XML data, courtesy of Alexis de Lattre (Akretion)

ir.rule records are in noupdate data blocks to let the admin
alter them without fear of them being reset at next update.
Other records such as groups are in normal mode, so they
can be updated whenever necessary

bzr revid: odo@openerp.com-20121218232001-t425t4hi7qbmsip2

11 years ago[MERGE] Access inherited product fields on the product directly rather than template...
Olivier Dony [Tue, 18 Dec 2012 22:50:15 +0000 (23:50 +0100)]
[MERGE] Access inherited product fields on the product directly rather than template, courtesy of Alexis de Lattre (Akretion)

It makes the code a little more straightforward and does not hurt.

bzr revid: odo@openerp.com-20121218225015-6r9ydxjlh147m3z1

11 years ago[MERGE] account: cleanup refund creation + ease inheritance, courtesy of Benoit Guill...
Olivier Dony [Tue, 18 Dec 2012 18:42:10 +0000 (19:42 +0100)]
[MERGE] account: cleanup refund creation + ease inheritance, courtesy of Benoit Guillot, Akretion

bzr revid: odo@openerp.com-20121218184210-kscqaid9vj0fman4

11 years ago[FIX] account_followup data forcecreate false
Antony Lesuisse [Tue, 18 Dec 2012 18:27:53 +0000 (19:27 +0100)]
[FIX] account_followup data forcecreate false

bzr revid: al@openerp.com-20121218182753-1m4mboe5g51dv1y3

11 years ago[FIX] account_followup data forcecreate false
Antony Lesuisse [Tue, 18 Dec 2012 18:18:38 +0000 (19:18 +0100)]
[FIX] account_followup data forcecreate false

bzr revid: al@openerp.com-20121218181838-dotecepcwumjrr4s

11 years ago[MERGE] Another batch of bugfixes from 6.1
Olivier Dony [Tue, 18 Dec 2012 17:55:47 +0000 (18:55 +0100)]
[MERGE] Another batch of bugfixes from 6.1

bzr revid: odo@openerp.com-20121218175547-7c1uxq4ypbi314gx

11 years ago[MERGE] account: cleanup refund creation + ease inheritance, courtesy of Benoit Guill...
Olivier Dony [Tue, 18 Dec 2012 17:42:25 +0000 (18:42 +0100)]
[MERGE] account: cleanup refund creation + ease inheritance, courtesy of Benoit Guillot, Akretion

bzr revid: odo@openerp.com-20121218174225-vheaos3zxh2q578l

11 years ago[FIX] Special case fields type 'id'. Always set readonly.
Fabien Meghazi [Tue, 18 Dec 2012 17:31:15 +0000 (18:31 +0100)]
[FIX] Special case fields type 'id'. Always set readonly.

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

bzr revid: fme@openerp.com-20121218173115-d5zgbfdkj3kivq26

11 years ago[MERGE] fix a bug in mail.thread.route
Stephane Wirtel [Tue, 18 Dec 2012 16:52:44 +0000 (17:52 +0100)]
[MERGE] fix a bug in mail.thread.route

bzr revid: stw@openerp.com-20121218165244-v657y8dfiw1czn5a

11 years ago[IMP] useability: allow cancelling PO
Fabien Pinckaers [Tue, 18 Dec 2012 16:45:14 +0000 (17:45 +0100)]
[IMP] useability: allow cancelling PO

bzr revid: fp@tinyerp.com-20121218164514-57s940lxlyejlql3

11 years ago[IMP] test scenario, task description changed
Fabien Pinckaers [Tue, 18 Dec 2012 16:37:16 +0000 (17:37 +0100)]
[IMP] test scenario, task description changed

bzr revid: fp@tinyerp.com-20121218163716-25uzhxceq3gaz0xl

11 years ago[FIX] mail.thread.route: ignore missing In-Reply-Tos
Stephane Wirtel [Tue, 18 Dec 2012 16:37:15 +0000 (17:37 +0100)]
[FIX] mail.thread.route: ignore missing In-Reply-Tos

bzr revid: stw@openerp.com-20121218163715-8l0qk8fhrg23d4er

11 years ago[FIX] l10n_ch: simpler/proper argument type for addons.get_module_resource
Olivier Dony [Tue, 18 Dec 2012 16:23:37 +0000 (17:23 +0100)]
[FIX] l10n_ch: simpler/proper argument type for addons.get_module_resource

bzr revid: odo@openerp.com-20121218162337-ou11i0ezddm1frf8

11 years ago[FIX] procurement view
Fabien Pinckaers [Tue, 18 Dec 2012 16:18:52 +0000 (17:18 +0100)]
[FIX] procurement view

bzr revid: fp@tinyerp.com-20121218161852-427ya3mcf09rjk02

11 years ago[MERGE] trunk-improve_signup-vta
Antony Lesuisse [Tue, 18 Dec 2012 16:16:50 +0000 (17:16 +0100)]
[MERGE] trunk-improve_signup-vta

bzr revid: al@openerp.com-20121218161650-dp5t9ky39wpcp4b6

11 years ago[fIX] invoice on picking
Fabien Pinckaers [Tue, 18 Dec 2012 16:12:34 +0000 (17:12 +0100)]
[fIX] invoice on picking

bzr revid: fp@tinyerp.com-20121218161234-5p6vnhzvu53ykpzc

11 years ago[MERGE] procurement workflow fixes + removal of a unused file hr_payroll_account...
Quentin (OpenERP) [Tue, 18 Dec 2012 16:11:36 +0000 (17:11 +0100)]
[MERGE] procurement workflow fixes + removal of a unused file hr_payroll_account/hr_payroll_account_workflow.xml

bzr revid: qdp-launchpad@openerp.com-20121218161136-dqcinl0gputptkt3

11 years ago[FIX] invoice created by delivery order
Fabien Pinckaers [Tue, 18 Dec 2012 15:48:55 +0000 (16:48 +0100)]
[FIX] invoice created by delivery order

bzr revid: fp@tinyerp.com-20121218154855-hjwwfj3q3033oyn0

11 years ago[FIX] fixed anonymous autologin, and autojump to oauth provider directly
vta vta@openerp.com [Tue, 18 Dec 2012 15:32:55 +0000 (16:32 +0100)]
[FIX] fixed anonymous autologin, and autojump to oauth provider directly

bzr revid: vta@openerp.com-20121218153255-14mwitd6q06bbyor

11 years ago[MERGE] lp:~florent.x/openobject-addons/trunk-use-simplejson
Antony Lesuisse [Tue, 18 Dec 2012 15:21:10 +0000 (16:21 +0100)]
[MERGE] lp:~florent.x/openobject-addons/trunk-use-simplejson

bzr revid: al@openerp.com-20121218152110-aj4rxlzlovfp1qhw

11 years ago[MERGE] staging branch with misc fixes
Quentin (OpenERP) [Tue, 18 Dec 2012 15:20:05 +0000 (16:20 +0100)]
[MERGE] staging branch with misc fixes

bzr revid: qdp-launchpad@openerp.com-20121218152005-a1gahm72g6wylrg3

11 years ago[FIX] Calendar view reloads event using toStringed id
Fabien Meghazi [Tue, 18 Dec 2012 15:16:57 +0000 (16:16 +0100)]
[FIX] Calendar view reloads event using toStringed id

bzr revid: fme@openerp.com-20121218151657-ly74ph77q1c7nicz

11 years ago[FIX] lp: 1091660. Should not be able to book accounting entries for a contact
Quentin (OpenERP) [Tue, 18 Dec 2012 14:47:58 +0000 (15:47 +0100)]
[FIX] lp: 1091660. Should not be able to book accounting entries for a contact

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

bzr revid: qdp-launchpad@openerp.com-20121218144758-u7uoeshollh3mjay

11 years ago[FIX] FieldStatus.get_selection() many2one domain issues
vta vta@openerp.com [Tue, 18 Dec 2012 13:47:40 +0000 (14:47 +0100)]
[FIX] FieldStatus.get_selection() many2one domain issues

bzr revid: vta@openerp.com-20121218134740-ipmem2fo4mtgeaks

11 years ago[FIX] crm stage_id statusbar issues
vta vta@openerp.com [Tue, 18 Dec 2012 13:46:29 +0000 (14:46 +0100)]
[FIX] crm stage_id statusbar issues

bzr revid: vta@openerp.com-20121218134629-x0ygxo1hwer0m4jm

11 years ago[MERGE] trunk
Quentin (OpenERP) [Tue, 18 Dec 2012 13:41:18 +0000 (14:41 +0100)]
[MERGE] trunk

bzr revid: qdp-launchpad@openerp.com-20121218134118-ixggega7sumgv6gq

11 years ago[IMP] crm: add a button to send emails on opportunities
Quentin (OpenERP) [Tue, 18 Dec 2012 13:38:44 +0000 (14:38 +0100)]
[IMP] crm: add a button to send emails on opportunities

bzr revid: qdp-launchpad@openerp.com-20121218133844-jjx5ebo122ovwmfg

11 years ago[IMP] account: always show the name field in the form of account.bank.statement
Raphael Collet [Tue, 18 Dec 2012 13:38:19 +0000 (14:38 +0100)]
[IMP] account: always show the name field in the form of account.bank.statement

bzr revid: rco@openerp.com-20121218133819-x03qu491r6csmvbk

11 years ago[FIX] l10n_lu: in trunk the property_reserve_and_surplus_account field has been removed
Olivier Dony [Tue, 18 Dec 2012 13:37:25 +0000 (14:37 +0100)]
[FIX] l10n_lu: in trunk the property_reserve_and_surplus_account field has been removed

See rev 7783 revid:qdp-launchpad@openerp.com-20121015142729-0vlvv1mx54zr6p4f

bzr revid: odo@openerp.com-20121218133725-5gxd2sb1o1h8eaou

11 years ago[FIX] account: fix field in search view (that filter_domain does not work with web...
Raphael Collet [Tue, 18 Dec 2012 13:23:17 +0000 (14:23 +0100)]
[FIX] account: fix field in search view (that filter_domain does not work with web client 7.0)

bzr revid: rco@openerp.com-20121218132317-2zgt1x4j98wcp86l

11 years ago[HCK] Temporary jQuery monkey patch until the webclient's minifier is fixed or replaced.
Fabien Meghazi [Tue, 18 Dec 2012 13:12:44 +0000 (14:12 +0100)]
[HCK] Temporary jQuery monkey patch until the webclient's minifier is fixed or replaced.

jQuery's $.browser dict is not correctly filled when javascript is minified
https://bugs.launchpad.net/openerp-web/+bug/1091621

As this causes many problems with IE, this is a temporary patch until we fix/replace the minifier

bzr revid: fme@openerp.com-20121218131244-cw6mds1ow94bg6re

11 years ago[IMP] lunch: order of lunch orders
Quentin (OpenERP) [Tue, 18 Dec 2012 13:03:17 +0000 (14:03 +0100)]
[IMP] lunch: order of lunch orders

bzr revid: qdp-launchpad@openerp.com-20121218130317-1x35k89q79lop7bd

11 years ago[FIX] mail.thread.route: safer parsing of envelope headers, courtesy of Jordi Llonch
Olivier Dony [Tue, 18 Dec 2012 12:29:35 +0000 (13:29 +0100)]
[FIX] mail.thread.route: safer parsing of envelope headers, courtesy of Jordi Llonch

The Delivered-To cannot be considered
exclusively authoritative, as it is
commonly overwritten due to virtual
routes during mail delivery.
Its primary purpose is to avoid mail
loops, so it cannot be fully trusted
here.

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

bzr revid: odo@openerp.com-20121218122935-vbcld3vrl260z96m

11 years ago[FIX] account.payment: typo in forward-ported code for payment.order report
Olivier Dony [Tue, 18 Dec 2012 12:09:04 +0000 (13:09 +0100)]
[FIX] account.payment: typo in forward-ported code for payment.order report

bzr revid: odo@openerp.com-20121218120904-fk5qhvyk9qil5fse

11 years ago[FIX]CODA Handle IBAN, spaced and '-' bank account. Fix Journal_id not set in bank...
dle@openerp.com [Tue, 18 Dec 2012 11:27:45 +0000 (12:27 +0100)]
[FIX]CODA Handle IBAN, spaced and '-' bank account. Fix Journal_id not set in bank account

bzr revid: dle@openerp.com-20121218112745-yfell4wt9vx10kqk

11 years ago[ADD] Allow admin to edit the company logo
Fabien Meghazi [Tue, 18 Dec 2012 11:17:34 +0000 (12:17 +0100)]
[ADD] Allow admin to edit the company logo

bzr revid: fme@openerp.com-20121218111734-wu02xaifqyqz1g20

11 years ago[IMP]Comments with # instead of """
dle@openerp.com [Tue, 18 Dec 2012 11:10:09 +0000 (12:10 +0100)]
[IMP]Comments with # instead of """

bzr revid: dle@openerp.com-20121218111009-6tegxgjgh04hfint

11 years ago[FIX]Replace missplaced
dle@openerp.com [Tue, 18 Dec 2012 11:01:05 +0000 (12:01 +0100)]
[FIX]Replace missplaced

bzr revid: dle@openerp.com-20121218110105-pt18zaefasmkiaky

11 years ago[ADD]Comments
dle@openerp.com [Tue, 18 Dec 2012 10:45:32 +0000 (11:45 +0100)]
[ADD]Comments

bzr revid: dle@openerp.com-20121218104532-jvugb4cm2g1w90g8

11 years ago[FIX]Prevent sql injection²
dle@openerp.com [Tue, 18 Dec 2012 10:25:01 +0000 (11:25 +0100)]
[FIX]Prevent sql injection²

bzr revid: dle@openerp.com-20121218102501-mguye0rnkl0yjgm1

11 years ago[IMP] res_groups: add m2m field to see view restrictions with given group
Raphael Collet [Tue, 18 Dec 2012 10:19:16 +0000 (11:19 +0100)]
[IMP] res_groups: add m2m field to see view restrictions with given group

bzr revid: rco@openerp.com-20121218101916-r97xja82556schfg

11 years ago[FIX] account_followup: restrict an inherited view to a group.
Raphael Collet [Tue, 18 Dec 2012 10:10:49 +0000 (11:10 +0100)]
[FIX] account_followup: restrict an inherited view to a group.
This view causes an access right error in the web client, because the it
reads a field with followup lines, on which the user has no access right.

bzr revid: rco@openerp.com-20121218101049-nuzguzwcnokn118b

11 years ago[FIX]Prevent sql injection and remove print
dle@openerp.com [Tue, 18 Dec 2012 10:05:00 +0000 (11:05 +0100)]
[FIX]Prevent sql injection and remove print

bzr revid: dle@openerp.com-20121218100500-fd1j2rr5flfzgrse

11 years ago[FIX]Handle IBAN Format and check journal_id is set for bank account
dle@openerp.com [Tue, 18 Dec 2012 09:44:39 +0000 (10:44 +0100)]
[FIX]Handle IBAN Format and check journal_id is set for bank account

bzr revid: dle@openerp.com-20121218094439-jj1o2c53cu7w90mu

11 years ago[MERGE] trunk-import-openerp-thu (use strict naming convention when importing openerp...
Raphael Collet [Tue, 18 Dec 2012 08:59:14 +0000 (09:59 +0100)]
[MERGE] trunk-import-openerp-thu (use strict naming convention when importing openerp stuff)

bzr revid: rco@openerp.com-20121218085914-qzr2upqfxmfbzfsx

11 years ago[MERGE] trunk-import-openerp-thu (use strict naming convention when importing openerp...
Raphael Collet [Tue, 18 Dec 2012 08:57:50 +0000 (09:57 +0100)]
[MERGE] trunk-import-openerp-thu (use strict naming convention when importing openerp stuff)

bzr revid: rco@openerp.com-20121218085750-h0f50vi54q65ml5c

11 years ago[MERGE]Latest trunk
dle@openerp.com [Tue, 18 Dec 2012 08:51:21 +0000 (09:51 +0100)]
[MERGE]Latest trunk

bzr revid: dle@openerp.com-20121218085121-e1f6ziqvemkmnszg

11 years ago[FIX] document_webdav: fix mistaken imports
Raphael Collet [Tue, 18 Dec 2012 08:32:02 +0000 (09:32 +0100)]
[FIX] document_webdav: fix mistaken imports

bzr revid: rco@openerp.com-20121218083202-a11ujcvtqngx8vgz

11 years ago[FIX] Set the login value from params if present in the querystring
vta vta@openerp.com [Tue, 18 Dec 2012 08:19:08 +0000 (09:19 +0100)]
[FIX] Set the login value from params if present in the querystring

bzr revid: vta@openerp.com-20121218081908-6j0sx1df8jk1dm4u

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 18 Dec 2012 05:08:32 +0000 (05:08 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121218045907-df0xw1q7dgw696s1
bzr revid: launchpad_translations_on_behalf_of_openerp-20121218050221-ab50rd40d94gd9a0
bzr revid: launchpad_translations_on_behalf_of_openerp-20121218050832-5hvbj7p0bpsw6fp0

11 years ago[MERGE] Sync with trunk
Olivier Dony [Tue, 18 Dec 2012 02:52:30 +0000 (03:52 +0100)]
[MERGE] Sync with trunk

bzr revid: odo@openerp.com-20121218025230-zig415ldtmazgbxt

11 years ago[MERGE] l10n_mx: manual merge of updated l10n_mx, courtesy of Vauxoo
Olivier Dony [Tue, 18 Dec 2012 02:37:14 +0000 (03:37 +0100)]
[MERGE] l10n_mx: manual merge of updated l10n_mx, courtesy of Vauxoo

Was done as a manual merge (cherry-pick) to avoid
breaking file history when not really needed, and
when there are many similar files.

bzr revid: odo@openerp.com-20121218023714-921hju9esklavpx9

11 years ago[MERGE] Bugfixes from 6.1 until revision 6900
Olivier Dony [Tue, 18 Dec 2012 02:11:23 +0000 (03:11 +0100)]
[MERGE] Bugfixes from 6.1 until revision 6900

rev.6900 = xal@openerp.com-20120720134532-t07xr3lp8ouhn2dv

bzr revid: odo@openerp.com-20121218021123-9ligpn7bkr9zo4n7

11 years ago[REV] image dont generate smaller thumbnail if avoid_if_small, massive speedup on...
Antony Lesuisse [Tue, 18 Dec 2012 00:33:56 +0000 (01:33 +0100)]
[REV] image dont generate smaller thumbnail if avoid_if_small, massive speedup on demo

bzr revid: al@openerp.com-20121218003356-ldw86lkvpfihhiqn

11 years ago[IMP] ir_model_data search and list view
Antony Lesuisse [Mon, 17 Dec 2012 23:16:45 +0000 (00:16 +0100)]
[IMP] ir_model_data search and list view

bzr revid: al@openerp.com-20121217231645-jvus4p8ssp1g3vn8

11 years ago[FIX] sale,purchase: allow SO/PO long description to propagate to procurement.order...
Olivier Dony [Mon, 17 Dec 2012 22:28:27 +0000 (23:28 +0100)]
[FIX] sale,purchase: allow SO/PO long description to propagate to procurement.order and stock.move, remove size limits

bzr revid: odo@openerp.com-20121217222827-ga62qttp4wxzu7rv

11 years ago[FIX] base_calendar: res.users.lang may be NULL
Olivier Dony [Mon, 17 Dec 2012 22:26:29 +0000 (23:26 +0100)]
[FIX] base_calendar: res.users.lang may be NULL

bzr revid: odo@openerp.com-20121217222629-0btejze060msu6sl

11 years ago[FIX] project better default done cancelled stages
Antony Lesuisse [Mon, 17 Dec 2012 21:55:52 +0000 (22:55 +0100)]
[FIX] project better default done cancelled stages

bzr revid: al@openerp.com-20121217215552-g4d79d8hbx1e5c8x

11 years ago[IMP] res.users: enable cache on context_get, used by the _() translation function
Olivier Dony [Mon, 17 Dec 2012 21:47:00 +0000 (22:47 +0100)]
[IMP] res.users: enable cache on context_get, used by the _() translation function

When _() fails to find a context lang it looks
up the user language by calling context_get().
During module installation this may happen
thousands of times, and drastically slow down
the installation. Caching context_get calls
is an effective way to work around this,
until we find a better solution.

bzr revid: odo@openerp.com-20121217214700-6r7ju8iiaeowgj8i

11 years ago[FIX] orm,registry: properly check m2o FKs during model update + fix some models...
Olivier Dony [Mon, 17 Dec 2012 21:46:45 +0000 (22:46 +0100)]
[FIX] orm,registry: properly check m2o FKs during model update + fix some models `auto_init`ed multiple times

The case where no constraint existed at all was not working,
and after fixing it, the ORM started to re-create the same
constraints multiple times for some modules. This was for
models that are split within a module (such as res.users in
base, which is made of several small classes): all the
partial models were going through _auto_init instead
of only the final one - doing useless extra work.

Unfortunately establishing the FK happens before the
XML data files are loaded, so a number of FK and
NOT NULL constraints failed to apply due to missing
tables/records. base.sql had to be extended a bit
to cover these cases in a minimalist fashion

bzr revid: odo@openerp.com-20121217214645-av9n003yzterhujw

11 years ago[FIX] improved css kanban, save space
Fabien Pinckaers [Mon, 17 Dec 2012 18:37:40 +0000 (19:37 +0100)]
[FIX] improved css kanban, save space

bzr revid: fp@tinyerp.com-20121217183740-bem8h6oue1yl7iuz

11 years ago[IMP] css
Fabien Pinckaers [Mon, 17 Dec 2012 18:34:02 +0000 (19:34 +0100)]
[IMP] css

bzr revid: fp@tinyerp.com-20121217183402-wtuht9zcq0awjjpi