odoo/odoo.git
13 years ago[IMP]: account: History tab must come at the end immediately before notes field in...
rpa (Open ERP) [Wed, 22 Sep 2010 12:26:36 +0000 (17:56 +0530)]
[IMP]: account: History tab must come at the end immediately before notes field in partner view

bzr revid: rpa@tinyerp.com-20100922122636-qe9asbpt1pe0ej24

13 years ago[FIX]: caldav: Minor fix for exporting selection value
rpa (Open ERP) [Wed, 22 Sep 2010 11:36:56 +0000 (17:06 +0530)]
[FIX]: caldav: Minor fix for exporting selection value

bzr revid: rpa@tinyerp.com-20100922113656-u3ccvvazvgmqx7h3

13 years ago[MERGE]
Harry (OpenERP) [Wed, 22 Sep 2010 11:08:07 +0000 (16:38 +0530)]
[MERGE]

bzr revid: hmo@tinyerp.com-20100922110807-til4nklb60o5hl7g

13 years ago[MERGE] account: cleanup (removal of print statements in tests) but also removal...
Xavier Morel [Wed, 22 Sep 2010 09:51:21 +0000 (11:51 +0200)]
[MERGE] account: cleanup (removal of print statements in tests) but also removal of a useless cr.commit

bzr revid: odo@openerp.com-20100922095121-em8p7un1p7f4lxid

13 years ago[FIX] hr_timesheet_sheet, mrp: don't pass a dict or list to fromkeys second argument...
olt@tinyerp.com [Wed, 22 Sep 2010 08:38:38 +0000 (10:38 +0200)]
[FIX] hr_timesheet_sheet, mrp: don't pass a dict or list to fromkeys second argument (it's only evaluated once)

bzr revid: olt@tinyerp.com-20100922083838-80ikcizior7qkcic

13 years ago[FIX] decimal_precision: clear cache after calling parent write
olt@tinyerp.com [Wed, 22 Sep 2010 08:38:35 +0000 (10:38 +0200)]
[FIX] decimal_precision: clear cache after calling parent write

bzr revid: olt@tinyerp.com-20100922083835-kjhopzhopkp7fyau

13 years ago[IMP] hr_holidays: hr.holidays.status: performance improvement: move sql query outsid...
olt@tinyerp.com [Wed, 22 Sep 2010 08:23:53 +0000 (10:23 +0200)]
[IMP] hr_holidays: hr.holidays.status: performance improvement: move sql query outside the loop

bzr revid: olt@tinyerp.com-20100922082353-kf95hdpfwzxtfoj6

13 years ago[IMP] remove commit from account/report/account_journal.py
Xavier Morel [Wed, 22 Sep 2010 06:15:07 +0000 (11:45 +0530)]
[IMP] remove commit from account/report/account_journal.py

bzr revid: xmo@openerp.com-20100922061507-076xytzpvubfcdhw

13 years ago[REM] print statement in parent_structure accounting test
Xavier Morel [Wed, 22 Sep 2010 06:13:11 +0000 (11:43 +0530)]
[REM] print statement in parent_structure accounting test

bzr revid: xmo@openerp.com-20100922061311-0iwcxfh24h7hkewr

13 years ago[REM] print statement in change_currency accounting test
Xavier Morel [Wed, 22 Sep 2010 06:12:09 +0000 (11:42 +0530)]
[REM] print statement in change_currency accounting test

bzr revid: xmo@openerp.com-20100922061209-s0p1ccf7k0f3t2va

13 years ago[REM] print statements from account/test/account_report.yml
Xavier Morel [Wed, 22 Sep 2010 06:10:04 +0000 (11:40 +0530)]
[REM] print statements from account/test/account_report.yml

bzr revid: xmo@openerp.com-20100922061004-lv61ehfjflmnzben

13 years ago[MERGE]: Merge with lp:openobject-addons
rpa (Open ERP) [Wed, 22 Sep 2010 05:50:33 +0000 (11:20 +0530)]
[MERGE]: Merge with lp:openobject-addons

bzr revid: rpa@tinyerp.com-20100922055033-dglsa09n1d2vwedv

