Commit Graph

83792 Commits

Author SHA1 Message Date
Quentin (OpenERP) 485ac1ab76 [FIX] stock: when unboxing, the package must be given explicitelly (introduced in revision 9583)
bzr revid: qdp-launchpad@openerp.com-20140302235750-c8s99jzhsqqu7v9a
2014-03-03 00:57:50 +01:00
Quentin (OpenERP) 65aa1424f7 [FIX] purchase_requisition: fix missing coma
bzr revid: qdp-launchpad@openerp.com-20140302190407-77cnjpxf6rmwzieg
2014-03-02 20:04:07 +01:00
Quentin (OpenERP) f2194de731 [FIX] purchase: wrong reference in xml file (introduced with the last merge with trunk)
bzr revid: qdp-launchpad@openerp.com-20140302170646-r1megbxkhmgfqlzy
2014-03-02 18:06:46 +01:00
Quentin (OpenERP) 1c3c640ca2 [FIX] stock: prefered and fallback domain aren't used anymore in action_Assign
bzr revid: qdp-launchpad@openerp.com-20140228173257-4mguyrw0l23965o2
2014-02-28 18:32:57 +01:00
Josse Colpaert d39056faec [IMP] Change _compute_qty to0 _compute_qty_obj in order to pass browse records immediately instead
bzr revid: jco@openerp.com-20140228173241-qfenlx2hb8h1k40j
2014-02-28 18:32:41 +01:00
Quentin (OpenERP) 3b6d4d5eff [FIX] purchase: partial revert of preceeding commit where i messed with the merge with trunk and totally remove purchase/report while the psql view needs to be kept
bzr revid: qdp-launchpad@openerp.com-20140228163934-rrf3fsxcoo0nta0h
2014-02-28 17:39:34 +01:00
Antony Lesuisse ed7ee4df52 [MERGE] cron race condition leading to unneeded executions, courtesy of acsone
When mulitple cron workers get their list of jobs to process at the same time,
some jobs might be executed multiple times. We fix this by keeping the listing
filter when taking the lock.

bzr revid: al@openerp.com-20140228161524-y8nyq5uw9yq9rcc3
2014-02-28 17:15:24 +01:00
Quentin (OpenERP) e36b32a661 [MERGE] merged with main trunk (revision 9186)
bzr revid: qdp-launchpad@openerp.com-20140228131516-ihigousbe5p1nt68
2014-02-28 14:15:16 +01:00
Quentin (OpenERP) 536f2bded9 [REF] stock: some refactoring
bzr revid: qdp-launchpad@openerp.com-20140228110048-595paigdalgt94mv
2014-02-28 12:00:48 +01:00
Antony Lesuisse 1d227c0b24 [MERGE] data-dir, a single directory for file system assets
use a single directory in the filesystem to store
- database filestore
- http sessions
- downloaded modules

By default the following platform specific location are used

Mac OS X:               ~/Library/Application Support/OpenERP
Unix:                   ~/.local/share/OpenERP    # or in $XDG_DATA_HOME, if defined
Win 7  (not roaming):   C:\Users\<username>\AppData\Local\OpenERP\OpenERP
Win 7  (roaming):       C:\Users\<username>\AppData\Roaming\OpenERP\OpenERP
Win XP (not roaming):   C:\Documents and Settings\<username>\Application Data\OpenERP\OpenERP
Win XP (roaming):       C:\Documents and Settings\<username>\Local Settings\Application Data\OpenERP\OpenERP

But this location can manually be set manually using --data-dir

bzr revid: al@openerp.com-20140227225333-d4q6tj74c7zhxiuv
2014-02-27 23:53:33 +01:00
Simon Lejeune 7851c9f825 [MERGE] Report module: reporting using the QWeb rendering engine. Sale, purchase, mrp and mrp_repair reports are converted.
bzr revid: sle@openerp.com-20140227170838-erkeann2ka4apznf
2014-02-27 18:08:38 +01:00
Christophe Simonis 70f3ed09c5 merge upstream
bzr revid: chs@openerp.com-20140227165817-wdgdl4rbmtnnqudt
2014-02-27 17:58:17 +01:00
Simon Lejeune 03aa27fcca [IMP] Add link to wkhtmltopdf.org in the webclient notifications
bzr revid: sle@openerp.com-20140227165509-qrdwy0s7xh044zf4
2014-02-27 17:55:09 +01:00
Simon Lejeune ff97011b3a [MERGE] Trunk
bzr revid: sle@openerp.com-20140227164907-pvd92tw2bmg4d0w8
2014-02-27 17:49:07 +01:00
Fabien Meghazi 312991ca1e [FIX] ensure_db() on inherited /web/login controllers
bzr revid: fme@openerp.com-20140227164141-1sblr0g6ta66q1em
2014-02-27 17:41:41 +01:00
Fabien Meghazi e76c36d704 [FIX] Database selector issue
ensure_db() If the request.session.db is different than
the computed db abort and redirect in order to properly
dispatch on computed db

