Commit Graph

40943 Commits

Author SHA1 Message Date
Fabien Meghazi 4995ea62cc [FIX] Ensure modules js is loaded after modules qwebs
bzr revid: fme@openerp.com-20111219155229-rbbsr5slsl7161pk
2011-12-19 16:52:29 +01:00
Thibault Delavallée 5a2d37d47c [MERGE] document: fixed bug 905279 : catching error when antiword not installed for doc file indexing
bzr revid: tde@openerp.com-20111219151001-rcj2qdji5a3z63k3
2011-12-19 16:10:01 +01:00
Xavier Morel 75409e349a [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
2011-12-19 15:57:59 +01:00
Raphael Collet 248654d97e [MERGE] lp:872686 (account: fix refund wizard)
bzr revid: rco@openerp.com-20111219145305-0w1ur88brnpovj6x
2011-12-19 15:53:05 +01:00
Vo Minh Thu 65144b9fb8 [FIX] packaging: some changes for windows packaging.
bzr revid: vmt@openerp.com-20111219144437-mq6t8xj4ush2bxn8
2011-12-19 15:44:37 +01:00
Fabien Meghazi 15f4b2505a [FIX] Use $.Mutex for qweb loading
bzr revid: fme@openerp.com-20111219143406-mdscr8htgto5zcw5
2011-12-19 15:34:06 +01:00
Antony Lesuisse bc3815e26e [FIX] edi connection setup
bzr revid: al@openerp.com-20111219142550-z68rdsszavf8sikc
2011-12-19 15:25:50 +01:00
niv-openerp 49823622de [merge] improvements to pos
bzr revid: nicolas.vanhoren@openerp.com-20111219132705-loei0ppbvxns3z39
2011-12-19 14:27:05 +01:00
niv-openerp 7619349d9a [fix] problem when changing amount of payment line
bzr revid: nicolas.vanhoren@openerp.com-20111219132244-719sqadq7hb0t2sp
2011-12-19 14:22:44 +01:00
niv-openerp e9350239b0 [imp] added delete payment line
bzr revid: nicolas.vanhoren@openerp.com-20111219131750-ts70x8ng44grf63g
2011-12-19 14:17:50 +01:00
Xavier Morel d8df2d5e17 [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
2011-12-19 13:50:39 +01:00
niv-openerp 8d2f664100 [imp] added print button
bzr revid: nicolas.vanhoren@openerp.com-20111219124547-1vjs6oftrp3zv3ry
2011-12-19 13:45:47 +01:00
niv-openerp 410bff7fb0 [imp] binded numpad to payment view
bzr revid: nicolas.vanhoren@openerp.com-20111219122419-sayukaurr0raygo1
2011-12-19 13:24:19 +01:00
niv-openerp d46657ce26 [imp] more improvements to numpad
bzr revid: nicolas.vanhoren@openerp.com-20111219112145-eoptwtwe3l4t8hwq
2011-12-19 12:21:45 +01:00
niv-openerp 24e2160a4b [imp] more improvements to numpad state
bzr revid: nicolas.vanhoren@openerp.com-20111219110027-vpm4otytft9gu3bg
2011-12-19 12:00:27 +01:00
Xavier Morel eec5f1c6c4 [FIX] stop blowing up on old sessions
lp bug: https://launchpad.net/bugs/906225 fixed

bzr revid: xmo@openerp.com-20111219104316-rssxn3oqne7070a4
2011-12-19 11:43:16 +01:00
Raphael Collet 30233c37b7 [MERGE] lp:903060 (share: disable shortcuts when creating share users)
bzr revid: rco@openerp.com-20111219103328-3a437qz2mjck3vz6
2011-12-19 11:33:28 +01:00
niv-openerp 454f74e398 [imp] refactored numpad state to be useful
bzr revid: nicolas.vanhoren@openerp.com-20111219102713-13jrvfqtmxonom4p
2011-12-19 11:27:13 +01:00
Xavier Morel 44cc908269 [ADD] logging of HTTP session storage location
bzr revid: xmo@openerp.com-20111219102645-hnelg2hqfno78zsj
2011-12-19 11:26:45 +01:00
Sanjay Gohel (Open ERP) 560b296a3b [FIX]Bug:bug fix and set error message for doc type files
bzr revid: sgo@tinyerp.com-20111219093156-yern0qjj3vz7gpsf
2011-12-19 15:01:56 +05:30
Xavier Morel f45abc970a [IMP] duplicate entry in py2exe included packages
bzr revid: xmo@openerp.com-20111219085139-penj0n81o14lagbr
2011-12-19 09:51:39 +01:00
Raphael Collet f17b864c63 [FIX] res_users: add explicitly False in non-required selection group fields
bzr revid: rco@openerp.com-20111219083458-e0uqpa9vx52lnr9p
2011-12-19 09:34:58 +01:00
Launchpad Translations on behalf of openerp 0309ea7454 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111219044922-ja94l4id9gun51xl
2011-12-19 04:49:22 +00:00
Fabien Pinckaers 15701c27d4 [IMP] module category typo
bzr revid: fp@tinyerp.com-20111218213831-0paqi4mo61i9pkjv
2011-12-18 22:38:31 +01:00
Fabien Pinckaers 3b0419ddc8 [IMP] module in categ links are installed automatically
bzr revid: fp@tinyerp.com-20111218213817-8yyeeaqcigrmftwr
2011-12-18 22:38:17 +01:00
Fabien Pinckaers fe36026c1e [FIX] event without base_contact
bzr revid: fp@tinyerp.com-20111218211459-cknoy30tpuy7mrh3
2011-12-18 22:14:59 +01:00
Fabien Pinckaers f413683b8d [IMP] order of main apps/modules
bzr revid: fp@tinyerp.com-20111218204746-q4y3kzaukitwtg0l
2011-12-18 21:47:46 +01:00
Fabien Pinckaers dcfb40f18e [IMP] order of main apps/modules
bzr revid: fp@tinyerp.com-20111218204731-50g37bd7un5igr84
2011-12-18 21:47:31 +01:00
Fabien Pinckaers 22b57ea01e [IMP] contract managemnet
bzr revid: fp@tinyerp.com-20111218193638-shwuuqjbqhlk6l3n
2011-12-18 20:36:38 +01:00
Fabien Pinckaers c96a049fb3 [FIX] point of sale addons
bzr revid: fp@tinyerp.com-20111218183339-itucpnld6lxjypen
2011-12-18 19:33:39 +01:00
Antony Lesuisse 2e4d17e1e1 [MERGE] share_embed by chs
bzr revid: al@openerp.com-20111218155640-54qy546y276xcyop
2011-12-18 16:56:40 +01:00
Antony Lesuisse cd226b06dc [IMP] display link
bzr revid: al@openerp.com-20111218154807-vqm64gvf22ny0v6d
2011-12-18 16:48:07 +01:00
Antony Lesuisse c3c7712e13 [IMP] separate embed and email actions
bzr revid: al@openerp.com-20111218154332-28ecj6xek6dixthp
2011-12-18 16:43:32 +01:00
Antony Lesuisse b818bd00e7 [IMP] improve user_type
bzr revid: al@openerp.com-20111218150704-wbemuzili2mw9150
2011-12-18 16:07:04 +01:00
Antony Lesuisse 8f4a1ebd24 [FIX] remove debug
bzr revid: al@openerp.com-20111218141007-bv1ssmioefur4cw2
2011-12-18 15:10:07 +01:00
Fabien Pinckaers b04c36d786 [IMP] point of sale fixes
bzr revid: fp@tinyerp.com-20111218135304-pqhosuljfrol5wtx
2011-12-18 14:53:04 +01:00
Fabien Pinckaers 8b60949c49 [IMP] layout invoices
bzr revid: fp@tinyerp.com-20111218131811-i371u0k6hgewcle6
2011-12-18 14:18:11 +01:00
Fabien Pinckaers 7d318fee87 [FIX] some fixes
bzr revid: fp@tinyerp.com-20111218130840-1ovw2mlocajbv3ms
2011-12-18 14:08:40 +01:00
Fabien Pinckaers 0cfe50155d [FIX] small bug in address
bzr revid: fp@tinyerp.com-20111218114443-lary2ovig5tznwl8
2011-12-18 12:44:43 +01:00
Fabien Pinckaers 56fbd7c0b2 [IMP] base_contact, new architecture
bzr revid: fp@tinyerp.com-20111218114239-c0zh1b0xdrggglrl
2011-12-18 12:42:39 +01:00
Launchpad Translations on behalf of openerp 8b0311d85e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111217053507-nn68mi7hzemvsfzf
bzr revid: launchpad_translations_on_behalf_of_openerp-20111218044245-2ybd6g6q1730qp1g
2011-12-18 04:42:45 +00:00
Fabien Pinckaers d50878f312 [FIX+merge] base_contact
bzr revid: fp@tinyerp.com-20111217095149-14s6jj7h6cjj1lce
2011-12-17 10:51:49 +01:00
Antony Lesuisse 3787df85db [FIX] embed css loading
bzr revid: al@openerp.com-20111216165146-l1eja7zgq7xhfepp
2011-12-16 17:51:46 +01:00
Antony Lesuisse 65c5eaca8d [FIX] jsonp works
bzr revid: al@openerp.com-20111216164739-ei5hdk4sq32eppzc
2011-12-16 17:47:39 +01:00
Antony Lesuisse 94c5c147cd fix typo embed code
bzr revid: al@openerp.com-20111216164018-l5ht2rzsec1na74f
2011-12-16 17:40:18 +01:00
Vo Minh Thu 3183c975af [FIX] setup.py: missing comma in the module list.
bzr revid: vmt@openerp.com-20111216163938-6hy1fmapfnp2v6r3
2011-12-16 17:39:38 +01:00
Antony Lesuisse d3795a63b1 simplify embed code
bzr revid: al@openerp.com-20111216163540-o13b84nsrj5kdulu
2011-12-16 17:35:40 +01:00
Xavier Morel aabf2664f9 [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
2011-12-16 17:25:48 +01:00
niv-openerp f807f2d692 [fix] problem with numpad
bzr revid: nicolas.vanhoren@openerp.com-20111216162102-q1ic92it7hegcrvt
2011-12-16 17:21:02 +01:00
Antony Lesuisse a6bdfc5204 [FIX] share js
bzr revid: al@openerp.com-20111216161909-dwkor7vq30hqmhli
2011-12-16 17:19:09 +01:00