odoo/odoo.git
12 years ago[IMP] nsi version simplification
Antony Lesuisse [Mon, 19 Dec 2011 16:00:25 +0000 (17:00 +0100)]
[IMP] nsi version simplification

bzr revid: al@openerp.com-20111219160025-pu6ru62z1uuaktzg

12 years ago[FIX] Ensure modules js is loaded after modules qwebs
Fabien Meghazi [Mon, 19 Dec 2011 15:52:29 +0000 (16:52 +0100)]
[FIX] Ensure modules js is loaded after modules qwebs

bzr revid: fme@openerp.com-20111219155229-rbbsr5slsl7161pk

12 years ago[MERGE] document: fixed bug 905279 : catching error when antiword not installed for...
Thibault Delavallée [Mon, 19 Dec 2011 15:10:01 +0000 (16:10 +0100)]
[MERGE] document: fixed bug 905279 : catching error when antiword not installed for doc file indexing

bzr revid: tde@openerp.com-20111219151001-rcj2qdji5a3z63k3

12 years ago[FIX] avoid systematically deadlocking the stand-alone OpenERP web in its default...
Xavier Morel [Mon, 19 Dec 2011 14:57:59 +0000 (15:57 +0100)]
[FIX] avoid systematically deadlocking the stand-alone OpenERP web in its default configuration

The default configuration for OpenERP Web standalone (launched via the
openerp-web script) is single-threaded for log-readability purposes.

web.common.controllers.main.Proxy.load has been added to wrap a
request to an HTTP handler inside a JSON (and/or JSONP) request, the
initial implementation was to perform a full HTTP call *from within an
HTTP handler to itself*.

Since the server is single-threaded and its only thread is already
busy, it can't handle the new request, and the client deadlocks.

Replaced this crap by also-crap-but-slightly-less-so: instantiating a
Werkzeug test client using the root application and proxying the
request through that. Avoids creating a new request from the server,
therefore does not deadlock.

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

bzr revid: xmo@openerp.com-20111219145759-m10zgo3tcd6zjhcu

12 years ago[MERGE] lp:872686 (account: fix refund wizard)
Raphael Collet [Mon, 19 Dec 2011 14:53:05 +0000 (15:53 +0100)]
[MERGE] lp:872686 (account: fix refund wizard)

bzr revid: rco@openerp.com-20111219145305-0w1ur88brnpovj6x

12 years ago[FIX] packaging: some changes for windows packaging.
Vo Minh Thu [Mon, 19 Dec 2011 14:44:37 +0000 (15:44 +0100)]
[FIX] packaging: some changes for windows packaging.

bzr revid: vmt@openerp.com-20111219144437-mq6t8xj4ush2bxn8

12 years ago[FIX] Use $.Mutex for qweb loading
Fabien Meghazi [Mon, 19 Dec 2011 14:34:06 +0000 (15:34 +0100)]
[FIX] Use $.Mutex for qweb loading

bzr revid: fme@openerp.com-20111219143406-mdscr8htgto5zcw5

12 years ago[FIX] edi connection setup
Antony Lesuisse [Mon, 19 Dec 2011 14:25:50 +0000 (15:25 +0100)]
[FIX] edi connection setup

bzr revid: al@openerp.com-20111219142550-z68rdsszavf8sikc

12 years ago[merge] improvements to pos
niv-openerp [Mon, 19 Dec 2011 13:27:05 +0000 (14:27 +0100)]
[merge] improvements to pos

bzr revid: nicolas.vanhoren@openerp.com-20111219132705-loei0ppbvxns3z39

12 years ago[fix] problem when changing amount of payment line
niv-openerp [Mon, 19 Dec 2011 13:22:44 +0000 (14:22 +0100)]
[fix] problem when changing amount of payment line

bzr revid: nicolas.vanhoren@openerp.com-20111219132244-719sqadq7hb0t2sp