13 years agomerge
Fabien Pinckaers [Tue, 21 Sep 2010 16:42:44 +0000 (18:42 +0200)]
merge

bzr revid: fp@tinyerp.com-20100921164244-48mjjjlpn0fk5n3k

13 years agomerge
Fabien Pinckaers [Tue, 21 Sep 2010 16:42:16 +0000 (18:42 +0200)]
merge

bzr revid: fp@tinyerp.com-20100921164216-nel6o6b446jd900q

13 years agomodifs
Fabien Pinckaers [Tue, 21 Sep 2010 16:41:26 +0000 (18:41 +0200)]
modifs

bzr revid: fp@tinyerp.com-20100921164126-qazwqt0zxmuvoj2e

13 years agomerge
Fabien Pinckaers [Tue, 21 Sep 2010 16:40:44 +0000 (18:40 +0200)]
merge

bzr revid: fp@tinyerp.com-20100921164044-pkzxo97lhziw6gnf

13 years agofix
Fabien Pinckaers [Tue, 21 Sep 2010 16:39:51 +0000 (18:39 +0200)]
fix

bzr revid: fp@tinyerp.com-20100921163951-0abtsd9apds8lj2e

13 years ago[MERGE]
Harry (OpenERP) [Tue, 21 Sep 2010 15:10:58 +0000 (20:40 +0530)]
[MERGE]

bzr revid: hmo@tinyerp.com-20100921151058-kwhfwq6raffjbuo6

13 years ago[IMP] thunderbird, outlook plugin
Harry (OpenERP) [Tue, 21 Sep 2010 15:07:46 +0000 (20:37 +0530)]
[IMP] thunderbird, outlook plugin

bzr revid: hmo@tinyerp.com-20100921150746-i4ccvy382ugl0pnb

13 years ago[IMP] crm:-useability improvements in Leads Analysis and Opportunities Analysis
mtr [Tue, 21 Sep 2010 13:47:36 +0000 (19:17 +0530)]
[IMP] crm:-useability improvements in Leads Analysis and Opportunities Analysis

bzr revid: mtr@mtr-20100921134736-6udg87kazch8rcu7

13 years ago[FIX] decimal_precision: change_digit does not return the same data type as precision_get
olt@tinyerp.com [Tue, 21 Sep 2010 13:26:39 +0000 (15:26 +0200)]
[FIX] decimal_precision: change_digit does not return the same data type as precision_get

bzr revid: olt@tinyerp.com-20100921132639-aacj51e3oneax3yb

13 years ago[MERGE]: merging from a trunk addons
Mantavya Gajjar [Tue, 21 Sep 2010 13:18:39 +0000 (18:48 +0530)]
[MERGE]: merging from a trunk addons

bzr revid: mga@tinyerp.com-20100921131839-162e6kcyl6m8rawq

13 years ago[IMP] hr_timesheet_sheet: performance improvement: rewriten one2many_mod2.get to...
olt@tinyerp.com [Tue, 21 Sep 2010 13:07:39 +0000 (15:07 +0200)]
[IMP] hr_timesheet_sheet: performance improvement: rewriten one2many_mod2.get to execute one sql query

bzr revid: olt@tinyerp.com-20100921130739-w55cdmr4ps0twa9y

13 years ago[FIX] the line was inadvertently removed
olt@tinyerp.com [Tue, 21 Sep 2010 13:06:49 +0000 (15:06 +0200)]
[FIX] the line was inadvertently removed

bzr revid: olt@tinyerp.com-20100921130649-fo2e12jnsm5m8052

13 years ago[FIX] Account: journal on account invoice with domain working now
Mustufa Rangwala [Tue, 21 Sep 2010 13:06:42 +0000 (18:36 +0530)]
[FIX] Account: journal on account invoice with domain working now

bzr revid: mra@mra-laptop-20100921130642-k39ewa3pw86r9xtl

