Commit Graph

205 Commits

Author SHA1 Message Date
Olivier Dony a382e0cc2e [FIX] procurement: magic bypass transition was incomplete and preventing pulled flows from working
The procurement workflow has a magic `bypass` transition
that acts as a fallback for MTO procurements in case the
necessary modules are not (yet) installed. For example
it will consider a MTO+Buy procurement directly satisfied
if the Purchase module is not yet installed.
However this bypass transition did not properly take
"internal pulled flows" into account, which are added
by the `stock_location` module as a third kind of procurement
type. In this case the bypass would match and never
give stock_location the chance to run.
In order to be consistent with the other procurement
methods, the bypass transition needs to be adapted.

Also updated the check_move() method to make it more
explicit rather than a side-effect.

bzr revid: odo@openerp.com-20131112151747-da67h4yavhz3k29c
2013-11-12 16:17:47 +01:00
Martin Trigaux 6ba45e5cbf [FIX] procurement: change SQL query to be compatible with both postgres 8.4 and 9.3
bzr revid: mat@openerp.com-20131021095735-yz9pb5pphfdgl44j
2013-10-21 11:57:35 +02:00
Martin Trigaux b60da2a9a3 [IMP] procurement: track only once the change of state to exception and confirmed
bzr revid: mat@openerp.com-20131017113521-5u2k9glb3o7cnmmk
2013-10-17 13:35:21 +02:00
Martin Trigaux b98f935d27 revert change of workflow
bzr revid: mat@openerp.com-20131017104426-260y7v0113q8iue9
2013-10-17 12:44:26 +02:00
Martin Trigaux b801e6eab9 [IMP] procurement: better workflow
bzr revid: mat@openerp.com-20131016150335-oikqm6twbukp666t
2013-10-16 17:03:35 +02:00
Martin Trigaux 4c0c18b803 [FIX] purchase: avoid getting trigger loop (again), apply same fix on procurement to be consistent
bzr revid: mat@openerp.com-20131004153915-2urkq50bp8rnddnt
2013-10-04 17:39:15 +02:00
Christophe Matthieu 9d9e3d2ef8 [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos)
bzr revid: chm@openerp.com-20130607113829-1mi6jk18c2v3jjhn
2013-06-07 13:38:29 +02:00
Xavier ALT e141ed8546 [MERGE] OPW 583829: procurement: do not duplicate procurement related to stock.move on stock.picking duplication
forward-port of v6.0 addons revid: xal@openerp.com-20130227112039-ftdb0kbx1midtuvu

bzr revid: xal@openerp.com-20130227112652-nq88898nlk431u15
2013-02-27 12:26:52 +01:00
csn-openerp b409abe3ad [FIX]procurement : put back size limit on field message since some db in saas were not update and we need to truncate to size=124 for those
bzr revid: csn@openerp.com-20130213154137-4jl6h3c8dn4xpguf
2013-02-13 16:41:37 +01:00
csn-openerp 69c97ec9e3 [FIX]procurement : fix traceback in _check_make_to_stock_product when message was too large
bzr revid: csn@openerp.com-20130205085901-hzdkqh24nnhvah31
2013-02-05 09:59:01 +01:00
csn-openerp cb0a76f312 [FIX]procurement : fix infinite loop in workflow transition due to a write
bzr revid: csn@openerp.com-20130204163151-ryyabvw5zjsa0bwm
2013-02-04 17:31:51 +01:00
csn-openerp 9bd291f48f [FIX]procurement : traceback in sql request when message was too large -> changed to write and removed limit size
bzr revid: csn@openerp.com-20130201145702-m35h1spf9jx02swr
2013-02-01 15:57:02 +01:00
Thibault Delavallée e3c31cab9e [IMP] track_visibility atribute: moved onto explicit strings.
bzr revid: tde@openerp.com-20121220114730-nip8qaaajr5mqw6s
2012-12-20 12:47:30 +01:00
Thibault Delavallée cd290565a4 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121219093924-5rqmhb6ve7bv7qzl
2012-12-19 10:39:24 +01:00
Olivier Dony 03b6acd13d [MERGE] Access inherited product fields on the product directly rather than template, courtesy of Alexis de Lattre (Akretion)
It makes the code a little more straightforward and does not hurt.

