odoo/odoo.git
12 years ago[MERGE]
Amit Patel (OpenERP) [Mon, 2 Apr 2012 05:00:50 +0000 (10:30 +0530)]
[MERGE]

bzr revid: apa@tinyerp.com-20120402050050-a94x3jrb3xpcubws

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 2 Apr 2012 04:37:53 +0000 (04:37 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120401043858-67c7yq9ha16xmdwj
bzr revid: launchpad_translations_on_behalf_of_openerp-20120402043753-ayh4mhitj46woxdi

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 1 Apr 2012 04:49:21 +0000 (04:49 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120330044851-tw4117ehwk7krepn
bzr revid: launchpad_translations_on_behalf_of_openerp-20120331051439-9h16bo9lc0xh722z
bzr revid: launchpad_translations_on_behalf_of_openerp-20120401044921-x24k5v01wpqv907u

12 years ago[MERGE] Feature: improved module uninstallation
Olivier Dony [Sat, 31 Mar 2012 21:27:52 +0000 (23:27 +0200)]
[MERGE] Feature: improved module uninstallation

bzr revid: odo@openerp.com-20120331212752-r63t69jbypbmq14g

12 years ago[IMP] ir.model: cleanup/de-duplicate code
Olivier Dony [Sat, 31 Mar 2012 21:25:15 +0000 (23:25 +0200)]
[IMP] ir.model: cleanup/de-duplicate code

bzr revid: odo@openerp.com-20120331212515-qoic9kaysswurxnf

12 years ago[IMP] users,ir.model: cleanup - ondelete does not exist on m2m + rem old comment
Olivier Dony [Sat, 31 Mar 2012 20:37:10 +0000 (22:37 +0200)]
[IMP] users,ir.model: cleanup - ondelete does not exist on m2m + rem old comment

bzr revid: odo@openerp.com-20120331203710-k2w8txhz2p9njj0d

12 years ago[IMP] contacts topmost menu in sales
Antony Lesuisse [Sat, 31 Mar 2012 15:56:10 +0000 (17:56 +0200)]
[IMP] contacts topmost menu in sales

bzr revid: al@openerp.com-20120331155610-vevktbv6c61yrcp0

12 years ago[IMP] contacts topmost menu in sales
Antony Lesuisse [Sat, 31 Mar 2012 15:55:31 +0000 (17:55 +0200)]
[IMP] contacts topmost menu in sales

bzr revid: al@openerp.com-20120331155531-dei1gnq9rb1eigdk

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120331050841-gnuygt4kxyysny2j
bzr revid: launchpad_translations_on_behalf_of_openerp-20120331050902-bt22n9pgjfymankq

12 years ago[MERGE] Properly record UTC login date, courtesy of Ian Beardslee
Olivier Dony [Sat, 31 Mar 2012 01:51:43 +0000 (03:51 +0200)]
[MERGE] Properly record UTC login date, courtesy of Ian Beardslee

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

bzr revid: odo@openerp.com-20120331015143-46splgvkwl8n8r9j

12 years ago[IMP] ir.model: avoid name clash between dummy vars and translation function _()
Olivier Dony [Sat, 31 Mar 2012 01:34:55 +0000 (03:34 +0200)]
[IMP] ir.model: avoid name clash between dummy vars and translation function _()

bzr revid: odo@openerp.com-20120331013455-4wt4utj470gyrtmd

12 years ago[MERGE] Latest trunk
Olivier Dony [Sat, 31 Mar 2012 01:03:35 +0000 (03:03 +0200)]
[MERGE] Latest trunk

bzr revid: odo@openerp.com-20120331010335-mya7wowc10dhipxu

12 years ago[IMP] orm,ir.model: improve registration and deletion of schema ext_ids
Olivier Dony [Sat, 31 Mar 2012 00:42:15 +0000 (02:42 +0200)]
[IMP] orm,ir.model: improve registration and deletion of schema ext_ids

Also handle the very common cases of inheriting classes
that must *not* trigger deletion of the m2m tables and
constraints of their parent classes!

bzr revid: odo@openerp.com-20120331004215-413lcxaxvg0u6oxw

12 years ago[IMP] b.m.u: make dependency check faster before upgrade, cleanup
Olivier Dony [Fri, 30 Mar 2012 22:20:23 +0000 (00:20 +0200)]
[IMP] b.m.u: make dependency check faster before upgrade, cleanup

We need to be careful with naming dummy variables
"_" because that can conflict within the local
scope with the translation method _() if it is
used in the same method!

bzr revid: odo@openerp.com-20120330222023-3xzazf735k50f5xc

12 years ago[IMP] workflow: lint cleanup
Olivier Dony [Fri, 30 Mar 2012 21:51:24 +0000 (23:51 +0200)]
[IMP] workflow: lint cleanup

bzr revid: odo@openerp.com-20120330215124-7y1kt2kvekhpkyd5

12 years ago[IMP] module,ir.model: improve name choices
Olivier Dony [Fri, 30 Mar 2012 21:49:48 +0000 (23:49 +0200)]
[IMP] module,ir.model: improve name choices

bzr revid: odo@openerp.com-20120330214948-xnmbqugke1o1j3uz

12 years ago[IMP] workflow: preventing deleting an activity with existing workitems, as a safeguard
Olivier Dony [Fri, 30 Mar 2012 21:49:06 +0000 (23:49 +0200)]
[IMP] workflow: preventing deleting an activity with existing workitems, as a safeguard

Now that workitems will be cascade-deleted along
with their activities it is important to prevent
accidental deletion.

bzr revid: odo@openerp.com-20120330214906-ioo3gpg5a1j1e85o

12 years ago[IMP] Move uninstall behavior in modules.loading where it belongs
Olivier Dony [Fri, 30 Mar 2012 16:34:22 +0000 (18:34 +0200)]
[IMP] Move uninstall behavior in modules.loading where it belongs

bzr revid: odo@openerp.com-20120330163422-jkatnkpw0cl8hd8t

12 years ago[MERGE] merged the branch that merges res.partner and res.partner.address objects
Quentin (OpenERP) [Fri, 30 Mar 2012 14:25:01 +0000 (16:25 +0200)]
[MERGE] merged the branch that merges res.partner and res.partner.address objects

bzr revid: qdp-launchpad@openerp.com-20120330142501-vy7bsoxosrd606fr

12 years ago[MERGE] merged the branch that merges res.partner and res.partner.address objects
Quentin (OpenERP) [Fri, 30 Mar 2012 14:24:29 +0000 (16:24 +0200)]
[MERGE] merged the branch that merges res.partner and res.partner.address objects

bzr revid: qdp-launchpad@openerp.com-20120330142429-bcdxfa4q6g7fsgbs

12 years ago[MERGE] Latest trunk
Olivier Dony [Fri, 30 Mar 2012 13:54:04 +0000 (15:54 +0200)]
[MERGE] Latest trunk

bzr revid: odo@openerp.com-20120330135404-kio6nx50o2mzfmsy

12 years ago[MERGE] merged with main trunk server
Quentin (OpenERP) [Fri, 30 Mar 2012 13:32:50 +0000 (15:32 +0200)]
[MERGE] merged with main trunk server

bzr revid: qdp-launchpad@openerp.com-20120330133250-o256z107s1hf8n8u

12 years ago[MERGE]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 13:16:47 +0000 (18:46 +0530)]
[MERGE]

bzr revid: apa@tinyerp.com-20120330131647-cjrt9u4d3i3jwz9o

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 13:12:52 +0000 (18:42 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330131252-zxfp4oy7p0bli5my

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 13:00:20 +0000 (18:30 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330130020-d9bv300ur5x8e40z

12 years ago[FIX] hr_timesheet_invoice: put back the onchange on partner_id
Quentin (OpenERP) [Fri, 30 Mar 2012 12:57:02 +0000 (14:57 +0200)]
[FIX] hr_timesheet_invoice: put back the onchange on partner_id

bzr revid: qdp-launchpad@openerp.com-20120330125702-bh1m2tfg3sdf4x3h

12 years ago[MERGE]
Sanjay Gohel (Open ERP) [Fri, 30 Mar 2012 12:54:49 +0000 (18:24 +0530)]
[MERGE]

bzr revid: sgo@tinyerp.com-20120330115251-wmlkj3hn351x2m2v
bzr revid: sgo@tinyerp.com-20120330124921-ph493qxfnqr3cb5j
bzr revid: sgo@tinyerp.com-20120330125449-evtqfju15ldrl6pc

12 years ago[MERGE]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 12:54:07 +0000 (18:24 +0530)]
[MERGE]

bzr revid: apa@tinyerp.com-20120330125407-bg6200dekqzvnvhh

12 years ago[IMP]default project_id added.
Khushboo Bhatt (Open ERP) [Fri, 30 Mar 2012 12:43:12 +0000 (18:13 +0530)]
[IMP]default project_id added.

bzr revid: kbh@tinyerp.com-20120330124312-loiwpuur2hq8nivz

12 years ago[MERGE] merged with main addons trunk
Quentin (OpenERP) [Fri, 30 Mar 2012 12:28:48 +0000 (14:28 +0200)]
[MERGE] merged with main addons trunk

bzr revid: qdp-launchpad@openerp.com-20120330122848-3h9x1nuocdyufr7m

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 12:20:29 +0000 (17:50 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330122029-gjnf3yz2za24n939

12 years ago[IMP]
Khushboo Bhatt (Open ERP) [Fri, 30 Mar 2012 12:17:14 +0000 (17:47 +0530)]
[IMP]

bzr revid: kbh@tinyerp.com-20120330121714-4zfmeow3dg9q634q

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 12:09:41 +0000 (17:39 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330120941-e7emkrpt6mzxyxu3

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 12:04:11 +0000 (17:34 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330120411-ddorwd83ocdb2qsw

12 years ago[MERGE]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 11:51:52 +0000 (17:21 +0530)]
[MERGE]

bzr revid: apa@tinyerp.com-20120330115152-lj292dxh9ie12zj7

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 11:49:09 +0000 (17:19 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330114909-3goa78ghbwtudsf1

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 11:47:23 +0000 (17:17 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330114723-0jkanie1x1vn148y

12 years ago[IMP]calculate amt to invoice and display on kanban view
Sanjay Gohel (Open ERP) [Fri, 30 Mar 2012 11:47:05 +0000 (17:17 +0530)]
[IMP]calculate amt to invoice and display on kanban view

bzr revid: sgo@tinyerp.com-20120330114705-kgecxihkih0ftmvj

12 years ago[MERGE]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 11:41:52 +0000 (17:11 +0530)]
[MERGE]

bzr revid: apa@tinyerp.com-20120330114152-yz7zzrpynxa6muyj

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 11:14:40 +0000 (16:44 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330111440-fcrsgemdp53e8ocs

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 11:02:14 +0000 (16:32 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330110214-gy1g9fwt03dydcoh

12 years ago[Fix] account_payment: fix argument of function
Sbh (Openerp) [Fri, 30 Mar 2012 10:33:51 +0000 (16:03 +0530)]
[Fix] account_payment: fix argument of function

bzr revid: sbh@tinyerp.com-20120330103351-0ca0ngffi3shbzav

12 years ago[IMP]total issue count
Khushboo Bhatt (Open ERP) [Fri, 30 Mar 2012 09:53:21 +0000 (15:23 +0530)]
[IMP]total issue count

bzr revid: kbh@tinyerp.com-20120330055747-zwrd8seqafjxotwc
bzr revid: kbh@tinyerp.com-20120330060523-npm8ujwskqj0x70m
bzr revid: kbh@tinyerp.com-20120330083437-pm3azv3r9nn7et5b
bzr revid: kbh@tinyerp.com-20120330095321-5vn1owb54tdrmk6f

12 years ago[Fix]hr_timesheet: fix the onchange
Sbh (Openerp) [Fri, 30 Mar 2012 09:51:17 +0000 (15:21 +0530)]
[Fix]hr_timesheet: fix the onchange

bzr revid: sbh@tinyerp.com-20120330095117-lsknoidjybywrsyc

12 years ago[Fix]purchase: fix the obj name
Sbh (Openerp) [Fri, 30 Mar 2012 09:30:33 +0000 (15:00 +0530)]
[Fix]purchase: fix the obj name

bzr revid: sbh@tinyerp.com-20120330093033-t36u7zhnzrp1hht3

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 09:16:03 +0000 (14:46 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330091603-c46u2zcdjiddpogq

12 years ago[FIX] a lot of fixes in several modules, as the result of the code review of the...
Quentin (OpenERP) [Fri, 30 Mar 2012 09:08:37 +0000 (11:08 +0200)]
[FIX] a lot of fixes in several modules, as the result of the code review of the merge of the objects res.partner and res.partner.address

bzr revid: qdp-launchpad@openerp.com-20120330090837-s87z2qzsvynhlbwr

12 years ago[MERGE] rename address_id into parnter_id
Sbh (Openerp) [Fri, 30 Mar 2012 08:58:48 +0000 (14:28 +0530)]
[MERGE] rename address_id into parnter_id

bzr revid: sbh@tinyerp.com-20120330085848-2gmfjgadftc1a4bq

12 years ago[IMP] : rename address_id with parnter_id
Sbh (Openerp) [Fri, 30 Mar 2012 08:49:51 +0000 (14:19 +0530)]
[IMP] : rename address_id with parnter_id

bzr revid: sbh@tinyerp.com-20120330084951-2wwcl6w6fybo6gnu

12 years ago[MERGE]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 08:46:19 +0000 (14:16 +0530)]
[MERGE]

bzr revid: apa@tinyerp.com-20120330084619-erxlcdabcchzzeux

12 years ago[MERGE] Merged with branch propagating the use of user avatars instead of gravatars...
Thibault Delavallée [Fri, 30 Mar 2012 08:46:12 +0000 (10:46 +0200)]
[MERGE]  Merged with branch propagating the use of user avatars instead of gravatars in crm and project. This branch also improve the photo management in hr. This revision modifies the photo for HR employees. Two fields now exist in the hr.employee model:
 - photo_big, a binary field holding the image. It is base-64 encoded, and PIL-supported. It is automatically resized as an 540x450 px image.
 - photo, a functional binary field holding an automatically resized version of the photo. Dimensions of the resized photo are 180x150. This field is used as an inteface to get and set the employee photo.
When changing the photo through the photo function field, the new image is automatically resized to 540x450, and stored in the photo_big field. This triggers the function field, that will compute a 180x150 resized version of the image.

Employee photo should be used only when dealing with employees, using the photo field. When dealing with users, use the res.users avatar field instead.

bzr revid: tde@openerp.com-20120330084612-1225fmm6bx595mea

12 years ago[IMP]
Sanjay Gohel (Open ERP) [Fri, 30 Mar 2012 08:40:59 +0000 (14:10 +0530)]
[IMP]

bzr revid: sgo@tinyerp.com-20120330084059-d0vfd8s1c4sw0got

12 years ago[MERGE] Merged branch adding an avatar to users. This avatar will replace the use...
Thibault Delavallée [Fri, 30 Mar 2012 08:37:25 +0000 (10:37 +0200)]
[MERGE] Merged branch adding an avatar to users. This avatar will replace the use of gravatars in various addons. For more info, please refer to the included documentation.

bzr revid: tde@openerp.com-20120330083725-n4k8hex92ezxq6wg

12 years ago[IMP] Typo in comment
Thibault Delavallée [Fri, 30 Mar 2012 08:34:20 +0000 (10:34 +0200)]
[IMP] Typo in comment

bzr revid: tde@openerp.com-20120330083420-5swr4h9ihayi7vpu

12 years ago[MERGE]
Sanjay Gohel (Open ERP) [Fri, 30 Mar 2012 08:34:02 +0000 (14:04 +0530)]
[MERGE]

bzr revid: sgo@tinyerp.com-20120330055738-pyik91wj6hpnm2ru
bzr revid: sgo@tinyerp.com-20120330083402-dc3vu8w5l887rs5q

12 years ago[IMP] : rename address_id with parnter_id
Sbh (Openerp) [Fri, 30 Mar 2012 08:31:06 +0000 (14:01 +0530)]
[IMP] : rename address_id with parnter_id

bzr revid: sbh@tinyerp.com-20120330083106-fym82cu48lx7j34s

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 08:29:48 +0000 (13:59 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330082948-d0wl0n1f64j80lo3

12 years ago[IMP] : rename address_id with parnter_id
Sbh (Openerp) [Fri, 30 Mar 2012 08:27:51 +0000 (13:57 +0530)]
[IMP] : rename address_id with parnter_id

bzr revid: sbh@tinyerp.com-20120330082751-3dsfrym5vr1sv2r0

12 years ago[CLEAN] Cleaned imports in hr.py
Thibault Delavallée [Fri, 30 Mar 2012 08:26:50 +0000 (10:26 +0200)]
[CLEAN] Cleaned imports in hr.py

bzr revid: tde@openerp.com-20120330082650-k0b62c0cpmrcsq2r

12 years ago[IMP] : rename address_id with parnter_id
Sbh (Openerp) [Fri, 30 Mar 2012 08:22:54 +0000 (13:52 +0530)]
[IMP] : rename address_id with parnter_id

bzr revid: sbh@tinyerp.com-20120330082254-ohrl90qe5cr0zolw

12 years ago[IMP] : rename address_id with parnter_id
Sbh (Openerp) [Fri, 30 Mar 2012 08:11:36 +0000 (13:41 +0530)]
[IMP] : rename address_id with parnter_id

bzr revid: sbh@tinyerp.com-20120330081136-gyllf3gx180clebd

12 years ago[REM] Removed doc as the documentation udpate methodology is not clear enough
Thibault Delavallée [Fri, 30 Mar 2012 08:11:20 +0000 (10:11 +0200)]
[REM] Removed doc as the documentation udpate methodology is not clear enough

bzr revid: tde@openerp.com-20120330081120-6eu5nhsx11dhy6h2

12 years ago[IMP]: added new default avatars in png, allowing to avoid compression defaults in...
Thibault Delavallée [Fri, 30 Mar 2012 08:10:16 +0000 (10:10 +0200)]
[IMP]: added new default avatars in png, allowing to avoid compression defaults in resized avatars

bzr revid: tde@openerp.com-20120330081016-d6j2yd7ii86nhqzk

12 years ago[IMP] purchase: rename address_id with parnter_id
Sbh (Openerp) [Fri, 30 Mar 2012 07:56:38 +0000 (13:26 +0530)]
[IMP] purchase: rename address_id with parnter_id

bzr revid: sbh@tinyerp.com-20120330075638-81vq3papia6hitwu

12 years ago[IMP] sale: rename address_id with parnter_id
Sbh (Openerp) [Fri, 30 Mar 2012 07:50:32 +0000 (13:20 +0530)]
[IMP] sale: rename address_id with parnter_id

bzr revid: sbh@tinyerp.com-20120330075032-wmbw3kv21h44u60i

12 years ago[IMP] stock: rename address_id with parnter_id
Sbh (Openerp) [Fri, 30 Mar 2012 07:49:01 +0000 (13:19 +0530)]
[IMP] stock: rename address_id with parnter_id

bzr revid: sbh@tinyerp.com-20120330074901-kawagjxlvwfnqx06

12 years ago[MERGE] Merged with main server
Thibault Delavallée [Fri, 30 Mar 2012 07:30:08 +0000 (09:30 +0200)]
[MERGE] Merged with main server

bzr revid: tde@openerp.com-20120330073008-x3i7dsprvmjnsjmp

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 07:29:33 +0000 (12:59 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330072933-syjdkqs7excirqtn

12 years ago[MERGE] Merged with main addons
Thibault Delavallée [Fri, 30 Mar 2012 07:29:11 +0000 (09:29 +0200)]
[MERGE] Merged with main addons

bzr revid: tde@openerp.com-20120330072911-yf0azg7a6x2251ow

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 07:26:39 +0000 (12:56 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330072639-rum5zrqdskny157t

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 07:24:25 +0000 (12:54 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330072425-7tf4uffzmxak8k19

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 07:11:44 +0000 (12:41 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330071144-5xrfdzdx27342hxq

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 07:10:00 +0000 (12:40 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330071000-pbdqqj6pylvrghx6

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 06:24:13 +0000 (11:54 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330062413-9i7xyo9yh63zrdst

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 06:00:38 +0000 (11:30 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330060038-701xyjxjaqmg1v6t

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 05:55:11 +0000 (11:25 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330055511-q20cwqvs6w4owroy

12 years ago[IMP]
Sanjay Gohel (Open ERP) [Fri, 30 Mar 2012 05:54:19 +0000 (11:24 +0530)]
[IMP]

bzr revid: sgo@tinyerp.com-20120330055419-0h6vm6szysfn3fez

12 years ago[IMP]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 05:53:12 +0000 (11:23 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120330055312-b48taam1vr3l0d6s

12 years ago[]
Sanjay Gohel (Open ERP) [Fri, 30 Mar 2012 05:52:50 +0000 (11:22 +0530)]
[]

bzr revid: sgo@tinyerp.com-20120330055250-xes9bxbfen1i9rzx

12 years ago[MERGE]
Amit Patel (OpenERP) [Fri, 30 Mar 2012 05:43:06 +0000 (11:13 +0530)]
[MERGE]

bzr revid: apa@tinyerp.com-20120330054306-j6dhfoe7sukujkk3

12 years ago[IMP]account_followup: remove address
Sbh (Openerp) [Fri, 30 Mar 2012 05:09:55 +0000 (10:39 +0530)]
[IMP]account_followup: remove address

bzr revid: sbh@tinyerp.com-20120330050955-fsld4gti0phnu34h

12 years ago[IMP]:base/res : remove type from display address
Sbh (Openerp) [Fri, 30 Mar 2012 04:57:52 +0000 (10:27 +0530)]
[IMP]:base/res : remove type from display address

bzr revid: sbh@tinyerp.com-20120330045752-m9d9vgt92uro6fle

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120330043433-fqgc4p517mcf553r

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120330043417-eq9swtywff8tm13v

12 years agoSet login date as UTC
Ian Beardslee [Fri, 30 Mar 2012 01:14:07 +0000 (14:14 +1300)]
Set login date as UTC

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

bzr revid: ian@catalyst.net.nz-20120330011407-ungh1s3vde38ptv2

12 years ago[IMP]
Amit Patel (OpenERP) [Thu, 29 Mar 2012 13:33:04 +0000 (19:03 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120329133304-v225x3lbowhqyoad

12 years ago[IMP]base/res_partner: fix the function
Kuldeep Joshi (OpenERP) [Thu, 29 Mar 2012 13:25:33 +0000 (18:55 +0530)]
[IMP]base/res_partner: fix the function

bzr revid: kjo@tinyerp.com-20120329132533-nmhg0flfz36v4hhl

12 years ago[IMP]
Amit Patel (OpenERP) [Thu, 29 Mar 2012 13:10:30 +0000 (18:40 +0530)]
[IMP]

bzr revid: apa@tinyerp.com-20120329131030-vjfix4ygwcyrs90w

12 years ago[fix] : small fix
Sbh (Openerp) [Thu, 29 Mar 2012 13:10:17 +0000 (18:40 +0530)]
[fix] : small fix

bzr revid: sbh@tinyerp.com-20120329131017-4x4xzi41ttbq9ni3

12 years ago[MERGE]
Amit Patel (OpenERP) [Thu, 29 Mar 2012 13:04:11 +0000 (18:34 +0530)]
[MERGE]

bzr revid: apa@tinyerp.com-20120329130411-0ol0av33in71h6y1

12 years ago[MERGE] Merge with lp:openobject-addons
Sbh (Openerp) [Thu, 29 Mar 2012 13:00:46 +0000 (18:30 +0530)]
[MERGE] Merge  with lp:openobject-addons

bzr revid: sbh@tinyerp.com-20120329130046-6s804a2aic6d4euc

12 years ago[IMP]css
Khushboo Bhatt (Open ERP) [Thu, 29 Mar 2012 13:00:38 +0000 (18:30 +0530)]
[IMP]css

bzr revid: kbh@tinyerp.com-20120329130038-2phw98jzf4arxxsk

12 years ago[IMP]account: remove address ref
Sbh (Openerp) [Thu, 29 Mar 2012 12:57:23 +0000 (18:27 +0530)]
[IMP]account: remove address ref

bzr revid: sbh@tinyerp.com-20120329125723-ibv1bozf6a4pjjap

12 years ago[IMP]account: remove address_id
Sbh (Openerp) [Thu, 29 Mar 2012 12:55:50 +0000 (18:25 +0530)]
[IMP]account: remove address_id

bzr revid: sbh@tinyerp.com-20120329125550-l0fo45vbwnvf5p76

12 years ago[IMP]css
Khushboo Bhatt (Open ERP) [Thu, 29 Mar 2012 12:55:27 +0000 (18:25 +0530)]
[IMP]css

bzr revid: kbh@tinyerp.com-20120329125527-8ljx3njrkjvdes8c

12 years ago[IMP]account: remvoe unused pool
Sbh (Openerp) [Thu, 29 Mar 2012 12:51:04 +0000 (18:21 +0530)]
[IMP]account: remvoe unused pool

bzr revid: sbh@tinyerp.com-20120329125104-pe1zcn50ldv5wb1t

12 years ago[IMP]account: remove address_id form compute_all
Sbh (Openerp) [Thu, 29 Mar 2012 12:49:13 +0000 (18:19 +0530)]
[IMP]account: remove address_id form compute_all

bzr revid: sbh@tinyerp.com-20120329124913-uoc4lrcauzaltpqp

12 years ago[IMP]css changed
Khushboo Bhatt (Open ERP) [Thu, 29 Mar 2012 12:46:11 +0000 (18:16 +0530)]
[IMP]css changed

bzr revid: kbh@tinyerp.com-20120329124611-l3j2zw8i3j9f1tcd

12 years ago[IMP]
Khushboo Bhatt (Open ERP) [Thu, 29 Mar 2012 12:43:32 +0000 (18:13 +0530)]
[IMP]

bzr revid: kbh@tinyerp.com-20120329124332-oykq4f7tyinzmd1y

12 years ago[IMP]account: remove address_id form compute_all
Sbh (Openerp) [Thu, 29 Mar 2012 12:41:38 +0000 (18:11 +0530)]
[IMP]account: remove address_id form compute_all

bzr revid: sbh@tinyerp.com-20120329124138-isbvzt8z4drn7fwn