13 years ago[IMP] decimal_precision: performance improvement:
olt@tinyerp.com [Tue, 21 Sep 2010 12:44:35 +0000 (14:44 +0200)]
[IMP] decimal_precision: performance improvement:
  * redirected 'get_precision.change_digit'
    function to use 'precision_get' method from 'decimal_precision' class
  * 'precision_get' method now uses a cache (invalidated in write)
  * added an sql constraint: name should be unique

bzr revid: olt@tinyerp.com-20100921124435-5vrd80zpucjaxya4

13 years ago[FIX] Account_voucher : Correction on ymla nd removed unused report
VRA,JVO [Tue, 21 Sep 2010 12:51:53 +0000 (18:21 +0530)]
[FIX] Account_voucher : Correction on ymla nd removed unused report

bzr revid: jvo@tinyerp.com-20100921125153-x2qgn5x04aff75u4

13 years ago[FIX] MRP : import statement fix
JMA,VRA [Tue, 21 Sep 2010 12:04:42 +0000 (17:34 +0530)]
[FIX] MRP : import statement fix

bzr revid: jvo@tinyerp.com-20100921120442-cqgi121lgzkqsmoi

13 years ago[FIX] Product : fixes after yml test and -init mode test
JMA,VRA [Tue, 21 Sep 2010 11:38:21 +0000 (17:08 +0530)]
[FIX] Product : fixes after yml test and -init mode test

bzr revid: jvo@tinyerp.com-20100921113821-o87lknzsyhu1k0mc

13 years ago[FIX] Account: put a domain on the journal_id in order to see only the sale journal...
Mustufa Rangwala [Tue, 21 Sep 2010 11:14:36 +0000 (16:44 +0530)]
[FIX] Account: put a domain on the journal_id in order to see only the sale journal in customer invoice, the sale refund journal in the customer refund invoices, the purchase journal in supplier invoices and the purchase_refund in the supplier refunds

bzr revid: mra@mra-laptop-20100921111436-sdzf6ra6wvsa8723

13 years ago[MERGE] merge with same branch
qdp-launchpad@tinyerp.com [Tue, 21 Sep 2010 10:55:03 +0000 (12:55 +0200)]
[MERGE] merge with same branch

bzr revid: qdp-launchpad@tinyerp.com-20100921105503-fgwkfmwpkry1gher

13 years ago[MERGE]: Merge with lp:openobject-addons
rpa (Open ERP) [Tue, 21 Sep 2010 10:40:52 +0000 (16:10 +0530)]
[MERGE]: Merge with lp:openobject-addons

bzr revid: rpa@tinyerp.com-20100921104052-01ng5nrnv5acdjsu

13 years ago[FIX] Account: reconcile next partner if the partner is empty on move lines dont...
Mustufa Rangwala [Tue, 21 Sep 2010 10:28:55 +0000 (15:58 +0530)]
[FIX] Account: reconcile next partner if the partner is empty on move lines dont write last rec. date on it

bzr revid: mra@mra-laptop-20100921102855-wu1fdh91giv97cxn

13 years ago[REM] Account: account type => remove parent id and child ids field from the object...
Mustufa Rangwala [Tue, 21 Sep 2010 10:24:48 +0000 (15:54 +0530)]
[REM] Account: account type => remove parent id and child ids field from the object and view

bzr revid: mra@mra-laptop-20100921102448-ca97hku8wk53bfbr

13 years agoPartner Assignation Improvement
Fabien Pinckaers [Tue, 21 Sep 2010 10:15:44 +0000 (12:15 +0200)]
Partner Assignation Improvement

bzr revid: fp@tinyerp.com-20100921101544-kn582esckm4ekzps

13 years ago[IMP] account_voucher: improved reconciliation on bank statement process
qdp-launchpad@tinyerp.com [Tue, 21 Sep 2010 10:13:33 +0000 (12:13 +0200)]
[IMP] account_voucher: improved reconciliation on bank statement process

bzr revid: qdp-launchpad@tinyerp.com-20100921101333-h6teef81i3hnxy9i

13 years ago[REF] account: refactoring of validation of bank statement
qdp-launchpad@tinyerp.com [Tue, 21 Sep 2010 10:08:37 +0000 (12:08 +0200)]
[REF] account: refactoring of validation of bank statement