bzr revid: odo@openerp.com-20121218225015-6r9ydxjlh147m3z1
2012-12-18 23:50:15 +01:00
Fabien Pinckaers 41f7f27881 [IMP] several subtype fixes
bzr revid: fp@tinyerp.com-20121218220617-d6ebdlkf1facw4x8
2012-12-18 23:06:17 +01:00
Fabien Pinckaers c131a7062e [FIX] invoice created by delivery order
bzr revid: fp@tinyerp.com-20121218154855-hjwwfj3q3033oyn0
2012-12-18 16:48:55 +01:00
Quentin (OpenERP) b8e3477f06 [MERGE] procurement workflow fixes + removal of a unused file hr_payroll_account/hr_payroll_account_workflow.xml
bzr revid: qdp-launchpad@openerp.com-20121218161136-dqcinl0gputptkt3
2012-12-18 17:11:36 +01:00
Raphael Collet 73980eba5f [MERGE] trunk-import-openerp-thu (use strict naming convention when importing openerp stuff)
bzr revid: rco@openerp.com-20121218085914-qzr2upqfxmfbzfsx
2012-12-18 09:59:14 +01:00
Olivier Dony 411d6d931d [FIX] sale,purchase: allow SO/PO long description to propagate to procurement.order and stock.move, remove size limits
bzr revid: odo@openerp.com-20121217222827-ga62qttp4wxzu7rv
2012-12-17 23:28:27 +01:00
Cecile Tonglet a3939acfa5 [FIX] replace from/import decimal_precision by from/import openerp.addons.decimal_precision
bzr revid: cto@openerp.com-20121217152303-8e3b1x30rlw9cb0d
2012-12-17 16:23:03 +01:00
Quentin (OpenERP) 6c98483d6f [FIX] mrp, mrp_jit, procurement: fix of the procurement order workflow
bzr revid: qdp-launchpad@openerp.com-20121217144136-hen0i0op21f4z1y1
2012-12-17 15:41:36 +01:00
Quentin (OpenERP) 4dd9751d5e [IMP] mrp, procurement: procurement workflow documented
bzr revid: qdp-launchpad@openerp.com-20121217103104-vrlm8z02ha6cpa13
2012-12-17 11:31:04 +01:00
Quentin (OpenERP) 0c0c081676 [FIX] purchase, procurement: workflow of procurement order fixed
bzr revid: qdp-launchpad@openerp.com-20121214163921-hevj7um2n7jf8e1p
2012-12-14 17:39:21 +01:00
Quentin (OpenERP) a26b04c921 [FIX] procurement, mrp, project_mrp: refactored the worflow in order to fix the case where mrp wasn't installed and we configured a product as mto with type=='produce'
bzr revid: qdp-launchpad@openerp.com-20121214145833-32q17yb2gw5rlhed
2012-12-14 15:58:33 +01:00
Quentin (OpenERP) 724b34b3b3 [REF] procurement: changed the method check_product() into is_product(), which is more meaningful + replaced weird code with a raise to see if it is used somewhere (i doubt)
bzr revid: qdp-launchpad@openerp.com-20121214142305-2jhdu8fbhshfh4f4
2012-12-14 15:23:05 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Fabien Pinckaers cd68364301 [MERGE] English typos
bzr revid: fp@openerp.com-20121102173407-umicel4287htim14
2012-11-02 18:34:07 +01:00
Fabien Pinckaers bccdc81e1c [MERGE] stock: forecasted qty
bzr revid: fp@tinyerp.com-20121102093744-1f21pi5npww7abcl
2012-11-02 10:37:44 +01:00
Vijaykumar Baladaniya 1fc8b2e611 [IMP]Improve tool tip.
bzr revid: vba@tinyerp.com-20121031072758-niyxbgdzih79mln1
2012-10-31 12:57:58 +05:30
Vijaykumar Baladaniya 510be6595c Improve tooltip.
bzr revid: vba@tinyerp.com-20121030131401-hf7oonmt0nkwfi1y
2012-10-30 18:44:01 +05:30
Amit Patel 45a76e826d [MERGE]:trunk
bzr revid: apa@tinyerp.com-20121029061917-pxbkbcsa0cvfl3u1
2012-10-29 11:49:17 +05:30
Vijaykumar Baladaniya de55e6d736 [MERGE]merge with trunk-terminology_batch2.
bzr revid: vba@tinyerp.com-20121029055922-pmwrqgxq8yo3qb20
2012-10-29 11:29:22 +05:30
Vijaykumar Baladaniya 7850a91339 [IMP]Improve a tooltip.
bzr revid: vba@tinyerp.com-20121023130242-pu2o7e9x7lpr7g36
2012-10-23 18:32:42 +05:30
Sanjay Gohel (Open ERP) 40a104c86b [IMP]recording rules min max quantity tool tip changed
bzr revid: sgo@tinyerp.com-20121022071541-raldjq28nztav9nv
2012-10-22 12:45:41 +05:30
Mayur Maheshwari (OpenERP) 0b87880029 [IMP]all: imporve string state to status
bzr revid: mma@tinyerp.com-20121012114258-w2q3hg1wb5wlt8wi
2012-10-12 17:12:58 +05:30
Fabien Pinckaers dd5f5eca9b [MERGE]
bzr revid: fp@openerp.com-20121010203818-32otffomve5ifm16
2012-10-10 22:38:18 +02:00
Mayur Maheshwari (OpenERP) f86e21cf21 [FIX]product : add space
bzr revid: mma@tinyerp.com-20121005073300-12vrs2uzn5wkdiid
2012-10-05 13:03:00 +05:30
Fabien Pinckaers eb9a49718f [MERGE] procuremnt msgs improved
bzr revid: fp@tinyerp.com-20121004133829-re00elfxxlq6oayq
2012-10-04 15:38:29 +02:00
Harry (OpenERP) 805fd62cdc [FIX] procurement: fix
bzr revid: hmo@tinyerp.com-20121004124625-gzi2yt49j6i7uala
2012-10-04 18:16:25 +05:30
Harry (OpenERP) d69f71a1ae [FIX] procurement: if enough stock and no defined orderpoint, should not raise procurement exception.
bzr revid: hmo@tinyerp.com-20121004123006-1txskppuycj1wkiw
2012-10-04 18:00:06 +05:30
Mayur Maheshwari (OpenERP) d57703fa87 [FIX]product : improve tooltip
bzr revid: mma@tinyerp.com-20121004100306-k82sewubhw508cgz
2012-10-04 15:33:06 +05:30
Mayur Maheshwari (OpenERP) be42204adf [FIX]product : remove lemda from defaults
bzr revid: mma@tinyerp.com-20121003113846-mjjtghoxdu8h2nq8
2012-10-03 17:08:46 +05:30
Harry (OpenERP) dd44dab68c [FIX] small issues
bzr revid: hmo@tinyerp.com-20121003113810-mnlg6rf50xi2ljnt
2012-10-03 17:08:10 +05:30
Harry (OpenERP) 319ba65bb8 [MERGE]
bzr revid: hmo@tinyerp.com-20121003105212-651698je5ye1zpuz
2012-10-03 16:22:12 +05:30
Randhir Mayatra (OpenERP) fbd443a66e [MERGE] merge with addons
bzr revid: rma@tinyerp.com-20121003103503-5rdpwbp2cecfmna0
2012-10-03 16:05:03 +05:30
Tejas Tank 9c2ca851e2 [IMP] procurement: Products reserverd from stock & added Manufucture Order in procurement.
bzr revid: tta@openerp.com-20121003094341-suosaw2sum3grn7k
2012-10-03 15:13:41 +05:30
Tejas Tank 0f534670ea [IMP] open chatter messages on the procurement.
bzr revid: tta@openerp.com-20121003075730-hkwuqmpkriswphgh
2012-10-03 13:27:30 +05:30
Fabien Pinckaers c93d70e919 [MERGE] chm - improved subtype - fixes
bzr revid: fp@openerp.com-20121002204023-8v3jf2n84xe2jol9
2012-10-02 22:40:23 +02:00
Randhir Mayatra (OpenERP) 5c02f317e1 [IMP] make changes into product
bzr revid: rma@tinyerp.com-20121001124242-b8917o6vypc382tu
2012-10-01 18:12:42 +05:30