12 years ago[imp] added delete payment line
niv-openerp [Mon, 19 Dec 2011 13:17:50 +0000 (14:17 +0100)]
[imp] added delete payment line

bzr revid: nicolas.vanhoren@openerp.com-20111219131750-ts70x8ng44grf63g

12 years ago[FIX] have page view force a return to the previous view if switched to with no record
Xavier Morel [Mon, 19 Dec 2011 12:50:39 +0000 (13:50 +0100)]
[FIX] have page view force a return to the previous view if switched to with no record

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

bzr revid: xmo@openerp.com-20111219125039-049o944efkkl2sk9

12 years ago[imp] added print button
niv-openerp [Mon, 19 Dec 2011 12:45:47 +0000 (13:45 +0100)]
[imp] added print button

bzr revid: nicolas.vanhoren@openerp.com-20111219124547-1vjs6oftrp3zv3ry

12 years ago[imp] binded numpad to payment view
niv-openerp [Mon, 19 Dec 2011 12:24:19 +0000 (13:24 +0100)]
[imp] binded numpad to payment view

bzr revid: nicolas.vanhoren@openerp.com-20111219122419-sayukaurr0raygo1

12 years ago[imp] more improvements to numpad
niv-openerp [Mon, 19 Dec 2011 11:21:45 +0000 (12:21 +0100)]
[imp] more improvements to numpad

bzr revid: nicolas.vanhoren@openerp.com-20111219112145-eoptwtwe3l4t8hwq

12 years ago[imp] more improvements to numpad state
niv-openerp [Mon, 19 Dec 2011 11:00:27 +0000 (12:00 +0100)]
[imp] more improvements to numpad state

bzr revid: nicolas.vanhoren@openerp.com-20111219110027-vpm4otytft9gu3bg

12 years ago[FIX] stop blowing up on old sessions
Xavier Morel [Mon, 19 Dec 2011 10:43:16 +0000 (11:43 +0100)]
[FIX] stop blowing up on old sessions

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

bzr revid: xmo@openerp.com-20111219104316-rssxn3oqne7070a4

12 years ago[MERGE] lp:903060 (share: disable shortcuts when creating share users)
Raphael Collet [Mon, 19 Dec 2011 10:33:28 +0000 (11:33 +0100)]
[MERGE] lp:903060 (share: disable shortcuts when creating share users)

bzr revid: rco@openerp.com-20111219103328-3a437qz2mjck3vz6

12 years ago[imp] refactored numpad state to be useful
niv-openerp [Mon, 19 Dec 2011 10:27:13 +0000 (11:27 +0100)]
[imp] refactored numpad state to be useful

bzr revid: nicolas.vanhoren@openerp.com-20111219102713-13jrvfqtmxonom4p

12 years ago[ADD] logging of HTTP session storage location
Xavier Morel [Mon, 19 Dec 2011 10:26:45 +0000 (11:26 +0100)]
[ADD] logging of HTTP session storage location

bzr revid: xmo@openerp.com-20111219102645-hnelg2hqfno78zsj

12 years ago[FIX]Bug:bug fix and set error message for doc type files
Sanjay Gohel (Open ERP) [Mon, 19 Dec 2011 09:31:56 +0000 (15:01 +0530)]
[FIX]Bug:bug fix and set error message for doc type files

bzr revid: sgo@tinyerp.com-20111219093156-yern0qjj3vz7gpsf

12 years ago[IMP] duplicate entry in py2exe included packages
Xavier Morel [Mon, 19 Dec 2011 08:51:39 +0000 (09:51 +0100)]
[IMP] duplicate entry in py2exe included packages

bzr revid: xmo@openerp.com-20111219085139-penj0n81o14lagbr

12 years ago[FIX] res_users: add explicitly False in non-required selection group fields
Raphael Collet [Mon, 19 Dec 2011 08:34:58 +0000 (09:34 +0100)]
[FIX] res_users: add explicitly False in non-required selection group fields

