Commit Graph

31 Commits

Author SHA1 Message Date
Denis Ledoux 546a191f0a [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9459 rev-id: fva@openerp.com-20130918153347-fy4nuvbm82ngfb8x
bzr revid: mat@openerp.com-20130826135110-f9q4p65ds2aholcw
bzr revid: dle@openerp.com-20130828141129-ecxl2vlpb8vw0o9f
bzr revid: dle@openerp.com-20130828162659-n8a0ku9o3h01qaov
bzr revid: dle@openerp.com-20130830094205-q3itwd7x0246d9n6
bzr revid: dle@openerp.com-20130830133604-mfnfbscn5wdk4vi4
bzr revid: dle@openerp.com-20130902131244-v9uh0s8rg4889i7j
bzr revid: mat@openerp.com-20130903134105-68ziuaccreu6rs61
bzr revid: chs@openerp.com-20130906171851-jtfsf4au1k30wwlr
bzr revid: dle@openerp.com-20130909103120-k5oefxgebhyslac3
bzr revid: dle@openerp.com-20130909170047-pbzw4ernvcpivbhh
bzr revid: chs@openerp.com-20130910122113-171osvcukxffxcry
bzr revid: tde@openerp.com-20130912121059-k840pi4rwdzpez8g
bzr revid: dle@openerp.com-20130913085251-p906ci2divy82jur
bzr revid: tde@openerp.com-20130913092546-kzshg1a7sls566l8
bzr revid: mat@openerp.com-20130917122102-drf8fj9lrjj0fvju
bzr revid: mat@openerp.com-20130917161614-w8u2c1ayeb5kxm30
bzr revid: dle@openerp.com-20130918161305-7ep1642nxzyy3vhd
2013-09-18 18:13:05 +02:00
Martin Trigaux bdf2395e3a [FIX] project_mrp: revert addition in commit 9445 breaking databases withtout mrp module
bzr revid: mat@openerp.com-20130917160918-dohb1lb5vtqsy5lv
2013-09-17 18:09:18 +02:00
Martin Trigaux 503f69cba3 [IMP] project_mrp: cleaning and add condition for triggering signal
bzr revid: mat@openerp.com-20130916100120-kuuyofh3o8e3iv8c
2013-09-16 12:01:20 +02:00
Paramjit Singh Sahota ba1ee5bc87 [IMP]Improved code for multiple bom.
bzr revid: psa@tinyerp.com-20130913133008-z1k76sq6jkvu8e6i
2013-09-13 19:00:08 +05:30
Paramjit Singh Sahota 2b65bbfa82 [IMP] Improved code to return product_lines.
bzr revid: psa@tinyerp.com-20130912135445-xf0rmbh117fznd5v
2013-09-12 19:24:45 +05:30
Paramjit Singh Sahota 000ca6103d [IMP] Added another testcase for 2 service type product
And improved code for bom product with service type product used in SO doesnt link the project perfectly.

bzr revid: psa@tinyerp.com-20130912110454-x9tidij14xj09joz
2013-09-12 16:34:54 +05:30
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Olivier Dony 49597f0e66 [MERGE] *: improved english wording, suggestions courtesy of OpenERP Community
bzr revid: odo@openerp.com-20121221164808-kdjrtcbgma4dr3on
2012-12-21 17:48:08 +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
Sanjay Gohel (Open ERP) 84a351424c [FIX]Project_mrp:add code for error fix for key not found number_of_stockable
bzr revid: sgo@tinyerp.com-20120102100834-be96dxttxa3d6367
2012-01-02 15:38:34 +05:30
Olivier Dony 48eaf61c01 [IMP] delivery,project_mrp,sale_journal: use the new extensible API of sale/purchase picking creation
This also updates the code to use the new API with
the conventional context passing

bzr revid: odo@openerp.com-20111221151639-q9nnxurg9v4vvtnr
2011-12-21 16:16:39 +01:00
Harry (OpenERP) 5910e38001 [FIX] project_mrp: when task closed, procurement should be close. for that make transition between procurement.act_make_done and procurement.act_done with trigger on project.task model and condition to check closed task. on task closed, cancelled, fire this workflow trigger. no need to send manually signal subflow.done. so remove signal in transition of procurement.act_produce_service to procurement.act_make_done.
bzr revid: hmo@tinyerp.com-20111214063209-ezh4abwvabti81xx
2011-12-14 12:02:09 +05:30
Olivier Dony ed3425760e [FIX] project_mrp: move project_mrp code that was erroneously added to `sale`
Now that the procurement creation from sale.order has been
refactored, it is trivial to perform the appropriate
extension in project_mrp itself.

bzr revid: odo@openerp.com-20111115181935-s3t68jbvav2oldya
2011-11-15 19:19:35 +01:00
Quentin (OpenERP) 68905a0562 [FIX] improved fix of lp725028 (Stock picking rate wrongly computed when delivering tasks with project_mrp)
lp bug: https://launchpad.net/bugs/725028 fixed

bzr revid: qdp-launchpad@openerp.com-20110916113832-63sig807dkbgugo2
2011-09-16 13:38:32 +02:00
Ujjvala Collins (OpenERP) d809f79881 [IMP] project_mrp: Improved code. Fixed computation problem.
bzr revid: uco@tinyerp.com-20110916073452-qg0k91uzw7jdj1sk
2011-09-16 13:04:52 +05:30
skh 289a56ced1 [FIX] [6.0] sale.order picked_rate is wrong
lp bug: https://launchpad.net/bugs/725028 fixed

bzr revid: skh@tinyerp.com-20110428074426-d1q77t1zg8xlof9b
2011-04-28 13:14:26 +05:30
skh a6ba3557e7 [FIX] [6.0] sale.order picked_rate is wrong
lp bug: https://launchpad.net/bugs/725028 fixed

bzr revid: skh@tinyerp.com-20110427100634-lugr5d311idx5a1w
2011-04-27 15:36:34 +05:30
skh 2e7d89d493 [FIX] [6.0] sale.order picked_rate is wrong
lp bug: https://launchpad.net/bugs/725028 fixed

bzr revid: skh@tinyerp.com-20110420105018-r05u5mw96288bvhm
2011-04-20 16:20:18 +05:30
skh a057f018c5 [FIX] [6.0] sale.order picked_rate is wrong
lp bug: https://launchpad.net/bugs/725028 fixed

bzr revid: skh@tinyerp.com-20110419092625-40to23ivrd0jdilk
2011-04-19 14:56:25 +05:30
skh c415283e80 [FIX] [6.0] sale.order picked_rate is wrong
lp bug: https://launchpad.net/bugs/725028 fixed

bzr revid: skh@tinyerp.com-20110414120245-dj62d5fy3tk4ss8y
2011-04-14 17:32:45 +05:30
skh aa64cc2737 [FIX] [6.0] sale.order picked_rate is wrong
lp bug: https://launchpad.net/bugs/725028 fixed

bzr revid: skh@tinyerp.com-20110414114950-cy55v185kkwsrxlw
2011-04-14 17:19:50 +05:30
qdp-launchpad@tinyerp.com 9c38edb4e9 [MERGE] merge with main trunk addons branch
bzr revid: qdp-launchpad@tinyerp.com-20100913162641-nm4351simneo6fv0
2010-09-13 18:26:41 +02:00
pap (openerp) ef819faf7e [IMP] Project:optimized code for cancelling and closing mrp related tasks
bzr revid: pap@tinyerp.co.in-20100913122804-4cd50ytjygxqo6f2
2010-09-13 17:58:04 +05:30
Xavier Morel 44963c74f5 [FIX] signature of overloads to the project)_task methods
bzr revid: xmo@openerp.com-20100911111326-ymk1csobvakjavvv
2010-09-11 16:43:26 +05:30
Fabien Pinckaers 4c3fc45707 fix
bzr revid: fp@tinyerp.com-20100901213407-1momqe0cfsj9jfcn
2010-09-01 23:34:07 +02:00
sbh (Open ERP) 3271125854 [IMP] project_mrp: Remove the user_id and if linked the proejct with product then it set as parent
bzr revid: sbh@tinyerp.com-20100710122316-4qkb1vtc8ua85gii
2010-07-10 17:53:16 +05:30
sbh (Open ERP) dceac87f08 [IMP] project_mrp: Add the user_id and project_id in product and add the task_id in procurement
bzr revid: sbh@tinyerp.com-20100708133342-105x6v60zwc26c98
2010-07-08 19:03:42 +05:30
Mustufa Rangwala 5477d0de86 [IMP] clean project_* code (ARA)
bzr revid: mra@mra-laptop-20100702141550-05xl1o45ophjl23t
2010-07-02 19:45:50 +05:30
uco (OpenERP) fb6d7e5b9b [IMP] procurment: Task ID-819: mrp_procurement should be renamed in procurement : renamed 'mrp.procurment' object to 'procurement.order'.
bzr revid: uco@tinyerp.com-20100527124706-uptnmyrdopc9yht9
2010-05-27 18:17:06 +05:30
mra (Open ERP) 1f9f099294 [MERGE] Merge with main branch
bzr revid: mra@tinyerp.com-20100415132520-7tm83tyu5nub94k8
2010-04-15 18:55:20 +05:30
mra (Open ERP) 6e7227cfe2 [IMP] project_mrp: Improve and Clean
bzr revid: mra@tinyerp.com-20100408054602-ksufizu8m4hs72o4
2010-04-08 11:16:02 +05:30