bzr revid: qdp-launchpad@tinyerp.com-20100921100837-i070zxv72z83aqkv

13 years ago[MERGE] merge from trunk addons
Mustufa Rangwala [Tue, 21 Sep 2010 09:47:50 +0000 (15:17 +0530)]
[MERGE] merge from trunk addons

bzr revid: mra@mra-laptop-20100921094750-npiv93p2nvgy920s

13 years ago[IMP]: sale: Minor typo
rpa (Open ERP) [Tue, 21 Sep 2010 09:40:22 +0000 (15:10 +0530)]
[IMP]: sale: Minor typo

bzr revid: rpa@tinyerp.com-20100921094022-a88l3wypbb8ljk73

13 years ago[IMP] crm:-useability improvements in Reporting/Phone Calls Analysis
mtr [Tue, 21 Sep 2010 09:38:06 +0000 (15:08 +0530)]
[IMP] crm:-useability improvements in Reporting/Phone Calls Analysis

bzr revid: mtr@mtr-20100921093806-zcyigx1pz9yv7gk2

13 years ago[REF]
Mustufa Rangwala [Tue, 21 Sep 2010 09:24:39 +0000 (14:54 +0530)]
[REF]

bzr revid: mra@mra-laptop-20100921092439-s4dotzj97yy0wbzr

13 years agomerge
Fabien Pinckaers [Tue, 21 Sep 2010 08:40:08 +0000 (10:40 +0200)]
merge

bzr revid: fp@tinyerp.com-20100921084008-rachsa20j22pcfxz

13 years agofix
Fabien Pinckaers [Tue, 21 Sep 2010 08:39:12 +0000 (10:39 +0200)]
fix

bzr revid: fp@tinyerp.com-20100921083912-dbk78oqvy3xo8cch

13 years agomoved
Fabien Pinckaers [Tue, 21 Sep 2010 08:37:31 +0000 (10:37 +0200)]
moved

bzr revid: fp@tinyerp.com-20100921083731-vxl42pk01j9maz79

13 years agomove
Fabien Pinckaers [Tue, 21 Sep 2010 08:36:59 +0000 (10:36 +0200)]
move

bzr revid: fp@tinyerp.com-20100921083659-asr13u4eyzjdr4sb

13 years ago[REF]
Mustufa Rangwala [Tue, 21 Sep 2010 08:33:03 +0000 (14:03 +0530)]
[REF]

bzr revid: mra@mra-laptop-20100921083303-m5apn0d9pxm5e33l

13 years ago[FIX] Fetchmail : Correction for pop server mail processing
Ferchu [Tue, 21 Sep 2010 07:32:53 +0000 (13:02 +0530)]
[FIX] Fetchmail : Correction for pop server mail processing

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

bzr revid: jvo@tinyerp.com-20100921073253-hmf0yps77j8s8o9n

13 years ago[IMP] crm_claim:-useability improvements in Reporting/Claim Analysis
mtr [Tue, 21 Sep 2010 07:17:53 +0000 (12:47 +0530)]
[IMP] crm_claim:-useability improvements in Reporting/Claim Analysis

bzr revid: mtr@mtr-20100921071753-cozn5vkd9u5c8wn4

13 years ago[FIX]: crm: normal CRM User can not create/write meetings
rpa (Open ERP) [Tue, 21 Sep 2010 07:14:05 +0000 (12:44 +0530)]
[FIX]: crm: normal CRM User can not create/write meetings

bzr revid: rpa@tinyerp.com-20100921071405-crcj4ngz4gz0i0hv

13 years ago[IMP]: Minor improvements in configuration wizard tooltip
rpa (Open ERP) [Tue, 21 Sep 2010 06:59:49 +0000 (12:29 +0530)]
[IMP]: Minor improvements in configuration wizard tooltip

bzr revid: rpa@tinyerp.com-20100921065949-pwngcf1catotm57i

13 years ago[FIX] Account: Account move line => journal items if the state is move user is not...
Mustufa Rangwala [Tue, 21 Sep 2010 06:36:31 +0000 (12:06 +0530)]
[FIX] Account: Account move line => journal items if the state is move user is not allowed to change its currency and amount of foreigh currency

