Commit Graph

220 Commits

Author SHA1 Message Date
Quentin (OpenERP) af7cf8a226 [WIP] procurement, project_mrp
bzr revid: qdp-launchpad@openerp.com-20130710150042-djynhii0hrib2rlk
2013-07-10 17:00:42 +02:00
Josse Colpaert 9f4d4d28a8 [WIP] Grouping of stock moves + stock_location should first check must precise procurement rule on _assign
bzr revid: jco@openerp.com-20130710103156-9am4b4dkzr27ukhk
2013-07-10 12:31:56 +02:00
Quentin (OpenERP) d4383a37e1 [WIP] purchase
bzr revid: qdp-launchpad@openerp.com-20130710101616-roothbi3mw9vijr2
2013-07-10 12:16:16 +02:00
Quentin (OpenERP) 9b744f307f [REF] procurement: removal of mto/mts on procurement
bzr revid: qdp-launchpad@openerp.com-20130709132217-uhdzggekmecnv4i6
2013-07-09 15:22:17 +02:00
Josse Colpaert 9bfe5c950c [WIP] add route views and correct further in stock_location
bzr revid: jco@openerp.com-20130709120659-p13su939w0h95x21
2013-07-09 14:06:59 +02:00
Quentin (OpenERP) 365d6a2796 [FIX] stock install
bzr revid: qdp-launchpad@openerp.com-20130708133557-4t0qeh4inyahqhzw
2013-07-08 15:35:57 +02:00
Quentin (OpenERP) 3a4caf3a73 [FIX] stock install
bzr revid: qdp-launchpad@openerp.com-20130708130618-47k6ykc1qcxlpv5i
2013-07-08 15:06:18 +02:00
Josse Colpaert ef8b995e2a [WIP] Make module stock work, for stock_location check removal strategy, journal_id, ...
bzr revid: jco@openerp.com-20130701191308-0ztvfe7bq4kfrqv8
2013-07-01 21:13:08 +02:00
Fabien Pinckaers da62a6a8d5 [IMP] some comments in the code
bzr revid: fp@tinyerp.com-20130701090923-o1z2lq8l8k1sh7dq
2013-07-01 11:09:23 +02:00
Fabien Pinckaers e0a5a141de [IMP] routing and procurements
bzr revid: fp@tinyerp.com-20130701063034-0sc896udy0qz32n1
2013-07-01 08:30:34 +02:00
Fabien Pinckaers 8f6c3e14b9 [IMP] Yet another 1000 lines removed
bzr revid: fp@tinyerp.com-20130630222646-wrpyd1o89md8gknx
2013-07-01 00:26:46 +02:00
Fabien Pinckaers 471dd0998d stock.move.group renamed to procurement.group
procurement module (where stock.move.group was defined) does not depend on the stock module
the same grouping system could be used for services too

procurement.group
removed sequence_id field
put a default values on the name field, using a defined sequence
renamed "Move Group" into "Procurement Requisition"

procurement object:
location_id should not come from the customer property but should be stored on the procurement (set by the sale order, using the customer property)

bzr revid: fp@tinyerp.com-20130629091328-5gc39647aa2pymlf
2013-06-29 11:13:28 +02:00
Josse Colpaert 906964a930 [IMP] Solve price_calculation, negative quants with correct product
bzr revid: jco@openerp.com-20130628102629-fqv6a9a0i8ugdoly
2013-06-28 12:26:29 +02:00
Josse Colpaert 2fabc67f5d [IMP] Add stock_location_sale for changing procurements with sale orders and grouping moves from same group and same locations in same picking
bzr revid: jco@openerp.com-20130627144629-1zegnhelwrfmgdm5
2013-06-27 16:46:29 +02:00
ggh-openerp 3b73e2b2a4 [IMP]Removed space before Exclamation marks [!]
bzr revid: ggh@tinyerp.com-20130429071557-vnxo5nni03vc886j
2013-04-29 12:45:57 +05:30
Quentin (OpenERP) be05b374a1 [MERGE] forwardport of bugfixes made in v7 up to revision 8854.
bzr revid: qdp-launchpad@openerp.com-20130314112740-s01t51p4m7mxcumz
2013-03-14 12:27:40 +01: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
Quentin (OpenERP) 3fe67314cc [MERGE] forward port of fixes made in version 7
bzr revid: qdp-launchpad@openerp.com-20130214100628-0eaudbqhflpmjjyf
2013-02-14 11:06:28 +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
Raphael Collet f66e33f36d [IMP] rename model method 'trigger_workflow' into 'step_workflow' (less confusing)
bzr revid: rco@openerp.com-20130213150136-rg0llzdr4tzizise
2013-02-13 16:01:36 +01:00
Raphael Collet 6bd409246d [IMP] remove model methods _workflow_trigger and _workflow_signal, and replace calls to new workflow methods
bzr revid: rco@openerp.com-20130213140052-9q6s9m3x6ye0qy35
2013-02-13 15:00:52 +01:00
Raphael Collet 5f855a1ddb [MERGE] from trunk
bzr revid: rco@openerp.com-20130213083519-3nbg40h5em0gfeu3
2013-02-13 09:35:19 +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
Ajay Chauhan (OpenERP) fc374647a9 [IMP] procurement: use the new signal_xxx methods instead of trg_validate.
bzr revid: cha@tinyerp.com-20130131111952-tnq7iiwj9u5opyge
2013-01-31 16:49:52 +05:30
Vo Minh Thu f6fd7368a2 [IMP] procurement: use the new signal_xxx methods instead of trg_validate.
bzr revid: vmt@openerp.com-20130128100038-6dyftmdm8tfn6j5k
2013-01-28 11:00:38 +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