bzr revid: fme@openerp.com-20140227164018-iukowle122spr2c5
2014-02-27 17:40:18 +01:00
Antony Lesuisse 8fec899f9b [FIX] move appsdirs to tools
bzr revid: al@openerp.com-20140227163259-asal833qjv3gylit
2014-02-27 17:32:59 +01:00
Antony Lesuisse 38d1ca1ff2 [MERGE] trunk
bzr revid: al@openerp.com-20140227161819-p9chmskfifo0rygs
2014-02-27 17:18:19 +01:00
Josse Colpaert 753c125024 [IMP] No pack operations create needed at force_assign
bzr revid: jco@openerp.com-20140227161020-happi4qshw2uoabo
2014-02-27 17:10:20 +01:00
Josse Colpaert bd0fcb70b7 [IMP] name_get of product should not ask for seller_ids if not necessary
bzr revid: jco@openerp.com-20140227160808-m53f0kkgbqno1ea8
2014-02-27 17:08:08 +01:00
Fabien Meghazi 152e70e9fa [IMP] seperation of auth_signup's reset password and signup routes
bzr revid: fme@openerp.com-20140227154955-tnxyzw1ynuwlo5mj
2014-02-27 16:49:55 +01:00
Fabien Meghazi 6aa24d0896 [IMP] Improve login for auth_signup/oauth seperation
bzr revid: fme@openerp.com-20140227154921-2fqr8p8bhczn37xa
2014-02-27 16:49:21 +01:00
Simon Lejeune 27a232596c [IMP] Add notification on the web client when wkhtmltopdf is not present or too old
bzr revid: sle@openerp.com-20140227154046-hxnhyho6v096hjx8
2014-02-27 16:40:46 +01:00
Simon Lejeune 4f979046ed [MERGE] trunk
bzr revid: sle@openerp.com-20140227145225-sygkyqft99tux3jm
2014-02-27 15:52:25 +01:00
Simon Lejeune a82c186611 [IMP] Added a route to check presence and version of wkhtmltopdf. If the soft is not present, qweb-pdf fallback on qweb-html mode.
bzr revid: sle@openerp.com-20140227144810-d14iwu5pudmrshh9
2014-02-27 15:48:10 +01:00
Fabien Meghazi a210c5f534 [MERGE] upstream
bzr revid: fme@openerp.com-20140227142022-fgqnvfzkkqeh99l3
2014-02-27 15:20:22 +01:00
Josse Colpaert 0f52affe0b [IMP] When reserved quants are ok, no need to rereserve quants
bzr revid: jco@openerp.com-20140227131237-du11dk5fu71nfnex
2014-02-27 14:12:37 +01:00
Fabien Pinckaers 100cc571cd [IMP] Event Security Fix + Publish Track
bzr revid: fp@tinyerp.com-20140227131144-8rq3woldpl1zbppj
2014-02-27 14:11:44 +01:00
Fabien Meghazi 075640848e [FIX] signup and rest password links
bzr revid: fme@openerp.com-20140227121032-2nj47kqc5bwwpo23
2014-02-27 13:10:32 +01:00
Fabien Meghazi c1d9449a57 [MERGE] upstream
bzr revid: fme@openerp.com-20140227101745-k6iseaz765qnflnm
2014-02-27 11:17:45 +01:00
Fabien Meghazi 2868e9a6ac [MERGE] upstream
bzr revid: fme@openerp.com-20140227101725-7egd9xq859jasnhj
2014-02-27 11:17:25 +01:00
Josse Colpaert 634d0f3ff8 [IMP] Do not search quants when source location requires to create quants
bzr revid: jco@openerp.com-20140227100401-axy57wrto0ex2xf7
2014-02-27 11:04:01 +01:00
Josse Colpaert 23128a26ae [IMP] Put remaining qty in variable not to calculate multiple times
bzr revid: jco@openerp.com-20140227084509-cr589ynshxltt2fv
2014-02-27 09:45:09 +01:00
Simon Lejeune c8ebe2dc8a [MERGE] trunk
bzr revid: sle@openerp.com-20140226175612-4xi5b8sa2h2jp37n
2014-02-26 18:56:12 +01:00
Fabien Meghazi 3324351bf6 [IMP] Improvement/changes to the http request/response API.
- Get rid of LazyResponses
- Made website.render() an alias to request.render() [just kept in case this is merged in saas-3 but should be removed completely in favor of request.render()]