bzr revid: mra@mra-laptop-20100921063631-4ndy7xo02o6thg93

13 years ago[FIX] fixed an error in 'copy' method
olt@tinyerp.com [Tue, 21 Sep 2010 06:33:50 +0000 (08:33 +0200)]
[FIX] fixed an error in 'copy' method

bzr revid: olt@tinyerp.com-20100921063350-r6i51lvorh5qudqe

13 years ago[FIX] colspan on crm.meeting.allday
Xavier Morel [Tue, 21 Sep 2010 06:18:28 +0000 (11:48 +0530)]
[FIX] colspan on crm.meeting.allday

bzr revid: xmo@openerp.com-20100921061828-j0ihg7z7bf0rtvxi

13 years ago[MERGE]: Merge with lp:openobject-addons-trunk
ksa (Open ERP) [Tue, 21 Sep 2010 04:52:08 +0000 (10:22 +0530)]
[MERGE]: Merge with lp:openobject-addons-trunk

bzr revid: ksa@tinyerp.co.in-20100921045208-jam37mu4ajojzw2i

13 years ago[IMP] account: usability changes in analysis view
qdp-launchpad@tinyerp.com [Mon, 20 Sep 2010 16:01:12 +0000 (18:01 +0200)]
[IMP] account: usability changes in analysis view

bzr revid: qdp-launchpad@tinyerp.com-20100920160112-ij614heo78furavq

13 years ago[REF] account: refactoring in bank statement confirmation
qdp-launchpad@tinyerp.com [Mon, 20 Sep 2010 15:59:47 +0000 (17:59 +0200)]
[REF] account: refactoring in bank statement confirmation

bzr revid: qdp-launchpad@tinyerp.com-20100920155947-yvi0h4wrzx8tq2lx

13 years ago[IMP] project: performance improvement: moved sql query outside loop
olt@tinyerp.com [Mon, 20 Sep 2010 15:12:41 +0000 (17:12 +0200)]
[IMP] project: performance improvement: moved sql query outside loop

bzr revid: olt@tinyerp.com-20100920151241-owecugwym2ft09gy

13 years ago[IMP] mrp: only import the methods actually used instead of whole module
olt@tinyerp.com [Mon, 20 Sep 2010 15:11:56 +0000 (17:11 +0200)]
[IMP] mrp: only import the methods actually used instead of whole module

bzr revid: olt@tinyerp.com-20100920151156-cz77f9le62a3xo8n

13 years ago[IMP] project: no need to use operator.itemgetter when a simple lambda can do the...
olt@tinyerp.com [Mon, 20 Sep 2010 13:59:21 +0000 (15:59 +0200)]
[IMP] project: no need to use operator.itemgetter when a simple lambda can do the same operation

bzr revid: olt@tinyerp.com-20100920135921-fhqshcnqlepcflly

13 years ago[IMP] crm_fundraising:-useability improvements as defined on etherpad
mtr [Mon, 20 Sep 2010 13:59:10 +0000 (19:29 +0530)]
[IMP] crm_fundraising:-useability improvements as defined on etherpad

bzr revid: mtr@mtr-20100920135910-1lcgn6fb87ze59ev

13 years ago[IMP] project: performance improvement: moved '_get_user_and_default_uom_ids' method...
olt@tinyerp.com [Mon, 20 Sep 2010 13:51:40 +0000 (15:51 +0200)]
[IMP] project: performance improvement: moved '_get_user_and_default_uom_ids' method outside the loop

bzr revid: olt@tinyerp.com-20100920135140-yaxst57a22r1pxvo

13 years ago[IMP]: Improvement view for archive to openerp window
ksa (Open ERP) [Mon, 20 Sep 2010 13:28:40 +0000 (18:58 +0530)]
[IMP]: Improvement view for archive to openerp window

bzr revid: ksa@tinyerp.co.in-20100920132840-4qpnx1rggzdqszso

