odoo/odoo.git
12 years agofix
Fabien Pinckaers [Sat, 24 Sep 2011 09:17:26 +0000 (11:17 +0200)]
fix

bzr revid: fp@tinyerp.com-20110924091726-gnqdy6oqqt7ytq64

12 years agomerge
Fabien Pinckaers [Sat, 24 Sep 2011 09:12:51 +0000 (11:12 +0200)]
merge

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

bzr revid: fp@tinyerp.com-20110924091251-4zb4pnczdplflv3l

12 years agomerge
Fabien Pinckaers [Sat, 24 Sep 2011 09:10:37 +0000 (11:10 +0200)]
merge

bzr revid: fp@tinyerp.com-20110924091037-kpy965dboeutk5y4

12 years agomerge
Fabien Pinckaers [Sat, 24 Sep 2011 09:09:40 +0000 (11:09 +0200)]
merge

bzr revid: fp@tinyerp.com-20110924090940-27s1o21p0gbps54f

12 years agomerge
Fabien Pinckaers [Sat, 24 Sep 2011 09:07:23 +0000 (11:07 +0200)]
merge

bzr revid: fp@tinyerp.com-20110924090723-3605bnq3szg3yw14

12 years agomerge
Fabien Pinckaers [Sat, 24 Sep 2011 09:04:07 +0000 (11:04 +0200)]
merge

bzr revid: fp@tinyerp.com-20110924090407-x4e0ptu2am495rpv

12 years agomerge
Fabien Pinckaers [Sat, 24 Sep 2011 09:02:27 +0000 (11:02 +0200)]
merge

bzr revid: fp@tinyerp.com-20110924090227-z4m2ymb6b1n5oxvz

12 years agomerge
Fabien Pinckaers [Sat, 24 Sep 2011 09:01:54 +0000 (11:01 +0200)]
merge

bzr revid: fp@tinyerp.com-20110924090154-oau9ngyvv61tzgql

12 years agomerge
Fabien Pinckaers [Sat, 24 Sep 2011 08:58:28 +0000 (10:58 +0200)]
merge

bzr revid: fp@tinyerp.com-20110924085828-ga372kstysyr096b

12 years agomerge
Fabien Pinckaers [Sat, 24 Sep 2011 08:17:22 +0000 (10:17 +0200)]
merge

bzr revid: fp@tinyerp.com-20110924081722-efzhpqzznhmtknml

12 years agomerge
Fabien Pinckaers [Sat, 24 Sep 2011 08:16:19 +0000 (10:16 +0200)]
merge

bzr revid: fp@tinyerp.com-20110924081619-idbmjnxrg9mlzjhk

12 years agomerge
Fabien Pinckaers [Sat, 24 Sep 2011 08:14:45 +0000 (10:14 +0200)]
merge

bzr revid: fp@tinyerp.com-20110924081445-1kn41y9z5vj677oz

12 years agomerge
Fabien Pinckaers [Sat, 24 Sep 2011 08:14:05 +0000 (10:14 +0200)]
merge