Need server/trunk's rev#5102

bzr revid: fme@openerp.com-20140226164551-d42a3g057grr722y
2014-02-26 17:45:51 +01:00
Jérôme f664ff2ace [FIX] : tde's last remark correction
bzr revid: jem@openerp.com-20140226164521-gccablfi8b6e36qr
2014-02-26 17:45:21 +01:00
Fabien Meghazi 71537320c5 [IMP] Improvement/changes to the http request/response API.
- Get rid of LazyResponses
- Made website.render() an alias to request.render() [just kept in case this is merged in saas-3 but should be removed completely in favor of request.render()]

Need server/trunk's rev#5102

bzr revid: fme@openerp.com-20140226164448-ad7mjzgg5aw66erq
2014-02-26 17:44:48 +01:00
Fabien Meghazi 992975f236 [IMP] Improvement/changes to the http request/response API.
- Added http.Response object
- @http.route decorator wraps methods in order to convert returned value to Response object
- http.Request.func* variables moved to http.EndPoint class
- moved _first_arg_is_req backward compatibility feature in EndPoint class
- CORS support moved to new http.Request object
- Added a #render() helper on request object as a companion of #make_response() that will return a lazy qweb rendering response
- Extra check in routing_map() in order to forbid the chabge of request type in @http.route arguments inheritance
- Fix crash happening when no Host header is present in the request

bzr revid: fme@openerp.com-20140226164407-5avn72p20o3o4f7x
2014-02-26 17:44:07 +01:00
Fabien Meghazi e2f92040db [REM] removed Request's getattr proxying to httprequest
This might be a problem when merging the new api so we let it as is for the moment

bzr revid: fme@openerp.com-20140226161627-edgbe5f8mpzylq46
2014-02-26 17:16:27 +01:00
Josse Colpaert bb3045f0f8 [MERGE] Merge from trunk-wms
bzr revid: jco@openerp.com-20140226161012-r6f96eh40rgw2g1h
2014-02-26 17:10:12 +01:00
Josse Colpaert c80d3f88bc [IMP] Read partner_id from user browse instead
bzr revid: jco@openerp.com-20140226150426-ysyosowmszztp9dm
2014-02-26 16:04:26 +01:00
Josse Colpaert 1ca10a18dc [IMP] getpackages and getpickings use read instead of browse + use query for get_state
bzr revid: jco@openerp.com-20140226141223-9yioe6j7a9x9lbs3
2014-02-26 15:12:23 +01:00
Quentin (OpenERP) c721e1e981 [REF] stock: added a break in state_get of picking to fast a little the computation
bzr revid: qdp-launchpad@openerp.com-20140226132021-y6zouurseah0fx24
2014-02-26 14:20:21 +01:00
Josse Colpaert 781de16020 [IMP] copy_data instead of copy for duplicate purchase order test
bzr revid: jco@openerp.com-20140226130156-c5pexmfjkisoxq30
2014-02-26 14:01:56 +01:00
Josse Colpaert 1469be6c5f [IMP] Add partially available field on stock move
bzr revid: jco@openerp.com-20140226120051-ur6co4aff9s9d1u7
2014-02-26 13:00:51 +01:00
Josse Colpaert 39c5e97588 [FIX] uom compare
bzr revid: jco@openerp.com-20140226112342-n702mbth1wfv4e7s
2014-02-26 12:23:42 +01:00
Josse Colpaert 043e4eefc9 [REVERT] Revert commit for writing to multiple quants at once
bzr revid: jco@openerp.com-20140226103517-ixltha9vw4qpnw71
2014-02-26 11:35:17 +01:00
Launchpad Translations on behalf of openerp a900c2f44d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140226063458-06tloufxtz1og92z
2014-02-26 06:34:58 +00:00
Josse Colpaert f39d00a5ed [IMP] Do picking assign in group at the end of confirming all procurements for a sales order
bzr revid: jco@openerp.com-20140225162211-7elk2pj4r8q8sx04
2014-02-25 17:22:11 +01:00
Simon Lejeune 258c8b5ee5 [FIX] type in the import of the reset stylesheet
bzr revid: sle@openerp.com-20140225144407-li218a3ppz4f8y7z
2014-02-25 15:44:07 +01:00