Commit Graph

83732 Commits

Author SHA1 Message Date
Josse Colpaert 6dbb3a86db [IMP] Picking wave report controller for calling report for pickings
bzr revid: jco@openerp.com-20140314151320-0e33my2ux3mfj1p2
2014-03-14 16:13:20 +01:00
Josse Colpaert 0645597438 [IMP] Optimize stock valuation report more
bzr revid: jco@openerp.com-20140314111632-59lzfrboz6kpd94y
2014-03-14 12:16:32 +01:00
Josse Colpaert 13566b866e [IMP] Fasten up stock valuation report
bzr revid: jco@openerp.com-20140313174244-c7dg2thz6r7d5fek
2014-03-13 18:42:44 +01:00
Josse Colpaert fd5f6e7ccd [IMP] Testing report
bzr revid: jco@openerp.com-20140313081904-jzf1oiixe0nz7v2g
2014-03-13 09:19:04 +01:00
Josse Colpaert c33696449a [MERGE] Merge from trunk-wms
bzr revid: jco@openerp.com-20140312204310-goe4kfirt4o8q0o8
2014-03-12 21:43:10 +01:00
Josse Colpaert 04115a42d3 [WIP] Inventory value in stock valuation report
bzr revid: jco@openerp.com-20140312204125-qolc6yisb0rw6zfr
2014-03-12 21:41:25 +01:00
Quentin (OpenERP) b70f1e4472 [FIX] stock: the date planned of a procurement created by an orderpoint must be the scheduler runtime because the goods may come from something else than a purchase, thus there is no point at adding the seller delay there
bzr revid: qdp-launchpad@openerp.com-20140312163941-76rs8c1uudmrvh15
2014-03-12 17:39:41 +01:00
Quentin (OpenERP) db0b1af46e [MERGE] sort the inventory lines per serial number name instead of ID. Courtesy of Lionel Sausin (Numérigraphe)
bzr revid: qdp-launchpad@openerp.com-20140312152625-iezrs3yh4tqk3mcl
2014-03-12 16:26:25 +01:00
Quentin (OpenERP) d8dce888e8 [MERGE] merged the branch that adds the location_id and location_dest_id on the pack operations
bzr revid: qdp-launchpad@openerp.com-20140312143030-jb23rhsi81ykejwt
2014-03-12 15:30:30 +01:00
Quentin (OpenERP) 7565cf79ea [FIX] stock: get only quants from your company. It means that when moving goods from company A to company B through a transit warehouse (without visibility on the other company), openerp will create a quant for company B instead of reusing the one from company A (which is the expected behavior as the history shouldn't be visible, the cost may be different...)
bzr revid: qdp-launchpad@openerp.com-20140312134751-7384c3vm9wpg7htl
2014-03-12 14:47:51 +01:00
Quentin (OpenERP) 6dae580a6b [IMP] stock: default location_id and location_dest_id for pack operations
bzr revid: qdp-launchpad@openerp.com-20140312112434-nt2bc9wsb29dawom
2014-03-12 12:24:34 +01:00
Quentin (OpenERP) 5298db0f06 [FIX] sale_stock: location_id and location_dest_id are now required on stock.pack.operation
bzr revid: qdp-launchpad@openerp.com-20140312110653-5dfjcmt9ahgu5ich
2014-03-12 12:06:53 +01:00
Quentin (OpenERP) 881577bd87 [FIX] stock: the inventory shouldn't be post in 2 steps. Quants cannot be moved from an internal location to another using an inventory (but can still be done manually before/after) and moreover this wasn't working since we realized it was a bad idea to reuse quants from an inventory location.
bzr revid: qdp-launchpad@openerp.com-20140312110233-0wmyoypusb8aauzk
2014-03-12 12:02:33 +01:00
Josse Colpaert 34b0a0dcb8 [IMP] Remove rml report links
bzr revid: jco@openerp.com-20140312110125-jq051j81frkx3eyx
2014-03-12 12:01:25 +01:00
Quentin (OpenERP) da1431f544 [FIX] stock, packingneg.yml: location_id and location_dest_id are required
bzr revid: qdp-launchpad@openerp.com-20140312100009-u9b83h8bqzik2yx0
2014-03-12 11:00:09 +01:00
Quentin (OpenERP) 46c6aba808 [FIX] stock, packing.yml: location_id and location_dest_id are required
bzr revid: qdp-launchpad@openerp.com-20140312095711-lyxfyda4nydd6twd
2014-03-12 10:57:11 +01:00
Quentin (OpenERP) fcf8d13806 [FIX] stock: ...
bzr revid: qdp-launchpad@openerp.com-20140312081010-x5oxh4te1xh0v3vv
2014-03-12 09:10:10 +01:00
Lionel Sausin 637778e8cd [MERGE] sort inventory lines on the name of serial numbers, not their ID. Same improvement as I proposed in the community backports.
bzr revid: ls@numerigraphe.com-20140311182317-u1fzp9k29z2fjxod
2014-03-11 19:23:17 +01:00
Lionel Sausin 0b5ca307d5 [IMP] sort inventory lines on the name of serial numbers, not their ID
bzr revid: ls@numerigraphe.com-20140311181236-o0pnweb0ze1efdwy
2014-03-11 19:12:36 +01:00
Cedric Snauwaert bc616fce91 [FIX]order stock_inventory_line by location name, product code, product name
lp bug: https://launchpad.net/bugs/1087033 fixed

bzr revid: ls@numerigraphe.com-20140311174505-p086c5nzvpifqxky
2014-03-11 18:45:05 +01:00
Quentin (OpenERP) ff09748ec9 [FIX] stock: shipment.yml fixed. The fields location_id and location_dest_id are now required on pack.operations
bzr revid: qdp-launchpad@openerp.com-20140311171443-sbxsa2p8biyzo7t9
2014-03-11 18:14:43 +01:00
Quentin (OpenERP) 7d0760b59a [FIX] stock: prepare partial when top_lvl_package is used
bzr revid: qdp-launchpad@openerp.com-20140311160111-ed895thk06fg6da6
2014-03-11 17:01:11 +01:00
Quentin (OpenERP) aed228331f [FIX] stock: do prepare partial
bzr revid: qdp-launchpad@openerp.com-20140311154409-v5aoj3tx2frfi9jz
2014-03-11 16:44:09 +01:00
Quentin (OpenERP) d86520d4c9 [MERGE] trunk-wms
bzr revid: qdp-launchpad@openerp.com-20140311133200-7iltr7u47got8vc7
2014-03-11 14:32:00 +01:00
Quentin (OpenERP) 38afcf4d61 [REF] stock: refactoring of do_prepare_partial
bzr revid: qdp-launchpad@openerp.com-20140311133109-e07mnhy4iaqm63in
2014-03-11 14:31:09 +01:00
Quentin (OpenERP) da210e4b5e [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20140311132813-0gmbof2u8nmgv9p3
2014-03-11 14:28:13 +01:00
Fabien Meghazi 5e036bbf7c [FIX] Properly redirect in case of invalid url slugs
Use werkzeug's api instead of doing hackish url replacement

bzr revid: fme@openerp.com-20140310130530-e86cdwhdca9cs9g3
2014-03-10 14:05:30 +01:00
Fabien Meghazi 35d87dd19b [IMP] ir.http: provide current rule to argument postprocessing
bzr revid: fme@openerp.com-20140310130349-x4qxpcmyrcejywlz
2014-03-10 14:03:49 +01:00
Xavier Morel aaa80e9575 [IMP] phantomjs driver cleanups
bzr revid: xmo@openerp.com-20140310115334-vjh7gx5oizdm6s67
2014-03-10 12:53:34 +01:00
Xavier Morel bcbe89fbdc [IMP] phantomjs waitloop
* simplify waitFor itself
* log a "waiting for" message if the expression evaluates but is *false*

bzr revid: xmo@openerp.com-20140310112401-khvy0zcvwaaxa5om
2014-03-10 12:24:01 +01:00
Xavier Morel b3de4ca481 [IMP] readability of phantomjs timeouts
bzr revid: xmo@openerp.com-20140310101554-6imrb3hnd95q1wgu
2014-03-10 11:15:54 +01:00
Xavier Morel d16bcfb981 [FIX] nonsensical import?
bzr revid: xmo@openerp.com-20140310095918-khwzn6oqx77w0pyc
2014-03-10 10:59:18 +01:00
Josse Colpaert a8ce487191 [IMP] Adapt report with package and lot + uom security
bzr revid: jco@openerp.com-20140310094443-4yapquz3kgi6ekm0
2014-03-10 10:44:43 +01:00
Xavier Morel b73cef9007 [FIX] don't fail installation entirely if pyPdf isn't available
should print an error message though

bzr revid: xmo@openerp.com-20140310083204-9akr4ucwqzbv3oxu
2014-03-10 09:32:04 +01:00
Antony Lesuisse f147ea8eed [FIX] wsgi deployement with openerp-wsgi.py
bzr revid: al@openerp.com-20140307200055-vbf9tub4gl9edig0
2014-03-07 21:00:55 +01:00
Josse Colpaert b3c7fd4332 [IMP] Improve picking report with moves, barcode and picking type name + addresses
bzr revid: jco@openerp.com-20140307172803-x2x99msrs44ws32a
2014-03-07 18:28:03 +01:00
Christophe Simonis 36f2ff879a [FIX] web: use jinja2.FileSystemLoader instead of PackageLoader on windows
bzr revid: chs@openerp.com-20140307151431-5k24u6lnlypv1s64
2014-03-07 16:14:31 +01:00
Josse Colpaert d5673e4c33 [IMP] Take location from pack operations when possible, otherwise use move location_id in get preferred
bzr revid: jco@openerp.com-20140307135117-hqeja9stlakkx3cw
2014-03-07 14:51:17 +01:00
Launchpad Translations on behalf of openerp d448a63c26 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140307063958-kinuz5ttk6v13wb0
2014-03-07 06:39:58 +00:00
Antony Lesuisse 8915f444f3 [IMP] report, form view hide paperformat when not needed
bzr revid: al@openerp.com-20140307011359-nyj794c9pzkg64fh
2014-03-07 02:13:59 +01:00
Antony Lesuisse 66988eefb5 [IMP] ir.actions.report.xml more view cleanup
bzr revid: al@openerp.com-20140307011305-sqfbr857ifczh6f1
2014-03-07 02:13:05 +01:00
Antony Lesuisse 44a0f566b0 [FIX] ir.actions.report.xml keep report_type pdf until full report conversion is completed
bzr revid: al@openerp.com-20140307003255-wjzfhlzl3dce6u7w
2014-03-07 01:32:55 +01:00
Antony Lesuisse cb82d93796 [IMP] report form view move inherited view, restore and refactor test case (kept commented atm) from non merged branch qweb-report
bzr revid: al@openerp.com-20140307000620-kqxm55smy34nc0zz
2014-03-07 01:06:20 +01:00
Antony Lesuisse cfb50cf7a9 [IMP] ir.actions.report.xml improve view, move rml specific fiels in a tab
bzr revid: al@openerp.com-20140306234657-kblucn86ph9gjfu6
2014-03-07 00:46:57 +01:00
Antony Lesuisse 3aa98edaaf [IMP] test add an url_open helper to http case
bzr revid: al@openerp.com-20140306234535-9zhumihumbzcddb2
2014-03-07 00:45:35 +01:00
Antony Lesuisse c878b34c3e [FIX] --test-file regression introduced by chs
bzr revid: al@openerp.com-20140306221947-ex5nk6mu2py0zinh
2014-03-06 23:19:47 +01:00
Christophe Simonis 1a38a08687 [FIX] setup.py: pywebdav does not expose DAV import anymore
bzr revid: chs@openerp.com-20140306160500-ey6o7iiiy1wmvkpp
2014-03-06 17:05:00 +01:00
Christophe Simonis ec36a494fe [FIX] do not expose posix only config options on windows
bzr revid: chs@openerp.com-20140306115214-8wrfivy4runpzoar
2014-03-06 12:52:14 +01:00
Josse Colpaert be905c9432 [ADD] Start report picking
bzr revid: jco@openerp.com-20140306104143-8lmnpk006v1cr6xf
2014-03-06 11:41:43 +01:00
Launchpad Translations on behalf of openerp e4488138f7 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140306054333-zzdw1cs2090gpmll
bzr revid: launchpad_translations_on_behalf_of_openerp-20140306055603-35zlf1imt9wk0shw
2014-03-06 05:56:03 +00:00