odoo/odoo.git
11 years ago[IMP] [CLEAN] [REVIEW] field._properties -> isinstance(field, fields.function).
Thibault Delavallée [Thu, 6 Dec 2012 09:16:48 +0000 (10:16 +0100)]
[IMP] [CLEAN] [REVIEW] field._properties -> isinstance(field, fields.function).

bzr revid: tde@openerp.com-20121206091648-vmy2ghr293reoxn6

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Thu, 6 Dec 2012 09:02:41 +0000 (10:02 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121206090241-vpbmp1fwd6gcddev

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 6 Dec 2012 04:39:33 +0000 (04:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121206043933-i6nbcy70edyb04ax

11 years ago[FIX] views remove unused session property
Antony Lesuisse [Thu, 6 Dec 2012 01:43:34 +0000 (02:43 +0100)]
[FIX] views remove unused session property

bzr revid: al@openerp.com-20121206014334-8a11s1iqysq6v9e1

11 years ago[IMP] portal_anonymous
Antony Lesuisse [Wed, 5 Dec 2012 23:41:40 +0000 (00:41 +0100)]
[IMP] portal_anonymous
add anonymous to the portal group. When both portal and anonymous are
installed, anonymous user can see the public subset of the portal menu.

bzr revid: al@openerp.com-20121205234140-qkcpthzx5f337n3x

11 years ago[IMP] anonymous login target current
Antony Lesuisse [Wed, 5 Dec 2012 23:11:37 +0000 (00:11 +0100)]
[IMP] anonymous login target current

bzr revid: al@openerp.com-20121205231137-rbpmh3qq79k0s15p

11 years ago[FIX] do not hardcode ids in tests
Christophe Simonis [Wed, 5 Dec 2012 17:37:33 +0000 (18:37 +0100)]
[FIX] do not hardcode ids in tests

bzr revid: chs@openerp.com-20121205173733-t686x9m2yylp552w

11 years ago[FIX] do not hardcode ids in tests
Christophe Simonis [Wed, 5 Dec 2012 17:17:07 +0000 (18:17 +0100)]
[FIX] do not hardcode ids in tests

bzr revid: chs@openerp.com-20121205171707-r073wdt2eza82qyt

11 years ago[IMP] auth_oauth: allow to redirect to a given action
Christophe Simonis [Wed, 5 Dec 2012 16:10:22 +0000 (17:10 +0100)]
[IMP] auth_oauth: allow to redirect to a given action

bzr revid: chs@openerp.com-20121205161022-bsf2el39azao9iqk

11 years ago[IMP] simplify @profile implementation
Xavier Morel [Wed, 5 Dec 2012 16:08:47 +0000 (17:08 +0100)]
[IMP] simplify @profile implementation

bzr revid: xmo@openerp.com-20121205160847-8zc8of4grueusbl2

11 years ago[IMP] ir_actions add a server action to run config wizards
Antony Lesuisse [Wed, 5 Dec 2012 16:00:15 +0000 (17:00 +0100)]
[IMP] ir_actions add a server action to run config wizards

bzr revid: al@openerp.com-20121205160015-lsst6j3218bn4usa

11 years ago[CLEAN] Removed some forgotten print statements.
Thibault Delavallée [Wed, 5 Dec 2012 15:35:35 +0000 (16:35 +0100)]
[CLEAN] Removed some forgotten print statements.

bzr revid: tde@openerp.com-20121205153535-lfs6yrokyk0wfm0w

11 years ago[DOC] Updated the doc about auto_join: a bit more precise, and updated accordingly...
Thibault Delavallée [Wed, 5 Dec 2012 15:34:49 +0000 (16:34 +0100)]
[DOC] Updated the doc about auto_join: a bit more precise, and updated accordingly to last changes in implementation.

bzr revid: tde@openerp.com-20121205153449-68uel0ne0od3jl9i

11 years ago[CLEAN] fields.py: added auto_join in one2many and many2one __init__, binded on _auto...
Thibault Delavallée [Wed, 5 Dec 2012 15:34:10 +0000 (16:34 +0100)]
[CLEAN] fields.py: added auto_join in one2many and many2one __init__, binded on _auto_join. Added some short explanations in fields.py about the attribute.

bzr revid: tde@openerp.com-20121205153410-07vo3j1c641xgmda

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1082849-sgo
vta vta@openerp.com [Wed, 5 Dec 2012 15:07:10 +0000 (16:07 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1082849-sgo

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

bzr revid: vta@openerp.com-20121205150710-58b325unq2xeqko4

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1083703-dhr
vta vta@openerp.com [Wed, 5 Dec 2012 14:48:17 +0000 (15:48 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1083703-dhr

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

bzr revid: vta@openerp.com-20121205144817-qjcov53hogwxmika

11 years ago[FIX] needaction: returns a count-like result.
Thibault Delavallée [Wed, 5 Dec 2012 14:32:38 +0000 (15:32 +0100)]
[FIX] needaction: returns a count-like result.

bzr revid: tde@openerp.com-20121205143238-xbna8akgqduap2t5

11 years ago[FIX] service/__init__.py: do not join() main thread
Christophe Simonis [Wed, 5 Dec 2012 14:32:22 +0000 (15:32 +0100)]
[FIX] service/__init__.py: do not join() main thread

bzr revid: chs@openerp.com-20121205143222-vrasdnzhdtdr307c

11 years ago[FIX] mail: on_scroll activate expandable message, reverse order of messages for...
Christophe Matthieu [Wed, 5 Dec 2012 14:25:23 +0000 (15:25 +0100)]
[FIX] mail: on_scroll activate expandable message, reverse order of messages for the root thread.

bzr revid: chm@openerp.com-20121205142523-3xl8go4stwitwkep

11 years ago[FIX] netsvc.py: ignore ENOTCONN on windows when calling shutdown() on sockets
Christophe Simonis [Wed, 5 Dec 2012 14:11:06 +0000 (15:11 +0100)]
[FIX] netsvc.py: ignore ENOTCONN on windows when calling shutdown() on sockets

bzr revid: chs@openerp.com-20121205141106-0oynmc3qdvy58owu

11 years ago[IMP] ir_needaction: search is now without count but with a limit (to 100), and a...
Thibault Delavallée [Wed, 5 Dec 2012 14:07:26 +0000 (15:07 +0100)]
[IMP] ir_needaction: search is now without count but with a limit (to 100), and a simplified order by. This allows much faster queries as postgresql does not have to worry about order and things like that.

bzr revid: tde@openerp.com-20121205140726-z1o4ueclat7y96pl

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1083763-ggh
vta vta@openerp.com [Wed, 5 Dec 2012 13:54:00 +0000 (14:54 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1083763-ggh

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

bzr revid: vta@openerp.com-20121205135400-81oguxvag24xw20l

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1038189-kbh-new
vta vta@openerp.com [Wed, 5 Dec 2012 13:37:23 +0000 (14:37 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1038189-kbh-new

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

bzr revid: vta@openerp.com-20121205133723-97su5a0ulgc1prg1

11 years ago[FIX] Bug https://bugs.launchpad.net/openobject-addons/+bug/1085787.
vta vta@openerp.com [Wed, 5 Dec 2012 13:17:23 +0000 (14:17 +0100)]
[FIX] Bug https://bugs.launchpad.net/openobject-addons/+bug/1085787.

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

bzr revid: vta@openerp.com-20121205131723-si0uxh66zop09o7f

11 years ago[MERGE] with account-invoice-api
Arnaud Pineux [Wed, 5 Dec 2012 13:09:18 +0000 (14:09 +0100)]
[MERGE] with account-invoice-api

bzr revid: api@openerp.com-20121205130918-g2cbp2my7d7trmtw

11 years ago[FIX] chrome template use a template url for the logo, needed for demo
Antony Lesuisse [Wed, 5 Dec 2012 12:42:18 +0000 (13:42 +0100)]
[FIX] chrome template use a template url for the logo, needed for demo

bzr revid: al@openerp.com-20121205124218-0qdvqed5td9mh84k

11 years ago[MERGE] with trunk
Arnaud Pineux [Wed, 5 Dec 2012 12:23:45 +0000 (13:23 +0100)]
[MERGE] with trunk

bzr revid: api@openerp.com-20121205122345-fzg83k63fxiqunz2

11 years ago[FIX] lunch cashmove
Arnaud Pineux [Wed, 5 Dec 2012 12:19:25 +0000 (13:19 +0100)]
[FIX] lunch cashmove

bzr revid: api@openerp.com-20121205121925-asb0utf241owo7mv

11 years ago[MERGE] with trunk
Arnaud Pineux [Wed, 5 Dec 2012 12:16:55 +0000 (13:16 +0100)]
[MERGE] with trunk

bzr revid: api@openerp.com-20121205121655-c376zv5nj1rx9z7t

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1085410-psa
vta vta@openerp.com [Wed, 5 Dec 2012 12:13:11 +0000 (13:13 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1085410-psa

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

bzr revid: vta@openerp.com-20121205121311-cfamomzk918e9n6l

11 years ago[MERGE] account.invoice: cleanup useless code, courtesy of Raphaël Valyi (Akretion)
Olivier Dony [Wed, 5 Dec 2012 11:28:53 +0000 (12:28 +0100)]
[MERGE] account.invoice: cleanup useless code, courtesy of Raphaël Valyi (Akretion)

bzr revid: odo@openerp.com-20121205112853-3kktg1r7bp82vwam

11 years ago[IMP] Cashmove fixed
Arnaud Pineux [Wed, 5 Dec 2012 11:26:15 +0000 (12:26 +0100)]
[IMP] Cashmove fixed

bzr revid: api@openerp.com-20121205112615-m67h501brw4b8efh

11 years ago[MERGE] Updated Venezuela Chart of Accounts, courtesy of Vauxoo
Olivier Dony [Wed, 5 Dec 2012 11:23:32 +0000 (12:23 +0100)]
[MERGE] Updated Venezuela Chart of Accounts, courtesy of Vauxoo

bzr revid: odo@openerp.com-20121205112332-npe5s242xwhh98z9

11 years ago[FIX] invoice pay customer fixed
Arnaud Pineux [Wed, 5 Dec 2012 10:29:19 +0000 (11:29 +0100)]
[FIX] invoice pay customer fixed

bzr revid: api@openerp.com-20121205102919-8mcsv0eos38p85u0

11 years ago[FIX] Fix parameter name as per my previous commit
vta vta@openerp.com [Wed, 5 Dec 2012 10:09:26 +0000 (11:09 +0100)]
[FIX] Fix parameter name as per my previous commit

bzr revid: vta@openerp.com-20121205100926-86ny5uw8l8n83b88

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-938728-odo
vta vta@openerp.com [Wed, 5 Dec 2012 09:57:59 +0000 (10:57 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-938728-odo

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

bzr revid: vta@openerp.com-20121205095759-grel33pdnwuefurt

11 years ago[FIX] account: incorrect on_change methods result in invalid final unit price
Olivier Dony [Wed, 5 Dec 2012 09:40:45 +0000 (10:40 +0100)]
[FIX] account: incorrect on_change methods result in invalid final unit price

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

bzr revid: odo@openerp.com-20121205094045-mhv7kp0dx2ptp5ui

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Wed, 5 Dec 2012 09:22:15 +0000 (10:22 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121205092215-g6a8fpxtd1fq3nwn

11 years ago[MERGE] Added Columbia Chart of Accounts, courtesy of Vauxoo
Olivier Dony [Wed, 5 Dec 2012 08:49:21 +0000 (09:49 +0100)]
[MERGE] Added Columbia Chart of Accounts, courtesy of Vauxoo

bzr revid: odo@openerp.com-20121205084921-sql9d8i5iun78rdw

11 years ago[ADD] added comment in _validate() explaining why the context is not passed around...
Vo Minh Thu [Wed, 5 Dec 2012 08:28:40 +0000 (09:28 +0100)]
[ADD] added comment in _validate() explaining why the context is not passed around when calling _constraints functions.

bzr revid: vmt@openerp.com-20121205082840-2ww34gbs7nl56952

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20121205052048-tvbqvj40zdyoxtf0
bzr revid: launchpad_translations_on_behalf_of_openerp-20121205054308-gayp86s3a2we62y7

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20121205051850-of8z1b1xzvayuk9t

11 years ago[FIX] Some specific accouts from the company where we implement this template erased
Nhomar Hernandez [Wed, 5 Dec 2012 04:47:13 +0000 (00:17 -0430)]
[FIX] Some specific accouts from the company where we implement this template erased
[FIX] Bad reference in xml_id 'cause copy and paste is bad ;-)

bzr revid: nhomar@gmail.com-20121205044713-dym9aaye7efdd3dm

11 years ago[FIX] Some fixes order on xml files
Nhomar Hernandez [Wed, 5 Dec 2012 04:27:52 +0000 (23:57 -0430)]
[FIX] Some fixes order on xml files
[FIX] Added tax==0 necesary for Vat reports in localization.
[FIX] Bad named some xml_ids
[IMP] Problem with Typo in my bad english

bzr revid: nhomar@gmail.com-20121205042752-clwxbsere4ljegox

11 years ago[ADD] Missing xml file for load data
Nhomar Hernandez [Wed, 5 Dec 2012 02:45:34 +0000 (22:15 -0430)]
[ADD] Missing xml file for load data

bzr revid: nhomar@gmail.com-20121205024534-r7403qh0bycex21c

11 years ago[REF] Totally refactored and rewriten base COA for Venezuela
Nhomar Hernandez [Wed, 5 Dec 2012 02:45:03 +0000 (22:15 -0430)]
[REF] Totally refactored and rewriten base COA for Venezuela

bzr revid: nhomar@gmail.com-20121205024503-ga9jr7lk1ptfw53t

11 years ago[FIX] Complying with folder standard
Nhomar Hernandez [Wed, 5 Dec 2012 02:19:23 +0000 (21:49 -0430)]
[FIX] Complying with folder standard

bzr revid: nhomar@gmail.com-20121205021923-lsk8j2mwwxx66ii5

11 years ago[REF][account] no brainer removal of useless code in invoice onchange_partner_id
Raphaël Valyi [Tue, 4 Dec 2012 19:48:31 +0000 (17:48 -0200)]
[REF][account] no brainer removal of useless code in invoice onchange_partner_id

bzr revid: rvalyi@gmail.com-20121204194831-i5d8uxdqrhtlqjon

11 years ago[FIX] Point 3 related to i18n Folder
Nhomar Hernandez [Tue, 4 Dec 2012 19:38:27 +0000 (15:08 -0430)]
[FIX] Point 3 related to i18n Folder
If in some moment we can just translate some few strings in a module
It should be cool to be able of translate Just __description__ of the

module.

bzr revid: nhomar@gmail.com-20121204193827-0f8iip7axeoe1i28

11 years ago[FIX] Some no-brain fixed due to odony comments on
Nhomar Hernandez [Tue, 4 Dec 2012 19:34:39 +0000 (15:04 -0430)]
[FIX] Some no-brain fixed due to odony comments on
MP : https://code.launchpad.net/~vauxoo/openobject-addons/trunk-l10n_co/+merge/137752
Solved point 1 and 2

bzr revid: nhomar@gmail.com-20121204193439-aasfyfr4o8uxuf62

11 years ago[IMP] expression.parse: added the support of domain on one2many fields when _auto_tru...
Thibault Delavallée [Tue, 4 Dec 2012 17:07:44 +0000 (18:07 +0100)]
[IMP] expression.parse: added the support of domain on one2many fields when _auto_true is activated. Leaf creation from an existing leaf moved as a method in expression object. Added some comments. Added / updated some tests.

bzr revid: tde@openerp.com-20121204170744-rv8e0zlteqoyj60o

11 years ago[FIX] clicks toggling @readonly radio buttons
Xavier Morel [Tue, 4 Dec 2012 16:23:54 +0000 (17:23 +0100)]
[FIX] clicks toggling @readonly radio buttons

bzr revid: xmo@openerp.com-20121204162354-6c4z8lvah683c5qx

11 years ago[REV] ir_ui_menu: needaction on menus back to their previous state (as in current...
Thibault Delavallée [Tue, 4 Dec 2012 14:56:08 +0000 (15:56 +0100)]
[REV] ir_ui_menu: needaction on menus back to their previous state (as in current trunk as ok 2012/12/04; another branch exist for speeding them up, this one is for improving the parsing.

bzr revid: tde@openerp.com-20121204145608-lah4uk40ok5litf0

11 years ago[I18N] auth_signup: regenerate translation template after merging with auth_reset_pas...
Olivier Dony [Tue, 4 Dec 2012 14:53:45 +0000 (15:53 +0100)]
[I18N] auth_signup: regenerate translation template after merging with auth_reset_password + carry over existing po entries

bzr revid: odo@openerp.com-20121204145345-f5vhzyi3gl1u54zz

11 years ago[FIX] auth_signup: missing translation marks in JS text
Olivier Dony [Tue, 4 Dec 2012 14:28:31 +0000 (15:28 +0100)]
[FIX] auth_signup: missing translation marks in JS text

bzr revid: odo@openerp.com-20121204142831-n8idmmz2nwn0ah15

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1079205-pja
vta vta@openerp.com [Tue, 4 Dec 2012 14:46:49 +0000 (15:46 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1079205-pja

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

bzr revid: vta@openerp.com-20121204144649-abpod80i1nspeeof

11 years ago[REF] [IMP] expression.parse: refactored the main parsing loop, now using source...
Thibault Delavallée [Tue, 4 Dec 2012 14:26:50 +0000 (15:26 +0100)]
[REF] [IMP] expression.parse: refactored the main parsing loop, now using source and result stacks. Leaf elements are encapsulated into a specific object, allowing to delegate the join condition formation and aliases generation, as well as working_table management to them. The main parsing loop is now a loop taking a leaf, doing one action on it, and putting the result back to be analyzed or in the results. This allows to avoid having while loops inside a main while loop with some weird corner effects.

bzr revid: tde@openerp.com-20121204142650-gkhmjdeu5upi25kp

11 years ago[MERGE] stock: proper quantity rounding, courtesy of Sebastien Lange (Syleam)
Olivier Dony [Tue, 4 Dec 2012 14:24:09 +0000 (15:24 +0100)]
[MERGE] stock: proper quantity rounding, courtesy of Sebastien Lange (Syleam)

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

bzr revid: odo@openerp.com-20121204142409-vts933xtqncqrran

11 years ago[MERGE] view list: Show the menu sidebar when a child item is showed.
Christophe Matthieu [Tue, 4 Dec 2012 14:14:16 +0000 (15:14 +0100)]
[MERGE] view list: Show the menu sidebar when a child item is showed.

bzr revid: chm@openerp.com-20121204141416-cay34shj7h5y4a6q

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1080127-pja
vta vta@openerp.com [Tue, 4 Dec 2012 13:23:27 +0000 (14:23 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1080127-pja

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

bzr revid: vta@openerp.com-20121204132327-n73nl0s0xalxvjmt

11 years ago[FIX] web_analytics: works in monodb mode
Christophe Simonis [Tue, 4 Dec 2012 13:13:22 +0000 (14:13 +0100)]
[FIX] web_analytics: works in monodb mode

bzr revid: chs@openerp.com-20121204131322-ob2hgda17oj83fax

11 years ago[FIX] Incorrect dependency.
Nhomar Hernandez [Tue, 4 Dec 2012 11:54:33 +0000 (07:24 -0430)]
[FIX] Incorrect dependency.

bzr revid: nhomar@gmail.com-20121204115433-s4aiqpou5da6mdm7

11 years ago[MERGE] merged the branch with supplier payment term from alexis de Lattre (Akretion...
Quentin (OpenERP) [Tue, 4 Dec 2012 10:31:46 +0000 (11:31 +0100)]
[MERGE] merged the branch with supplier payment term from alexis de Lattre (Akretion). Thanks for the nice proposal

bzr revid: qdp-launchpad@openerp.com-20121204103146-9mfmx56ulfxrlphj

11 years ago[IMP] client actions doc fixes
Xavier Morel [Tue, 4 Dec 2012 09:49:25 +0000 (10:49 +0100)]
[IMP] client actions doc fixes

bzr revid: xmo@openerp.com-20121204094925-0h0un3eg6znnxy7i

11 years ago[FIX]crm:onchange on tree view
Khushboo Bhatt (Open ERP) [Tue, 4 Dec 2012 09:44:28 +0000 (15:14 +0530)]
[FIX]crm:onchange on tree view

bzr revid: kbh@tinyerp.com-20121204094428-5d4tyllzdwa05o9r

11 years ago[MERGE] trunk-merge_signup_resetpw-rco (merge auth_reset_password into auth_signup)
Raphael Collet [Tue, 4 Dec 2012 09:35:35 +0000 (10:35 +0100)]
[MERGE] trunk-merge_signup_resetpw-rco (merge auth_reset_password into auth_signup)

bzr revid: rco@openerp.com-20121204093535-4adcvecnozkbtbyj

11 years ago[FIX] Added the context of the action when evaluating the domain.
vta vta@openerp.com [Tue, 4 Dec 2012 09:33:26 +0000 (10:33 +0100)]
[FIX] Added the context of the action when evaluating the domain.

bzr revid: vta@openerp.com-20121204093326-plc4pf4qszok1rw6

11 years ago[FIX][TRUNK] Error in Reporting Dashboard (Warehouse).
Paramjit Singh Sahota [Tue, 4 Dec 2012 09:29:18 +0000 (14:59 +0530)]
[FIX][TRUNK] Error in Reporting Dashboard (Warehouse).

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

bzr revid: psa@tinyerp.com-20121204092918-a5rlok09mrlv026s

11 years ago[MERGE] from trunk
Raphael Collet [Tue, 4 Dec 2012 09:11:54 +0000 (10:11 +0100)]
[MERGE] from trunk

bzr revid: rco@openerp.com-20121204091154-a7e6wzq6bpt2676j

11 years ago[MERGE] staging branch with misc fixes in accounting
Quentin (OpenERP) [Tue, 4 Dec 2012 09:10:14 +0000 (10:10 +0100)]
[MERGE] staging branch with misc fixes in accounting

bzr revid: qdp-launchpad@openerp.com-20121204091014-89ck1ditngl1u12c

11 years ago[REM]crm:method of phoncall
Khushboo Bhatt (Open ERP) [Tue, 4 Dec 2012 08:56:47 +0000 (14:26 +0530)]
[REM]crm:method of phoncall

bzr revid: kbh@tinyerp.com-20121204085647-2a5x0fin6z6l03lc

11 years ago[FIX] Lunch wrong access rights
Arnaud Pineux [Tue, 4 Dec 2012 08:36:35 +0000 (09:36 +0100)]
[FIX] Lunch wrong access rights

bzr revid: api@openerp.com-20121204083635-trp1qh1kidabngsr

11 years ago[FIX] translate,orm: remember local Model [_sql]_constraints, and keep only those...
Olivier Dony [Tue, 4 Dec 2012 08:29:47 +0000 (09:29 +0100)]
[FIX] translate,orm: remember local Model [_sql]_constraints, and keep only those when exporting translations

Previously all _*constraints leaked upstream and
downstream, and were duplicated in all the exported
terms for all modules inheriting from a given model.

bzr revid: odo@openerp.com-20121204082947-tdpiu71ryxzuredb

11 years ago[MERGE] fix the serialized field domain in the model view.
Vo Minh Thu [Tue, 4 Dec 2012 15:00:04 +0000 (16:00 +0100)]
[MERGE] fix the serialized field domain in the model view.

bzr revid: vmt@openerp.com-20121204150004-lq8t7qgeimeskysf

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Tue, 4 Dec 2012 08:24:27 +0000 (09:24 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121130093658-uvm0gbo90su88psh
bzr revid: tde@openerp.com-20121203131657-4gcp4wreylnmw2or
bzr revid: tde@openerp.com-20121204082427-7zdzn6f21xzvxby9

11 years ago[MERGE] Merged lp:~openerp-dev/openobject-addons/trunk-filters-warehouse-pja into...
vta vta@openerp.com [Tue, 4 Dec 2012 07:51:02 +0000 (08:51 +0100)]
[MERGE] Merged lp:~openerp-dev/openobject-addons/trunk-filters-warehouse-pja into lp:openobject-addons, which solves some tracebacks when filtering in warehouse.

bzr revid: vta@openerp.com-20121204075102-xxnctn7y68rxom8g

11 years ago[FIX]crm:onchange added on opportunity_id
Khushboo Bhatt (Open ERP) [Tue, 4 Dec 2012 07:24:42 +0000 (12:54 +0530)]
[FIX]crm:onchange added on opportunity_id

bzr revid: kbh@tinyerp.com-20121204072442-bqs25ks3vkn5da0t

11 years ago[Fix] Fixed the issue of timesheet activities usability problem
ggh-openerp [Tue, 4 Dec 2012 06:22:59 +0000 (11:52 +0530)]
[Fix] Fixed the issue of timesheet activities usability problem

bzr revid: ggh@tinyerp.com-20121204062259-t71tb4dn41a52u52

11 years ago[MERGE]merge with trunk
Khushboo Bhatt (Open ERP) [Tue, 4 Dec 2012 06:17:29 +0000 (11:47 +0530)]
[MERGE]merge with trunk

bzr revid: kbh@tinyerp.com-20121204061729-tl6loso2kr6imc2t

11 years ago[IMP]crm:onchange method for opportunity to set phone,mobile,sales team and partner
Khushboo Bhatt (Open ERP) [Tue, 4 Dec 2012 06:00:42 +0000 (11:30 +0530)]
[IMP]crm:onchange method for opportunity to set phone,mobile,sales team and partner

bzr revid: kbh@tinyerp.com-20121204060042-dgr2ibddolhk5yzg

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20121204055506-fin73s7n3o52fmuy
bzr revid: launchpad_translations_on_behalf_of_openerp-20121204055956-fsd4tp3felpk8pm5

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20121204050358-y59q1n93uu6j3s03

11 years ago[ADD] Files to comply with minimal structure for quality purpose
Nhomar Hernandez [Tue, 4 Dec 2012 04:20:49 +0000 (23:50 -0430)]
[ADD] Files to comply with minimal structure for quality purpose

bzr revid: nhomar@gmail.com-20121204042049-b0490wqyikd2bf9a

11 years ago[ADD] Colombia chart of account
Nhomar Hernandez [Tue, 4 Dec 2012 04:08:19 +0000 (23:38 -0430)]
[ADD] Colombia chart of account

bzr revid: nhomar@gmail.com-20121204040819-2vwoopjg59yan3t3

11 years ago[IMP] improve css for monetary fields
Christophe Simonis [Mon, 3 Dec 2012 18:42:14 +0000 (19:42 +0100)]
[IMP] improve css for monetary fields

bzr revid: chs@openerp.com-20121203184214-wdunfzy4u2z99fk5

11 years ago[REM] stock_planning reintroduced after launchpad export
Xavier Morel [Mon, 3 Dec 2012 17:57:01 +0000 (18:57 +0100)]
[REM] stock_planning reintroduced after launchpad export

bzr revid: xmo@openerp.com-20121203175701-pahgm651weulzi76

11 years ago[I18N] Removed duplicated terms for inherited [_sql]_constraints
Olivier Dony [Mon, 3 Dec 2012 16:28:34 +0000 (17:28 +0100)]
[I18N] Removed duplicated terms for inherited [_sql]_constraints

bzr revid: odo@openerp.com-20121203162834-78jvf03c2octss1w

11 years ago[I18N] Removed duplicated terms for inherited [_sql]_constraints -> 400 terms removed
Olivier Dony [Mon, 3 Dec 2012 16:27:55 +0000 (17:27 +0100)]
[I18N] Removed duplicated terms for inherited [_sql]_constraints -> 400 terms removed

bzr revid: odo@openerp.com-20121203162755-p71dnn0k0t2b98yp

11 years ago[I18N] Update translation templates for latest changes
Olivier Dony [Mon, 3 Dec 2012 15:59:34 +0000 (16:59 +0100)]
[I18N] Update translation templates for latest changes

bzr revid: odo@openerp.com-20121203155934-zmut8afc7hh82b02

11 years ago[IMP] auth_signup: automatically invite new users to set their password (if they...
Raphael Collet [Mon, 3 Dec 2012 15:57:57 +0000 (16:57 +0100)]
[IMP] auth_signup: automatically invite new users to set their password (if they have an email address)

bzr revid: rco@openerp.com-20121203155757-a93sl67rubl3eoov

11 years ago[REM] auth_reset_password: functionality is taken over by auth_signup
Raphael Collet [Mon, 3 Dec 2012 15:50:05 +0000 (16:50 +0100)]
[REM] auth_reset_password: functionality is taken over by auth_signup

bzr revid: rco@openerp.com-20121203155005-cl6pu8dj9joagata

11 years ago[IMP] auth_signup: on login page, show the links 'Sign Up' and 'Reset Password' only...
Raphael Collet [Mon, 3 Dec 2012 15:48:11 +0000 (16:48 +0100)]
[IMP] auth_signup: on login page, show the links 'Sign Up' and 'Reset Password' only when enabled

bzr revid: rco@openerp.com-20121203154811-1v0f3eu444rkw6cp

11 years ago[MERGE] from trunk-fix-1084424: use abs(v)<epsilon when checking a small difference...
Christophe Matthieu [Mon, 3 Dec 2012 15:16:55 +0000 (16:16 +0100)]
[MERGE] from trunk-fix-1084424: use abs(v)<epsilon when checking a small difference between 2 values

bzr revid: chm@openerp.com-20121203151655-1eehju2e61mtlfxw

11 years ago[MERGE] stock: proper quantity rounding, courtesy of Sebastien Lange (Syleam)
Olivier Dony [Mon, 3 Dec 2012 15:01:34 +0000 (16:01 +0100)]
[MERGE] stock: proper quantity rounding, courtesy of Sebastien Lange (Syleam)

bzr revid: odo@openerp.com-20121203150134-eqej5zsjzm4a4z90

11 years ago[ADD] auth_signup: merge in functionality of auth_reset_password
Raphael Collet [Mon, 3 Dec 2012 14:44:24 +0000 (15:44 +0100)]
[ADD] auth_signup: merge in functionality of auth_reset_password

bzr revid: rco@openerp.com-20121203144424-39wrr5z78smswox2

11 years ago[MERGE] instance.init: less offensive constant
Olivier Dony [Mon, 3 Dec 2012 12:58:20 +0000 (13:58 +0100)]
[MERGE] instance.init: less offensive constant

bzr revid: odo@openerp.com-20121203125820-e1k8dphqhp35z2z2

11 years ago[FIX] rollback default conversion of js Object to py.object (not py.dict) and add...
Xavier Morel [Mon, 3 Dec 2012 12:23:12 +0000 (13:23 +0100)]
[FIX] rollback default conversion of js Object to py.object (not py.dict) and add default toJSON to all py.object

* Accesses in contexts & domains are object derefs, so using dicts was
  dumb

* But objects still need to round-trip through in case of e.g. o2m
  commands in contexts, so py.object needs a toJSON (or a special
  object kind needs to be added, specifically for round-tripping
  objects through)

bzr revid: xmo@openerp.com-20121203122312-gc499mujf4l0nuz7

11 years ago[FIX] incorrect conversion of JS arrays to py.js lists/tuples
Xavier Morel [Mon, 3 Dec 2012 11:47:06 +0000 (12:47 +0100)]
[FIX] incorrect conversion of JS arrays to py.js lists/tuples

bzr revid: xmo@openerp.com-20121203114706-dn5sqq3glqst4g1q

11 years ago[MERGE] from trunk-patest-w45: date and timerelative with timezone
Christophe Matthieu [Mon, 3 Dec 2012 11:30:44 +0000 (12:30 +0100)]
[MERGE] from trunk-patest-w45: date and timerelative with timezone

bzr revid: chm@openerp.com-20121203113044-p7xbxnva5kg9xbpu

11 years ago[Merge] Merge with lp:openobject-addons
Jalpesh Patel (OpenERP) [Mon, 3 Dec 2012 11:25:59 +0000 (16:55 +0530)]
[Merge] Merge with lp:openobject-addons

bzr revid: pja@tinyerp.com-20121203112559-ofkbangr2rzhrud8