13 years ago[IMP]: crm, mailgateway: Reverted changes to make history read/write
rpa (Open ERP) [Mon, 20 Sep 2010 13:10:53 +0000 (18:40 +0530)]
[IMP]: crm, mailgateway: Reverted changes to make history read/write

bzr revid: rpa@tinyerp.com-20100920131053-3w7jwvxw78i7dhn5

13 years ago[FIX] CRM : Report for Business opportunities corrected
JMA(OpenERP) [Mon, 20 Sep 2010 12:32:36 +0000 (18:02 +0530)]
[FIX] CRM : Report for Business opportunities corrected

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

bzr revid: jvo@tinyerp.com-20100920123236-45pfwtpsr97nmshf

13 years ago[IMP]: crm*: "Add new note" ==> "Add Internal Note"
rpa (Open ERP) [Mon, 20 Sep 2010 12:26:34 +0000 (17:56 +0530)]
[IMP]: crm*: "Add new note" ==> "Add Internal Note"

bzr revid: rpa@tinyerp.com-20100920122634-y18p4vvdqlbnc02q

13 years ago[IMP]: crm: Added help text for probability
rpa (Open ERP) [Mon, 20 Sep 2010 12:22:58 +0000 (17:52 +0530)]
[IMP]: crm: Added help text for probability

bzr revid: rpa@tinyerp.com-20100920122258-s3btrq93v4qa1wjw

13 years ago[IMP]: base_calendar: Minor improvement in search view
rpa (Open ERP) [Mon, 20 Sep 2010 12:19:27 +0000 (17:49 +0530)]
[IMP]: base_calendar: Minor improvement in search view

bzr revid: rpa@tinyerp.com-20100920121927-dwd0o0bac6vca67j

13 years ago[IMP]: base_action_rule: Minor improvement in view
rpa (Open ERP) [Mon, 20 Sep 2010 12:12:05 +0000 (17:42 +0530)]
[IMP]: base_action_rule: Minor improvement in view

bzr revid: rpa@tinyerp.com-20100920121205-ix21oaflbc3uhmp4

13 years agomerge
Fabien Pinckaers [Mon, 20 Sep 2010 12:08:51 +0000 (14:08 +0200)]
merge

bzr revid: fp@tinyerp.com-20100920120851-i67vkik1nq3v3sy0

13 years agofix
Fabien Pinckaers [Mon, 20 Sep 2010 12:07:06 +0000 (14:07 +0200)]
fix

bzr revid: fp@tinyerp.com-20100920120706-ob8781j8tmxd8743

13 years ago[IMP]: crm: Minor improvements for stage and categories
rpa (Open ERP) [Mon, 20 Sep 2010 12:06:00 +0000 (17:36 +0530)]
[IMP]: crm: Minor improvements for stage and categories

bzr revid: rpa@tinyerp.com-20100920120600-1vly7d3sq2zisne9

13 years ago[FIX] base_calendar: fixed some errors (using a browse_null object)
olt@tinyerp.com [Mon, 20 Sep 2010 11:49:32 +0000 (13:49 +0200)]
[FIX] base_calendar: fixed some errors (using a browse_null object)

bzr revid: olt@tinyerp.com-20100920114932-ejr0m9i9foznhr9m

13 years ago[FIX] base_calendar: typo after the 'access to browse_null attributes' fix
olt@tinyerp.com [Mon, 20 Sep 2010 11:39:07 +0000 (13:39 +0200)]
[FIX] base_calendar: typo after the 'access to browse_null attributes' fix

bzr revid: olt@tinyerp.com-20100920113907-hm34f2gm5m53vifk

13 years ago[FIX] base_calendar: access to browse_null attributes
olt@tinyerp.com [Mon, 20 Sep 2010 11:37:45 +0000 (13:37 +0200)]
[FIX] base_calendar: access to browse_null attributes

bzr revid: olt@tinyerp.com-20100920113745-o45rgjk2onl4aja5

13 years ago[IMP]: crm*: Improvements
rpa (Open ERP) [Mon, 20 Sep 2010 11:33:27 +0000 (17:03 +0530)]
[IMP]: crm*: Improvements

