Commit Graph

83730 Commits

Author SHA1 Message Date
Holger Brunn 266b553aa8 [FIX] pass correct magic value for resource
[FIX] typo

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

bzr revid: hbrunn@therp.nl-20140325151047-6sd0irzu4e85i5ru
2014-03-25 16:10:47 +01:00
Quentin (OpenERP) 6bd66db6de [MERGE] stock: package barcode report
bzr revid: qdp-launchpad@openerp.com-20140318092214-5597c3vwae8mprkw
2014-03-18 10:22:14 +01:00
Cedric Snauwaert 1855e687a8 [FIX]remove old package report
bzr revid: csn@openerp.com-20140317100154-iitknhqcje6finl0
2014-03-17 11:01:54 +01:00
Cedric Snauwaert 3f6290b8c4 [FIX]refactor package report
bzr revid: csn@openerp.com-20140317094722-etwze4uvx3wnejfw
2014-03-17 10:47:22 +01:00
Quentin (OpenERP) dec4a92776 [FIX] stock: don't allow to make an inventory with a date in the future
bzr revid: qdp-launchpad@openerp.com-20140317090656-o7lo22tzm8yuv3r8
2014-03-17 10:06:56 +01:00
Quentin (OpenERP) 552b38f81d [MERGE] adding missing context in function calls. Courtesy of Lionel Sausin (Numérigraphe)
bzr revid: qdp-launchpad@openerp.com-20140317085449-02ar0i72yx5ecqg3
2014-03-17 09:54:49 +01:00
Quentin (OpenERP) cb17a2dc94 [IMP] stock: restrict to make stock operations when conflicting with running inventories + mark moves as done at the inventory date (to have a correct virtual stock and accounting entries created in the good period)
bzr revid: qdp-launchpad@openerp.com-20140314135938-4n4o83mzeov4fcjk
2014-03-14 14:59:38 +01:00
Lionel Sausin eb26ab55d4 [FIX] Add missing context to some calls
lp bug: https://launchpad.net/bugs/1291874 fixed

bzr revid: ls@numerigraphe.com-20140313093727-2m5h8wo915h89g3z
2014-03-13 10:37:27 +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
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
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
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
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
Thibault Delavallée 9f3fbce2d9 [MERGE] [IMP] mail: added message_last_update field. This field is a datetime field, updated everytime message_post in called. This allows to build filters, search or actions based on the last message date, for reporting for example.
Weekly groupbys have been added in project_issue and crm, for leads and opportunities.

bzr revid: tde@openerp.com-20140305173945-3woymvjo9u6wdtef
2014-03-05 18:39:45 +01:00
Thibault Delavallée dab275e931 [IMP] crm: add message_last_pos tin groupby for leads and opportunities
bzr revid: tde@openerp.com-20140305094427-6295fmowatllrxxz
2014-03-05 10:44:27 +01:00