bzr revid: rco@openerp.com-20111219083458-e0uqpa9vx52lnr9p

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 19 Dec 2011 04:49:22 +0000 (04:49 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111219044922-ja94l4id9gun51xl

12 years ago[IMP] module category typo
Fabien Pinckaers [Sun, 18 Dec 2011 21:38:31 +0000 (22:38 +0100)]
[IMP] module category typo

bzr revid: fp@tinyerp.com-20111218213831-0paqi4mo61i9pkjv

12 years ago[IMP] module in categ links are installed automatically
Fabien Pinckaers [Sun, 18 Dec 2011 21:38:17 +0000 (22:38 +0100)]
[IMP] module in categ links are installed automatically

bzr revid: fp@tinyerp.com-20111218213817-8yyeeaqcigrmftwr

12 years ago[FIX] event without base_contact
Fabien Pinckaers [Sun, 18 Dec 2011 21:14:59 +0000 (22:14 +0100)]
[FIX] event without base_contact

bzr revid: fp@tinyerp.com-20111218211459-cknoy30tpuy7mrh3

12 years ago[IMP] order of main apps/modules
Fabien Pinckaers [Sun, 18 Dec 2011 20:47:46 +0000 (21:47 +0100)]
[IMP] order of main apps/modules

bzr revid: fp@tinyerp.com-20111218204746-q4y3kzaukitwtg0l

12 years ago[IMP] order of main apps/modules
Fabien Pinckaers [Sun, 18 Dec 2011 20:47:31 +0000 (21:47 +0100)]
[IMP] order of main apps/modules

bzr revid: fp@tinyerp.com-20111218204731-50g37bd7un5igr84

12 years ago[IMP] contract managemnet
Fabien Pinckaers [Sun, 18 Dec 2011 19:36:38 +0000 (20:36 +0100)]
[IMP] contract managemnet

bzr revid: fp@tinyerp.com-20111218193638-shwuuqjbqhlk6l3n

12 years ago[FIX] point of sale addons
Fabien Pinckaers [Sun, 18 Dec 2011 18:33:39 +0000 (19:33 +0100)]
[FIX] point of sale addons

bzr revid: fp@tinyerp.com-20111218183339-itucpnld6lxjypen

12 years ago[MERGE] share_embed by chs
Antony Lesuisse [Sun, 18 Dec 2011 15:56:40 +0000 (16:56 +0100)]
[MERGE] share_embed by chs

bzr revid: al@openerp.com-20111218155640-54qy546y276xcyop

12 years ago[IMP] display link
Antony Lesuisse [Sun, 18 Dec 2011 15:48:07 +0000 (16:48 +0100)]
[IMP] display link

bzr revid: al@openerp.com-20111218154807-vqm64gvf22ny0v6d

12 years ago[IMP] separate embed and email actions
Antony Lesuisse [Sun, 18 Dec 2011 15:43:32 +0000 (16:43 +0100)]
[IMP] separate embed and email actions

bzr revid: al@openerp.com-20111218154332-28ecj6xek6dixthp

12 years ago[IMP] improve user_type
Antony Lesuisse [Sun, 18 Dec 2011 15:07:04 +0000 (16:07 +0100)]
[IMP] improve user_type

bzr revid: al@openerp.com-20111218150704-wbemuzili2mw9150

12 years ago[FIX] remove debug
Antony Lesuisse [Sun, 18 Dec 2011 14:10:07 +0000 (15:10 +0100)]
[FIX] remove debug

bzr revid: al@openerp.com-20111218141007-bv1ssmioefur4cw2

12 years ago[IMP] point of sale fixes
Fabien Pinckaers [Sun, 18 Dec 2011 13:53:04 +0000 (14:53 +0100)]
[IMP] point of sale fixes

bzr revid: fp@tinyerp.com-20111218135304-pqhosuljfrol5wtx

12 years ago[IMP] layout invoices
Fabien Pinckaers [Sun, 18 Dec 2011 13:18:11 +0000 (14:18 +0100)]
[IMP] layout invoices

bzr revid: fp@tinyerp.com-20111218131811-i371u0k6hgewcle6

12 years ago[FIX] some fixes
Fabien Pinckaers [Sun, 18 Dec 2011 13:08:40 +0000 (14:08 +0100)]
[FIX] some fixes

bzr revid: fp@tinyerp.com-20111218130840-1ovw2mlocajbv3ms

12 years ago[FIX] small bug in address
Fabien Pinckaers [Sun, 18 Dec 2011 11:44:43 +0000 (12:44 +0100)]
[FIX] small bug in address

bzr revid: fp@tinyerp.com-20111218114443-lary2ovig5tznwl8

12 years ago[IMP] base_contact, new architecture
Fabien Pinckaers [Sun, 18 Dec 2011 11:42:39 +0000 (12:42 +0100)]
[IMP] base_contact, new architecture

bzr revid: fp@tinyerp.com-20111218114239-c0zh1b0xdrggglrl

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 18 Dec 2011 04:42:45 +0000 (04:42 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111217053507-nn68mi7hzemvsfzf
bzr revid: launchpad_translations_on_behalf_of_openerp-20111218044245-2ybd6g6q1730qp1g

12 years ago[FIX+merge] base_contact
Fabien Pinckaers [Sat, 17 Dec 2011 09:51:49 +0000 (10:51 +0100)]
[FIX+merge] base_contact

bzr revid: fp@tinyerp.com-20111217095149-14s6jj7h6cjj1lce

12 years ago[FIX] embed css loading
Antony Lesuisse [Fri, 16 Dec 2011 16:51:46 +0000 (17:51 +0100)]
[FIX] embed css loading

bzr revid: al@openerp.com-20111216165146-l1eja7zgq7xhfepp

12 years ago[FIX] jsonp works
Antony Lesuisse [Fri, 16 Dec 2011 16:47:39 +0000 (17:47 +0100)]
[FIX] jsonp works

bzr revid: al@openerp.com-20111216164739-ei5hdk4sq32eppzc

12 years agofix typo embed code
Antony Lesuisse [Fri, 16 Dec 2011 16:40:18 +0000 (17:40 +0100)]
fix typo embed code

bzr revid: al@openerp.com-20111216164018-l5ht2rzsec1na74f

12 years ago[FIX] setup.py: missing comma in the module list.
Vo Minh Thu [Fri, 16 Dec 2011 16:39:38 +0000 (17:39 +0100)]
[FIX] setup.py: missing comma in the module list.

bzr revid: vmt@openerp.com-20111216163938-6hy1fmapfnp2v6r3

12 years agosimplify embed code
Antony Lesuisse [Fri, 16 Dec 2011 16:35:40 +0000 (17:35 +0100)]
simplify embed code

bzr revid: al@openerp.com-20111216163540-o13b84nsrj5kdulu

12 years ago[FIX] project: default_get of project.task.delegate returning a browse_null
Xavier Morel [Fri, 16 Dec 2011 16:25:48 +0000 (17:25 +0100)]
[FIX] project: default_get of project.task.delegate returning a browse_null

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

bzr revid: xmo@openerp.com-20111216162548-qrb4c11qcdf08k6l

12 years ago[fix] problem with numpad
niv-openerp [Fri, 16 Dec 2011 16:21:02 +0000 (17:21 +0100)]
[fix] problem with numpad

bzr revid: nicolas.vanhoren@openerp.com-20111216162102-q1ic92it7hegcrvt

12 years ago[FIX] share js
Antony Lesuisse [Fri, 16 Dec 2011 16:19:09 +0000 (17:19 +0100)]
[FIX] share js

bzr revid: al@openerp.com-20111216161909-dwkor7vq30hqmhli

12 years ago[imp] improved numpad
niv-openerp [Fri, 16 Dec 2011 16:08:58 +0000 (17:08 +0100)]
[imp] improved numpad

bzr revid: nicolas.vanhoren@openerp.com-20111216160858-f9ruclwhdmebjoqc

12 years ago[MERGE] lp:898556 (project_long_term: fix time unit in Schedule Phases Wizard)
Raphael Collet [Fri, 16 Dec 2011 15:51:53 +0000 (16:51 +0100)]
[MERGE] lp:898556 (project_long_term: fix time unit in Schedule Phases Wizard)

bzr revid: rco@openerp.com-20111216155153-lt4au03b2vq1b3hj

12 years ago[MERGE] trunk
Antony Lesuisse [Fri, 16 Dec 2011 15:49:12 +0000 (16:49 +0100)]
[MERGE] trunk

bzr revid: al@openerp.com-20111216154912-h94xe3zti4a3eo2n

12 years ago[FIX] modules: temporaty fix to allow installing hidden/technical modules
Olivier Dony [Fri, 16 Dec 2011 15:45:32 +0000 (16:45 +0100)]
[FIX] modules: temporaty fix to allow installing hidden/technical modules

A better way to hide technical modules and a better thought
classification for Apps/Extra/Technical modules should still
be done before releasing 6.1

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

bzr revid: odo@openerp.com-20111216154532-tb23vjkdyc4dk53i

12 years ago[IMP] shorter embed code
Antony Lesuisse [Fri, 16 Dec 2011 15:37:36 +0000 (16:37 +0100)]
[IMP] shorter embed code

bzr revid: al@openerp.com-20111216153736-z10to08j5zcb1lw4

12 years ago[IMP] shorter embed code
Antony Lesuisse [Fri, 16 Dec 2011 15:36:53 +0000 (16:36 +0100)]
[IMP] shorter embed code

bzr revid: al@openerp.com-20111216153653-bdofkkan141xup3x

12 years ago[MERGE] lp:899022 (account_voucher: add missing variable definition)
Raphael Collet [Fri, 16 Dec 2011 15:31:02 +0000 (16:31 +0100)]
[MERGE] lp:899022 (account_voucher: add missing variable definition)

bzr revid: rco@openerp.com-20111216153102-8l1buk4jkip4cjx5

12 years ago[MERGE] lp:884982 (l10n_de: fix missing references)
Raphael Collet [Fri, 16 Dec 2011 15:23:57 +0000 (16:23 +0100)]
[MERGE] lp:884982 (l10n_de: fix missing references)

bzr revid: rco@openerp.com-20111216152357-2r0gb81vcps6l7hs

12 years ago[MERGE] lp:901559 (account_voucher: change unexpected kwarg 'price' to 'amount')
Raphael Collet [Fri, 16 Dec 2011 15:14:39 +0000 (16:14 +0100)]
[MERGE] lp:901559 (account_voucher: change unexpected kwarg 'price' to 'amount')

bzr revid: rco@openerp.com-20111216151439-lxunnyka2sdgkclc

12 years ago[FIX] incorrect handling of fields and filters in search view
Xavier Morel [Fri, 16 Dec 2011 15:12:08 +0000 (16:12 +0100)]
[FIX] incorrect handling of fields and filters in search view

bzr revid: xmo@openerp.com-20111216151208-g1zlpcqqjns57bk3

12 years ago[FIX] behavior of invisible search inputs: they can still be active and should be...
Xavier Morel [Fri, 16 Dec 2011 15:11:08 +0000 (16:11 +0100)]
[FIX] behavior of invisible search inputs: they can still be active and should be present in the view, just not visible

bzr revid: xmo@openerp.com-20111216151108-b2x0orfy40qzw050

12 years ago[MERGE] lp:904151 (sale: only sale manager have access to sale analysis)
Raphael Collet [Fri, 16 Dec 2011 15:09:24 +0000 (16:09 +0100)]
[MERGE] lp:904151 (sale: only sale manager have access to sale analysis)

bzr revid: rco@openerp.com-20111216150924-qbwlv1tr803no2o8

12 years ago[FIX] setup.py: pixmaps/ was renamed in install/ at revno: 3659,
Vo Minh Thu [Fri, 16 Dec 2011 15:06:43 +0000 (16:06 +0100)]
[FIX] setup.py: pixmaps/ was renamed in install/ at revno: 3659,
revision-id: al@openerp.com-20110926005444-a7vqjb05vep7xbvj

bzr revid: vmt@openerp.com-20111216150643-hpqqaih56b1kvh75

12 years ago[IMP] Connection minor changes
Antony Lesuisse [Fri, 16 Dec 2011 15:05:41 +0000 (16:05 +0100)]
[IMP] Connection minor changes

bzr revid: al@openerp.com-20111216150541-ogukhprtnkh7raht

12 years ago[MERGE] lp:900735 (hr_timesheet_sheet: fix timesheet list)
Raphael Collet [Fri, 16 Dec 2011 15:05:31 +0000 (16:05 +0100)]
[MERGE] lp:900735 (hr_timesheet_sheet: fix timesheet list)

bzr revid: rco@openerp.com-20111216150531-upj1z8q17ve0ei0z

12 years ago[MERGE] lp:897662 (hr_timesheet_sheet: fix weekly timesheet created on Monday coverin...
Raphael Collet [Fri, 16 Dec 2011 15:02:27 +0000 (16:02 +0100)]
[MERGE] lp:897662 (hr_timesheet_sheet: fix weekly timesheet created on Monday covering two weeks)

bzr revid: rco@openerp.com-20111216150227-xmhifyxxel7wvbqb

12 years ago[MERGE] lp:893523 (account_asset: avoid problem when creating/posting items in subsid...
Raphael Collet [Fri, 16 Dec 2011 14:58:38 +0000 (15:58 +0100)]
[MERGE] lp:893523 (account_asset: avoid problem when creating/posting items in subsidiary cy company)

bzr revid: rco@openerp.com-20111216145838-z2qgomkdofh9wyhq

12 years ago[MERGE] lp:892660 (fix l10n_mx account charts)
Raphael Collet [Fri, 16 Dec 2011 14:49:43 +0000 (15:49 +0100)]
[MERGE] lp:892660 (fix l10n_mx account charts)

bzr revid: rco@openerp.com-20111216144943-hxxdlqava32flqwp

12 years ago[FIX] typo
Antony Lesuisse [Fri, 16 Dec 2011 14:43:12 +0000 (15:43 +0100)]
[FIX] typo

bzr revid: al@openerp.com-20111216144312-akodk5ba505ot8ba

12 years ago[FIX] add support for *nested* invisible filters in search view
Xavier Morel [Fri, 16 Dec 2011 14:36:07 +0000 (15:36 +0100)]
[FIX] add support for *nested* invisible filters in search view

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

bzr revid: xmo@openerp.com-20111216143607-wd75h7akmxx2umi8

12 years ago[IMP] use modifiers in search view, instead of accessing directly to @invisible
Xavier Morel [Fri, 16 Dec 2011 14:30:41 +0000 (15:30 +0100)]
[IMP] use modifiers in search view, instead of accessing directly to @invisible

bzr revid: xmo@openerp.com-20111216143041-wx95x1q2osv5qv15

12 years ago[FIX] allow users to not connect
Christophe Simonis [Fri, 16 Dec 2011 14:26:53 +0000 (15:26 +0100)]
[FIX] allow users to not connect

bzr revid: chs@openerp.com-20111216142653-kjernr0c6sr6h0h2

12 years ago[MERGE] mrp, mrp_operations: clean yml tests
Raphael Collet [Fri, 16 Dec 2011 14:23:24 +0000 (15:23 +0100)]
[MERGE] mrp, mrp_operations: clean yml tests

bzr revid: rco@openerp.com-20111216142324-eep7vg58yccqknwi

12 years ago[FIX] login after database creation
Christophe Simonis [Fri, 16 Dec 2011 14:17:07 +0000 (15:17 +0100)]
[FIX] login after database creation

bzr revid: chs@openerp.com-20111216141707-f9a26e1kjz3f7unt

12 years ago[IMP] connection bind via direct server (no split between host and protocol)
Christophe Simonis [Fri, 16 Dec 2011 14:03:16 +0000 (15:03 +0100)]
[IMP] connection bind via direct server (no split between host and protocol)

bzr revid: chs@openerp.com-20111216140316-m4adjubcs8e46dli

12 years ago[IMP] mrp: simplify code
Raphael Collet [Fri, 16 Dec 2011 13:52:05 +0000 (14:52 +0100)]
[IMP] mrp: simplify code

bzr revid: rco@openerp.com-20111216135205-q3d8zmb80t77d2v4

12 years ago[imp] refactored numpad state
niv-openerp [Fri, 16 Dec 2011 13:47:38 +0000 (14:47 +0100)]
[imp] refactored numpad state

bzr revid: nicolas.vanhoren@openerp.com-20111216134738-ogaf88ua4looi93r

12 years ago[MERGE] procurement: add tests
Raphael Collet [Fri, 16 Dec 2011 13:33:30 +0000 (14:33 +0100)]
[MERGE] procurement: add tests

bzr revid: rco@openerp.com-20111216133330-0s3fau4ptf0b5tr0

12 years ago[IMP] procurement: small code cleanup
Raphael Collet [Fri, 16 Dec 2011 13:25:23 +0000 (14:25 +0100)]
[IMP] procurement: small code cleanup

bzr revid: rco@openerp.com-20111216132523-dvwzeuah63u7lgy0

12 years ago[MERGE] merged with trunk-development-branch
Harry (OpenERP) [Fri, 16 Dec 2011 13:03:46 +0000 (18:33 +0530)]
[MERGE] merged with trunk-development-branch

bzr revid: hmo@tinyerp.com-20111216130346-p3til4dryu8gukw2

12 years ago[ADD] lazy translation function, to correctly translate strings in contexts evaluated...
Xavier Morel [Fri, 16 Dec 2011 13:00:00 +0000 (14:00 +0100)]
[ADD] lazy translation function, to correctly translate strings in contexts evaluated before the translation db has been loaded

bzr revid: xmo@openerp.com-20111216130000-56qd717d79529opy

12 years ago[imp] added stuff
niv-openerp [Fri, 16 Dec 2011 12:44:19 +0000 (13:44 +0100)]
[imp] added stuff

bzr revid: nicolas.vanhoren@openerp.com-20111216124419-hviz2o5f0ujyl5bu

12 years ago[MERGE] sale, project_mrp, procurement: improve tests
Raphael Collet [Fri, 16 Dec 2011 12:37:37 +0000 (13:37 +0100)]
[MERGE] sale, project_mrp, procurement: improve tests

bzr revid: rco@openerp.com-20111216123737-fpwr4h3ohij964f6

12 years ago[FIX] exclude function fields from import_compatible export and from all imports
Xavier Morel [Fri, 16 Dec 2011 11:49:41 +0000 (12:49 +0100)]
[FIX] exclude function fields from import_compatible export and from all imports

bzr revid: xmo@openerp.com-20111216114941-fr6wsfabxfqf86xw

12 years ago[EXP] export translations for view names
Xavier Morel [Fri, 16 Dec 2011 11:22:07 +0000 (12:22 +0100)]
[EXP] export translations for view names

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

bzr revid: xmo@openerp.com-20111216112207-nzh3ture66un7t4g

12 years ago[ADD] translatable name to views
Xavier Morel [Fri, 16 Dec 2011 11:20:54 +0000 (12:20 +0100)]
[ADD] translatable name to views

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

bzr revid: xmo@openerp.com-20111216112054-xys9q3ap6dcatppr

12 years ago[MERGE] merge from trunk
Raphael Collet [Fri, 16 Dec 2011 11:15:20 +0000 (12:15 +0100)]
[MERGE] merge from trunk

bzr revid: rco@openerp.com-20111216111520-wquvktxwt39v7gqf

12 years ago[FIX] minimal handling of url for tree views
Christophe Simonis [Fri, 16 Dec 2011 10:50:24 +0000 (11:50 +0100)]
[FIX] minimal handling of url for tree views

bzr revid: chs@openerp.com-20111216105024-m39408ii7mqplhy3

12 years ago[IMP] procurement, project_mrp: code cleanup
Raphael Collet [Fri, 16 Dec 2011 10:31:25 +0000 (11:31 +0100)]
[IMP] procurement, project_mrp: code cleanup

bzr revid: rco@openerp.com-20111216103125-cmutzbdfhhsepdax

12 years ago[Merge]with: lp:openobject-addons
DBR (OpenERP) [Fri, 16 Dec 2011 10:06:36 +0000 (15:36 +0530)]
[Merge]with: lp:openobject-addons

bzr revid: dbr@tinyerp.com-20111216100636-lu5521wfym6zq9ee

12 years ago[IMP]procurement:
DBR (OpenERP) [Fri, 16 Dec 2011 09:58:11 +0000 (15:28 +0530)]
[IMP]procurement:
Add class StockMove & StockPicking as that was
Need TO FIX : process for procure_calculation.

bzr revid: dbr@tinyerp.com-20111216095811-es8zjtmsy3x71k9b

12 years ago[IMP] create a record for procurement.orderpoint.compute
DBR (OpenERP) [Fri, 16 Dec 2011 06:44:48 +0000 (12:14 +0530)]
[IMP] create a record for procurement.orderpoint.compute

bzr revid: dbr@tinyerp.com-20111216064448-ytirugo54teoprh5

12 years ago[RMV,IMP]procurement:
DBR (OpenERP) [Fri, 16 Dec 2011 06:16:45 +0000 (11:46 +0530)]
[RMV,IMP]procurement:
Remove the all_schedular.yml because code include in procurement.yml
Improve the test cases.

bzr revid: dbr@tinyerp.com-20111216061645-guas8ryvkqvpy58u

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 16 Dec 2011 06:08:14 +0000 (06:08 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111216052448-trqaat8m6335nctw
bzr revid: launchpad_translations_on_behalf_of_openerp-20111216052507-5r7nig2ys4fyef7f
bzr revid: launchpad_translations_on_behalf_of_openerp-20111216060814-z34sm1fdvd230j37

12 years ago[MERGE] jsonp branch by chs,
Antony Lesuisse [Fri, 16 Dec 2011 01:53:58 +0000 (02:53 +0100)]
[MERGE] jsonp branch by chs,
deferrization and cleanup of Connection,
simple jsonp (not fully tested),
url (push_state) is broken
(+395/-262) 8 files modified

bzr revid: al@openerp.com-20111216015358-e8p5bi8pl86onlbz

12 years ago[FIX] jsonp fixes currently untested
Antony Lesuisse [Fri, 16 Dec 2011 01:49:45 +0000 (02:49 +0100)]
[FIX] jsonp fixes currently untested

bzr revid: al@openerp.com-20111216014945-mhq4eee2hy9mip27

12 years ago[FIX] more deferred
Antony Lesuisse [Fri, 16 Dec 2011 01:30:51 +0000 (02:30 +0100)]
[FIX] more deferred

bzr revid: al@openerp.com-20111216013051-x45j314u7d4zvfoq

12 years ago[FIX] session cookie and logout
Antony Lesuisse [Fri, 16 Dec 2011 01:25:42 +0000 (02:25 +0100)]
[FIX] session cookie and logout

bzr revid: al@openerp.com-20111216012542-svbiuf64x017wll5

12 years ago[IMP] minor changes
Antony Lesuisse [Fri, 16 Dec 2011 00:48:23 +0000 (01:48 +0100)]
[IMP] minor changes

bzr revid: al@openerp.com-20111216004823-s3lh80nymv2xu6fs