bzr revid: fp@tinyerp.com-20110924081405-tvmst7wzluwmhiir

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 24 Sep 2011 04:59:08 +0000 (04:59 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110924045908-xta8vp8da3oamwq2

12 years ago[FIX] orm,expression: special-case previous commit for osv_memory
Olivier Dony [Sat, 24 Sep 2011 02:49:28 +0000 (04:49 +0200)]
[FIX] orm,expression: special-case previous commit for osv_memory

This will soon be obsolete and deleted, as soon
as osv_memory will be removed and merged inside
normal osv.

bzr revid: odo@openerp.com-20110924024928-awgncvhcyfkmnak5

12 years ago[FIX] orm,expression: sanity checks for domain terms, cleanup, tests
Olivier Dony [Sat, 24 Sep 2011 02:03:03 +0000 (04:03 +0200)]
[FIX] orm,expression: sanity checks for domain terms, cleanup, tests

bzr revid: odo@openerp.com-20110924020303-2amkx95ij1yp8ofk

12 years ago[IMP] sql_db: auto-exception-logging can now be turned off per cursor, not only per...
Olivier Dony [Sat, 24 Sep 2011 01:58:52 +0000 (03:58 +0200)]
[IMP] sql_db: auto-exception-logging can now be turned off per cursor, not only per query

bzr revid: odo@openerp.com-20110924015852-9vru7cdsmzbvault

12 years ago[FIX] fix useless and invalid casts in domain fields
Olivier Dony [Sat, 24 Sep 2011 00:55:47 +0000 (02:55 +0200)]
[FIX] fix useless and invalid casts in domain fields

The ORM will automatically append 00:00:00 to a date
literal that is being compared with a timestamp field
with operators '>' or '>=', and 23:59:59 if compared
with operators '<' or '<='.
So a trivial domain for 'Today' is:
[('tstamp_field','>=',current_date),('tstamp_field','<=',current_date)]
taking advantage of the current_date helper that
is defined as the current date in YYYY-MM-DD format.

bzr revid: odo@openerp.com-20110924005547-pvgblte6r14so7mw

12 years ago[MERGE] trunk-search_views or instead of and in groups
Antony Lesuisse [Fri, 23 Sep 2011 17:22:47 +0000 (19:22 +0200)]
[MERGE] trunk-search_views or instead of and in groups

bzr revid: al@openerp.com-20110923172247-pj5ii3pxisiyco6k

12 years ago[FIX] remove debugging crap
Antony Lesuisse [Fri, 23 Sep 2011 16:38:03 +0000 (18:38 +0200)]
[FIX] remove debugging crap

bzr revid: al@openerp.com-20110923163803-b4bjtzzkat0qpyot

12 years ago[IMP] openerp-server: catch db init errors to avoid exiting main thread
Olivier Dony [Fri, 23 Sep 2011 14:32:23 +0000 (16:32 +0200)]
[IMP] openerp-server: catch db init errors to avoid exiting main thread

bzr revid: odo@openerp.com-20110923143223-4c9gofbml7w2gimo

12 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-events-dbr
DBR (OpenERP) [Fri, 23 Sep 2011 13:51:46 +0000 (19:21 +0530)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-events-dbr

bzr revid: dbr@tinyerp.com-20110923135146-dhr8hzn78sc209d9

12 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-project-dbr
DBR (OpenERP) [Fri, 23 Sep 2011 13:48:29 +0000 (19:18 +0530)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-project-dbr

bzr revid: dbr@tinyerp.com-20110923134829-151ohvprlspirj9v

12 years ago[FIX] account: fiscalyear closure wizard
Quentin (OpenERP) [Fri, 23 Sep 2011 13:48:27 +0000 (15:48 +0200)]
[FIX] account: fiscalyear closure wizard

bzr revid: qdp-launchpad@openerp.com-20110923134827-0o64yz7letsop1n6

12 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-Manufacturing-dbr
DBR (OpenERP) [Fri, 23 Sep 2011 13:45:49 +0000 (19:15 +0530)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-Manufacturing-dbr

bzr revid: dbr@tinyerp.com-20110923134549-eix05curr8m5g7mu

12 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-sales_crm-dbr
DBR (OpenERP) [Fri, 23 Sep 2011 13:43:13 +0000 (19:13 +0530)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-sales_crm-dbr

bzr revid: dbr@tinyerp.com-20110923134313-x874u5wckb27a3g2

12 years ago[MERGE] lp:openobject-addons
DBR (OpenERP) [Fri, 23 Sep 2011 13:37:07 +0000 (19:07 +0530)]
[MERGE] lp:openobject-addons

bzr revid: dbr@tinyerp.com-20110923133707-9nsgqq0d1f2qdlv5

12 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-warehouse_search_view-kjo
DBR (OpenERP) [Fri, 23 Sep 2011 13:34:35 +0000 (19:04 +0530)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-warehouse_search_view-kjo

bzr revid: dbr@tinyerp.com-20110923133435-zmkgda7cze1xtwsn

12 years ago[FIX] Merge Diff
Kuldeep Joshi (OpenERP) [Fri, 23 Sep 2011 13:31:43 +0000 (19:01 +0530)]
[FIX] Merge Diff

bzr revid: kjo@tinyerp.com-20110923133143-bow7devd85xo7qoa

12 years ago[MERGE]
Kuldeep Joshi (OpenERP) [Fri, 23 Sep 2011 13:27:00 +0000 (18:57 +0530)]
[MERGE]

bzr revid: kjo@tinyerp.com-20110923132700-xzn3dm3f34s9m8rp

12 years ago[Merge]
DBR (OpenERP) [Fri, 23 Sep 2011 13:24:33 +0000 (18:54 +0530)]
[Merge]

bzr revid: dbr@tinyerp.com-20110923132433-7x9qqyuk5v1cikbl

12 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-purchase_search_view-kjo
DBR (OpenERP) [Fri, 23 Sep 2011 13:21:07 +0000 (18:51 +0530)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-purchase_search_view-kjo

bzr revid: dbr@tinyerp.com-20110923132107-bft5hk7ogpi4332g

12 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-account_search_view-kjo
DBR (OpenERP) [Fri, 23 Sep 2011 13:19:11 +0000 (18:49 +0530)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-account_search_view-kjo

bzr revid: dbr@tinyerp.com-20110923131911-ktpg2ovcx1ynyv1d

12 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-tools-jam
DBR (OpenERP) [Fri, 23 Sep 2011 13:17:21 +0000 (18:47 +0530)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-tools-jam

bzr revid: dbr@tinyerp.com-20110923131721-ep5gssib4ttol1np

12 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-hr-jam
DBR (OpenERP) [Fri, 23 Sep 2011 13:15:17 +0000 (18:45 +0530)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-hr-jam

bzr revid: dbr@tinyerp.com-20110923131517-zyjf9rnecm3lbo6d

12 years ago[IMP] merge
Kuldeep Joshi (OpenERP) [Fri, 23 Sep 2011 13:12:26 +0000 (18:42 +0530)]
[IMP] merge

bzr revid: kjo@tinyerp.com-20110923131226-1159u9mbcgjaiivi

12 years ago[IMP] merge
Kuldeep Joshi (OpenERP) [Fri, 23 Sep 2011 13:11:33 +0000 (18:41 +0530)]
[IMP] merge

bzr revid: kjo@tinyerp.com-20110923131133-tzeypu8fta0ygiqx

12 years ago[IMP] merge
Kuldeep Joshi (OpenERP) [Fri, 23 Sep 2011 13:09:40 +0000 (18:39 +0530)]
[IMP] merge

bzr revid: kjo@tinyerp.com-20110923130940-xqt2t2r8z0zxu08c

12 years ago[MERGE]
Jigar Amin - OpenERP [Fri, 23 Sep 2011 13:08:53 +0000 (18:38 +0530)]
[MERGE]

bzr revid: jam@tinyerp.com-20110923130853-nqr25360kxgb63fw

12 years ago[MERGE]
Jigar Amin - OpenERP [Fri, 23 Sep 2011 13:07:38 +0000 (18:37 +0530)]
[MERGE]

bzr revid: jam@tinyerp.com-20110923130738-uzthimbpppbt16sx

12 years ago[FIX] l10n_be tax name must be unique
Antony Lesuisse [Fri, 23 Sep 2011 12:52:43 +0000 (14:52 +0200)]
[FIX] l10n_be tax name must be unique

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

bzr revid: al@openerp.com-20110923125243-gw3m1r6q5baw3sl4

12 years ago[Merge]with: lp:openobject-addons
DBR (OpenERP) [Fri, 23 Sep 2011 12:47:21 +0000 (18:17 +0530)]
[Merge]with: lp:openobject-addons

bzr revid: dbr@tinyerp.com-20110923124721-91yted7lcm326xxa

12 years ago[Merge]with: lp:openobject-addons
DBR (OpenERP) [Fri, 23 Sep 2011 12:43:56 +0000 (18:13 +0530)]
[Merge]with: lp:openobject-addons

bzr revid: dbr@tinyerp.com-20110923124356-qyci7n6jywfb0cs4

12 years ago[Merge]with: lp:openobject-addons
DBR (OpenERP) [Fri, 23 Sep 2011 12:43:43 +0000 (18:13 +0530)]
[Merge]with: lp:openobject-addons

bzr revid: dbr@tinyerp.com-20110923124343-iuex997clsr8j7e7

12 years ago[Merge]with: lp:openobject-addons
DBR (OpenERP) [Fri, 23 Sep 2011 12:41:51 +0000 (18:11 +0530)]
[Merge]with: lp:openobject-addons

bzr revid: dbr@tinyerp.com-20110923124151-xubdhznf6n8ul7jn

12 years ago[FIX] It is possible to mention an undeclared column in a domain.
Vo Minh Thu [Fri, 23 Sep 2011 10:18:39 +0000 (12:18 +0200)]
[FIX] It is possible to mention an undeclared column in a domain.
Actually, this seems to be used for the logging columns
which are in database but not necessarily in _columns.
This is ugly and a warning is now issued.

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

bzr revid: vmt@openerp.com-20110923101839-ko0s7ekt4dlyvrx2

12 years ago[RMV]project_caldav: remove test file
DBR (OpenERP) [Fri, 23 Sep 2011 09:38:20 +0000 (15:08 +0530)]
[RMV]project_caldav: remove test file

bzr revid: dbr@tinyerp.com-20110923093820-3xfn39ju1dhq3w0c

12 years agoSet parent_id for project in right place
DBR (OpenERP) [Fri, 23 Sep 2011 08:57:04 +0000 (14:27 +0530)]
Set parent_id for project in right place

bzr revid: dbr@tinyerp.com-20110923085704-872zdzhtgxsojet3

12 years ago[IMP]Improve the code
DBR (OpenERP) [Fri, 23 Sep 2011 08:48:55 +0000 (14:18 +0530)]
[IMP]Improve the code

bzr revid: dbr@tinyerp.com-20110923084855-j87vzna3gv39h6hm

12 years ago[IMP] Account Chart Creation Problem
ARA (OpenERP) [Fri, 23 Sep 2011 07:35:25 +0000 (13:05 +0530)]
[IMP] Account Chart Creation Problem

bzr revid: ara@tinyerp.com-20110923073525-4w1sh53z09th84du

12 years agoStatements changes
DBR (OpenERP) [Fri, 23 Sep 2011 06:49:08 +0000 (12:19 +0530)]
Statements changes

bzr revid: dbr@tinyerp.com-20110923064908-cjg4owqe8y49ff9j

12 years ago[IMP]remove repeated code
DBR (OpenERP) [Fri, 23 Sep 2011 06:39:49 +0000 (12:09 +0530)]
[IMP]remove repeated code

bzr revid: dbr@tinyerp.com-20110923063949-4c6oymzdaick8pav

12 years ago[IMP]stock_invoice_directly: Improvement is Done as Per Specification
Mayur Maheshwari (OpenERP) [Fri, 23 Sep 2011 06:39:10 +0000 (12:09 +0530)]
[IMP]stock_invoice_directly: Improvement is Done as Per Specification

bzr revid: mma@tinyerp.com-20110923063910-ucaj07uoami9xfv8

12 years ago[IMP]Improve the statments of yml file
DBR (OpenERP) [Fri, 23 Sep 2011 05:37:22 +0000 (11:07 +0530)]
[IMP]Improve the statments of yml file

bzr revid: dbr@tinyerp.com-20110923053722-2o05hvar14yoavp2

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 23 Sep 2011 04:39:05 +0000 (04:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110923043905-blb8usifowzv9nt0

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 23 Sep 2011 04:38:33 +0000 (04:38 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110923043833-1a97lxlpim7mlfnj

12 years ago[IMP] reorganize standalone script's options a bit
Xavier Morel [Thu, 22 Sep 2011 15:02:18 +0000 (17:02 +0200)]
[IMP] reorganize standalone script's options a bit

bzr revid: xmo@openerp.com-20110922150218-mhmuk4vn83hro402

12 years ago[MERGE] support running a standalone OpenERP Web instance behind a trivially configur...
Xavier Morel [Thu, 22 Sep 2011 15:00:51 +0000 (17:00 +0200)]
[MERGE] support running a standalone OpenERP Web instance behind a trivially configured reverse proxy

bzr revid: xmo@openerp.com-20110922150051-xdmar5ahck8pcn26

12 years ago[MERGE] unaccent support + domain parsing cleanup/improvements
Olivier Dony [Thu, 22 Sep 2011 14:08:56 +0000 (16:08 +0200)]
[MERGE] unaccent support + domain parsing cleanup/improvements

bzr revid: odo@openerp.com-20110922140856-p8q0ib1lirgv1g02

12 years ago[FIX] account_voucher: fixed typo in error raised when one of the accounts for curren...
Quentin (OpenERP) [Thu, 22 Sep 2011 13:46:42 +0000 (15:46 +0200)]
[FIX] account_voucher: fixed typo in error raised when one of the accounts for currency rate difference is not set on the company

bzr revid: qdp-launchpad@openerp.com-20110922134642-sgkm3e9fmgcr95r3

12 years ago[FIX] l10n_it: Fixed account type and added respected accounts with correct types.
Ujjvala Collins (OpenERP) [Thu, 22 Sep 2011 13:11:13 +0000 (18:41 +0530)]
[FIX] l10n_it: Fixed account type and added respected accounts with correct types.

bzr revid: uco@tinyerp.com-20110922131113-ho5l3qzjbn0w7rkb

12 years ago[RMV]crm_caldav: remove yml file
DBR (OpenERP) [Thu, 22 Sep 2011 12:37:52 +0000 (18:07 +0530)]
[RMV]crm_caldav: remove yml file

bzr revid: dbr@tinyerp.com-20110922123752-5fasbwimvaetnwxu

12 years ago[IMP] use same fieldpath-splitting function in data_import and data_export, document...
Xavier Morel [Thu, 22 Sep 2011 12:25:42 +0000 (14:25 +0200)]
[IMP] use same fieldpath-splitting function in data_import and data_export, document it a bit

bzr revid: xmo@openerp.com-20110922122542-eradrjva23894wpr

12 years agoImprove the statments
DBR (OpenERP) [Thu, 22 Sep 2011 11:43:25 +0000 (17:13 +0530)]
Improve the statments

bzr revid: dbr@tinyerp.com-20110922114325-pdaf41uih8gcgrmz

12 years ago[IMP]stock_location: change a type
Mayur Maheshwari (OpenERP) [Thu, 22 Sep 2011 11:11:11 +0000 (16:41 +0530)]
[IMP]stock_location: change a type

bzr revid: mma@tinyerp.com-20110922111111-javrebombn75vcys

12 years ago[MERGE]: Merge with lp:openobject-addons
Mayur Maheshwari (OpenERP) [Thu, 22 Sep 2011 10:46:29 +0000 (16:16 +0530)]
[MERGE]: Merge with lp:openobject-addons

bzr revid: mma@tinyerp.com-20110922104629-mwupktl4kh6wbp56

12 years agoRemove the separator
DBR (OpenERP) [Thu, 22 Sep 2011 10:42:28 +0000 (16:12 +0530)]
Remove the separator

bzr revid: dbr@tinyerp.com-20110922104228-tqrjx6ajh289nsin

12 years ago[FIX] Account Chart Creation Problem
ARA (OpenERP) [Thu, 22 Sep 2011 10:32:11 +0000 (16:02 +0530)]
[FIX] Account Chart Creation Problem

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

bzr revid: ara@tinyerp.com-20110922103211-rv64goc6jasq6ss0

12 years ago[MERGE]: Merge with lp:openobject-addons
Mayur Maheshwari (OpenERP) [Thu, 22 Sep 2011 10:31:29 +0000 (16:01 +0530)]
[MERGE]: Merge with lp:openobject-addons

bzr revid: mma@tinyerp.com-20110922103129-tzi4x1952w46s2am

12 years ago[IMP]Improve the code
DBR (OpenERP) [Thu, 22 Sep 2011 10:30:57 +0000 (16:00 +0530)]
[IMP]Improve the code

bzr revid: dbr@tinyerp.com-20110922103057-nlb77lksv28t6oas

12 years ago[FIX] crm_installer sale_crm modifier lp:855351
Antony Lesuisse [Thu, 22 Sep 2011 10:11:28 +0000 (12:11 +0200)]
[FIX] crm_installer sale_crm modifier lp:855351

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

bzr revid: al@openerp.com-20110922101128-l0rq2yk3sl09h8i2

12 years ago[IMP]stock: highlight a un-used function
Mayur Maheshwari (OpenERP) [Thu, 22 Sep 2011 10:09:52 +0000 (15:39 +0530)]
[IMP]stock: highlight a un-used function

bzr revid: mma@tinyerp.com-20110922100952-w7od697fouowomif

12 years ago[FIX] l10n_es, l10n_in, l10n_it: Fixed error of 'Receivable/Payable' accounts when...
Ujjvala Collins (OpenERP) [Thu, 22 Sep 2011 10:06:59 +0000 (15:36 +0530)]
[FIX] l10n_es, l10n_in, l10n_it: Fixed error of 'Receivable/Payable' accounts when installing different chart of accounts.

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

bzr revid: uco@tinyerp.com-20110922100659-73cl0wwin1p9exv1

12 years ago[MERGE] import_sugarcrm tfr
Antony Lesuisse [Thu, 22 Sep 2011 09:55:31 +0000 (11:55 +0200)]
[MERGE] import_sugarcrm tfr

bzr revid: al@openerp.com-20110922095531-oivmvia4zdnz1rkn

12 years ago[imp] switched the dates to UTC. I'm so happy.
niv-openerp [Thu, 22 Sep 2011 09:54:43 +0000 (11:54 +0200)]
[imp] switched the dates to UTC. I'm so happy.

bzr revid: nicolas.vanhoren@openerp.com-20110922095443-3pzaup9ryb2vb25m

12 years ago[MERGE] Merge with lp:openobject-addons
Bhumika (OpenERP) [Thu, 22 Sep 2011 09:51:56 +0000 (15:21 +0530)]
[MERGE] Merge with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20110922095156-70lgwz99wwg5evxp

12 years ago[fix] problem when creating a new user without specifying any groups
niv-openerp [Thu, 22 Sep 2011 09:38:19 +0000 (11:38 +0200)]
[fix] problem when creating a new user without specifying any groups

bzr revid: nicolas.vanhoren@openerp.com-20110922093819-zzz9y9rt1seklhr1

12 years ago[IMP] stock: change tooltip of To Do button
Kuldeep Joshi (OpenERP) [Thu, 22 Sep 2011 09:38:18 +0000 (15:08 +0530)]
[IMP] stock: change tooltip of To Do button

bzr revid: kjo@tinyerp.com-20110922093818-hojcoz8f3bd1kz0u

12 years ago[MERGE]: Merge with lp:openobject-addons
Mayur Maheshwari (OpenERP) [Thu, 22 Sep 2011 09:34:14 +0000 (15:04 +0530)]
[MERGE]: Merge with lp:openobject-addons

bzr revid: mma@tinyerp.com-20110922093414-45a75c9m1m553d2o

12 years ago[IMP]project_scrum: Improve the default search
DBR (OpenERP) [Thu, 22 Sep 2011 09:29:26 +0000 (14:59 +0530)]
[IMP]project_scrum: Improve the default search

bzr revid: dbr@tinyerp.com-20110922092926-ynbhj7n93t3l6d7x

12 years ago[FIX] cannot install chart template of belgian chart
ARA (OpenERP) [Thu, 22 Sep 2011 09:19:19 +0000 (14:49 +0530)]
[FIX] cannot install chart template of belgian chart

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

bzr revid: ara@tinyerp.com-20110922091919-zc9atxnlwoyromaq

12 years ago[MERGE]: Merge with lp:openobject-addons
Mayur Maheshwari (OpenERP) [Thu, 22 Sep 2011 09:12:49 +0000 (14:42 +0530)]
[MERGE]: Merge with lp:openobject-addons

bzr revid: mma@tinyerp.com-20110922091249-qlx9jubz52izvifr

12 years ago[IMP]stock: improement in invoice after merge
Mayur Maheshwari (OpenERP) [Thu, 22 Sep 2011 09:09:09 +0000 (14:39 +0530)]
[IMP]stock: improement in invoice after merge

bzr revid: mma@tinyerp.com-20110922090909-wljcxwn3a5of3mgj

12 years ago[Imp]Improve project_issue search view
DBR (OpenERP) [Thu, 22 Sep 2011 09:09:00 +0000 (14:39 +0530)]
[Imp]Improve project_issue search view

bzr revid: dbr@tinyerp.com-20110922090900-e34meuea1cap3edd

12 years ago[FIX] mrp: properly apply location chaining rules after exploding set/phantom BoM
Olivier Dony [Thu, 22 Sep 2011 09:07:59 +0000 (11:07 +0200)]
[FIX] mrp: properly apply location chaining rules after exploding set/phantom BoM

The explosion of a kit product typically produces a few
new stock moves, which must go through the normal
location chaining process. This was not the case, only
the kit move was properly chained.

bzr revid: odo@openerp.com-20110922090759-ukxz7eu8q388jk38

12 years ago[FIX] account:Profit and Loss and Balance Sheet Report Problem
Purnendu Singh (OpenERP) [Thu, 22 Sep 2011 08:58:47 +0000 (14:28 +0530)]
[FIX] account:Profit and Loss and Balance Sheet Report Problem

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

bzr revid: psi@tinyerp.com-20110922085847-9i6hhsqu7f1r5i2g

12 years ago[FIX] mrp: kit explosion with correct locations for all moves
Olivier Dony [Thu, 22 Sep 2011 08:43:45 +0000 (10:43 +0200)]
[FIX] mrp: kit explosion with correct locations for all moves

The kit moves initially from Stock -> Output after the
initial sale order. The components are exploded and
use the same Stock -> Output source and destination.
After the explosion, the kit's destination must change
back to Stock, so that this move does not alter
the stock levels once confirmed.
The kit's move is chained after the component's moves,
so that it becomes Done at the same time, which in
turn will mark the sale order as Delivered.
OPW Case #17431

bzr revid: odo@openerp.com-20110922084345-8nxant22mmiv5mdd

12 years ago[Imp]Improve code of registration search view
DBR (OpenERP) [Thu, 22 Sep 2011 07:16:11 +0000 (12:46 +0530)]
[Imp]Improve code of registration search view

bzr revid: dbr@tinyerp.com-20110922071611-juobodb1sk7f96m5

12 years ago[MERGE] sync with latest trunk
Olivier Dony [Thu, 22 Sep 2011 07:10:06 +0000 (09:10 +0200)]
[MERGE] sync with latest trunk

bzr revid: odo@openerp.com-20110922071006-axaf12qvvw486z3e

12 years ago[IMP] set ready button as search_default in stock.move action
Kuldeep Joshi (OpenERP) [Thu, 22 Sep 2011 07:00:17 +0000 (12:30 +0530)]
[IMP] set ready button as search_default in stock.move action

bzr revid: kjo@tinyerp.com-20110922070017-y2vnrro8r08ee4ps

12 years ago[MERGE]: Merge with latest trunk-addons and resolved conflicts in bank statement...
Rucha (Open ERP) [Thu, 22 Sep 2011 06:14:19 +0000 (11:44 +0530)]
[MERGE]: Merge with latest trunk-addons and resolved conflicts in bank statement as new state was added in statement

bzr revid: rpa@tinyerp.com-20110922061419-cvaza3f5050o0b85

12 years ago[MERGE]: Merge with lp:openobject-addons
Mayur Maheshwari (OpenERP) [Thu, 22 Sep 2011 05:35:25 +0000 (11:05 +0530)]
[MERGE]: Merge with lp:openobject-addons

bzr revid: mma@tinyerp.com-20110922053525-8nm03eief90e88cn

12 years ago[Merge]with: lp:openobject-addons
DBR (OpenERP) [Thu, 22 Sep 2011 05:06:23 +0000 (10:36 +0530)]
[Merge]with: lp:openobject-addons

bzr revid: dbr@tinyerp.com-20110922050623-hd02vq705erx69qq

12 years ago[Merge]with: lp:openobject-addons
DBR (OpenERP) [Thu, 22 Sep 2011 05:04:59 +0000 (10:34 +0530)]
[Merge]with: lp:openobject-addons

bzr revid: dbr@tinyerp.com-20110922050459-m2d8yv9h795q2twx

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 22 Sep 2011 04:48:12 +0000 (04:48 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110922044812-g8kielinq08b1khw

12 years ago[MERGE] trunk
tfr@openerp.com [Thu, 22 Sep 2011 03:02:01 +0000 (05:02 +0200)]
[MERGE] trunk

bzr revid: tfr@openerp.com-20110922030201-e3skbi1cbp5iv1bl

12 years ago[MERGE]
tfr@openerp.com [Thu, 22 Sep 2011 00:56:24 +0000 (02:56 +0200)]
[MERGE]

bzr revid: tfr@openerp.com-20110922005624-khwu3t0ghhudei5l

12 years ago[IMP] expression: fix [(o2m,not in,...)] domains, re-enable tests, cleanup
Olivier Dony [Thu, 22 Sep 2011 00:54:31 +0000 (02:54 +0200)]
[IMP] expression: fix [(o2m,not in,...)] domains, re-enable tests, cleanup

bzr revid: odo@openerp.com-20110922005431-gnym5pormtjkfu8q

12 years ago[MERGE] account financial report type=account_type, honor user_type sign
Antony Lesuisse [Thu, 22 Sep 2011 00:21:13 +0000 (02:21 +0200)]
[MERGE] account financial report type=account_type, honor user_type sign

bzr revid: al@openerp.com-20110922002113-1t1qutvu9mntmcd8

12 years ago[IMP] more consistent naming
Antony Lesuisse [Thu, 22 Sep 2011 00:13:01 +0000 (02:13 +0200)]
[IMP] more consistent naming

bzr revid: al@openerp.com-20110922001301-75782ppl28nv213e