bzr revid: rpa@tinyerp.com-20100920113327-unij93lplhbx99ns

13 years ago[IMP] mrp: performance improvement: avoid select sql inside loops
olt@tinyerp.com [Mon, 20 Sep 2010 11:11:10 +0000 (13:11 +0200)]
[IMP] mrp: performance improvement: avoid select sql inside loops

bzr revid: olt@tinyerp.com-20100920111110-c7bw90kns2bo6jpo

13 years ago[ADD][IMP][REM] account, account_voucher: added another format voucher report , impro...
vra [Mon, 20 Sep 2010 10:40:59 +0000 (16:10 +0530)]
[ADD][IMP][REM] account, account_voucher: added another format voucher report , improved the existing reports and removed the unused voucher report.

bzr revid: vra@tinyerp.com-20100920104059-iizb7h5g3lwuls7a

13 years ago[IMP]: crm*: Organized search views properly
rpa (Open ERP) [Mon, 20 Sep 2010 10:40:59 +0000 (16:10 +0530)]
[IMP]: crm*: Organized search views properly

bzr revid: rpa@tinyerp.com-20100920104059-j9xrvz5qbxd39umx

13 years ago[MERGE]
Harry (OpenERP) [Mon, 20 Sep 2010 10:31:59 +0000 (16:01 +0530)]
[MERGE]

bzr revid: hmo@tinyerp.com-20100920103159-7cip5qeo72tmxegk

13 years ago[MERGE]: Merge with lp:openobject-addons-trunk
ksa (Open ERP) [Mon, 20 Sep 2010 10:20:29 +0000 (15:50 +0530)]
[MERGE]: Merge with lp:openobject-addons-trunk

bzr revid: ksa@tinyerp.co.in-20100920102029-a3b2jpn21xbs0dyl

13 years ago[IMP]: Improvement in archive mail
ksa (Open ERP) [Mon, 20 Sep 2010 10:15:33 +0000 (15:45 +0530)]
[IMP]: Improvement in archive mail

bzr revid: ksa@tinyerp.co.in-20100920101533-043zv54yk54b4f8i

13 years ago[IMP] mrp: performance improvment: avoid select sql inside loops
olt@tinyerp.com [Mon, 20 Sep 2010 10:10:25 +0000 (12:10 +0200)]
[IMP] mrp: performance improvment: avoid select sql inside loops

bzr revid: olt@tinyerp.com-20100920101025-30zwlatr9qs2akso

13 years ago[FIX] thunderbird: support unicode messages
Harry (OpenERP) [Mon, 20 Sep 2010 09:42:08 +0000 (15:12 +0530)]
[FIX] thunderbird: support unicode messages

bzr revid: hmo@tinyerp.com-20100920094208-rz9cocsnz7ag3q6e

13 years ago[MERGE]
Harry (OpenERP) [Mon, 20 Sep 2010 08:47:42 +0000 (14:17 +0530)]
[MERGE]

bzr revid: hmo@tinyerp.com-20100920084742-nr0wkxeyu5f64nlg

13 years ago[FIX] account_invoice_layout: fixed 'xml parsing error' in account_invoice_layout_dem...
olt@tinyerp.com [Mon, 20 Sep 2010 08:35:00 +0000 (10:35 +0200)]
[FIX] account_invoice_layout: fixed 'xml parsing error' in account_invoice_layout_demo.xml: '&' -> '&'

bzr revid: olt@tinyerp.com-20100920083500-4kzxy867ca2eaqia

13 years ago[IMP]: Improvement view file for group by
ksa (Open ERP) [Mon, 20 Sep 2010 08:24:11 +0000 (13:54 +0530)]
[IMP]: Improvement view file for group by

bzr revid: ksa@tinyerp.co.in-20100920082411-1kd24lvcd9p2zcv5

13 years ago[IMP]:Improvement message detail
ksa (Open ERP) [Mon, 20 Sep 2010 07:58:13 +0000 (13:28 +0530)]
[IMP]:Improvement message detail

bzr revid: ksa@tinyerp.co.in-20100920075813-jevp6wdw88dmd6q5

13 years ago[MERGE]
Harry (OpenERP) [Mon, 20 Sep 2010 07:37:24 +0000 (13:07 +0530)]
[MERGE]

bzr revid: hmo@tinyerp.com-20100920073724-onfcwk7821tzhfbv

13 years ago[IMP]: crm: Improvement in Lead's search view
rpa (Open ERP) [Mon, 20 Sep 2010 07:24:54 +0000 (12:54 +0530)]
[IMP]: crm: Improvement in Lead's search view

bzr revid: rpa@tinyerp.com-20100920072454-n1diwqftua8xa3z7

13 years ago[IMP] mrp: Improvements in views.
uco (Open ERP) [Mon, 20 Sep 2010 07:22:55 +0000 (12:52 +0530)]
[IMP] mrp: Improvements in views.

bzr revid: uco@tinyerp.com-20100920072255-7kxkdk6rtezvl7ia

13 years ago[IMP] point_of_sale: Fixed view errors. Improved reports.
uco (Open ERP) [Mon, 20 Sep 2010 07:10:38 +0000 (12:40 +0530)]
[IMP] point_of_sale: Fixed view errors. Improved reports.

bzr revid: uco@tinyerp.com-20100920071038-ga4s8dbt0obnaqja

13 years ago[IMP]: crm: Improvement for contact name, Convert to Partner and Create partner
rpa (Open ERP) [Mon, 20 Sep 2010 07:07:07 +0000 (12:37 +0530)]
[IMP]: crm: Improvement for contact name, Convert to Partner and Create partner

bzr revid: rpa@tinyerp.com-20100920070707-esfbui7owilrwwfe

13 years ago[MERGE]
uco (Open ERP) [Mon, 20 Sep 2010 05:57:30 +0000 (11:27 +0530)]
[MERGE]

bzr revid: uco@tinyerp.com-20100920055730-1tlsthrcos7p7bgi

13 years ago[MERGE]: Merge with lp:openobject-addons
rpa (Open ERP) [Mon, 20 Sep 2010 05:50:41 +0000 (11:20 +0530)]
[MERGE]: Merge with lp:openobject-addons

bzr revid: rpa@tinyerp.com-20100920055041-wryx3xwknirj1hds

13 years ago[IMP]: Improvement in outlook plugin for opendoc with url
ksa (Open ERP) [Mon, 20 Sep 2010 05:48:26 +0000 (11:18 +0530)]
[IMP]: Improvement in outlook plugin for opendoc with url

bzr revid: ksa@tinyerp.co.in-20100920054826-n8yo3sd2mansoovl

13 years ago[IMP]: Improvement in configuration wizards
rpa (Open ERP) [Mon, 20 Sep 2010 05:42:09 +0000 (11:12 +0530)]
[IMP]: Improvement in configuration wizards

bzr revid: rpa@tinyerp.com-20100920054209-3hdi1n0bnjuyymim

13 years ago[MERGE]: Merge with lp:openobject-addons-trunk
ksa (Open ERP) [Mon, 20 Sep 2010 05:41:41 +0000 (11:11 +0530)]
[MERGE]: Merge with lp:openobject-addons-trunk

bzr revid: ksa@tinyerp.co.in-20100920054141-ljt5n2onqdftjuk2

13 years ago[MERGE]: merging from the trunk addons
Mantavya Gajjar [Sun, 19 Sep 2010 17:37:55 +0000 (23:07 +0530)]
[MERGE]: merging from the trunk addons

bzr revid: mga@tinyerp.com-20100919173755-nb12v3kf6l3i4ta6

13 years agofix
Fabien Pinckaers [Sun, 19 Sep 2010 13:35:12 +0000 (15:35 +0200)]
fix

bzr revid: fp@tinyerp.com-20100919133512-fy0g0jhn0drpx96h

13 years agomerge
Fabien Pinckaers [Sun, 19 Sep 2010 12:42:13 +0000 (14:42 +0200)]
merge

bzr revid: fp@tinyerp.com-20100919124213-rb16rvuy9isbhcmz