Commit Graph

82609 Commits

Author SHA1 Message Date
Cedric Snauwaert 9502276166 [FIX]work on view for better usability
bzr revid: csn@openerp.com-20140210100727-1q2q61t3c3nxfd10
2014-02-10 11:07:27 +01:00
Quentin (OpenERP) 38577e23f4 [IMP] stock, usability: changed a button label and translate the information on availability of moves into the move uom
bzr revid: qdp-launchpad@openerp.com-20140207084000-k7uhl82v9mlmuc92
2014-02-07 09:40:00 +01:00
Quentin (OpenERP) dc147d9120 [MERGE] merged the branch that fixes the quant assignment from operations (priority goes to package and so on...) and checks the location constraint on packages (all quants inside should be located at the same place) everytime needed
bzr revid: qdp-launchpad@openerp.com-20140206153859-o085xjywrru123bh
2014-02-06 16:38:59 +01:00
Quentin (OpenERP) 8c0c3dae68 [REF] refactoring made during code review
bzr revid: qdp-launchpad@openerp.com-20140206153128-r2af5xu0ye2nlrut
2014-02-06 16:31:28 +01:00
Quentin (OpenERP) dfa126d47a [REF] refactoring made during code review
bzr revid: qdp-launchpad@openerp.com-20140206145741-ee776b9ttcx4r9wb
2014-02-06 15:57:41 +01:00
Quentin (OpenERP) 05ea06a814 [MERGE] main trunk-wms branch
bzr revid: qdp-launchpad@openerp.com-20140206145444-tiyk53rvxfqekil8
2014-02-06 15:54:44 +01:00
Quentin (OpenERP) 0a74a775c5 [MERGE] fixing the dropshipping picking type data
lp bug: https://launchpad.net/bugs/1274907 fixed

bzr revid: qdp-launchpad@openerp.com-20140206132121-1fvw50fjq8kdjpk9
2014-02-06 14:21:21 +01:00
Quentin (OpenERP) 7796000e3d [MERGE] branch fixing the return picking wizard
lp bug: https://launchpad.net/bugs/1269421 fixed

bzr revid: qdp-launchpad@openerp.com-20140206131638-tlwdnhzdtkfkb727
2014-02-06 14:16:38 +01:00
Quentin (OpenERP) 73aa65cb7f [MERGE] stock, usabiltiy: when a picking is done, don't let the user modify it anymore
lp bug: https://launchpad.net/bugs/1274511 fixed

bzr revid: qdp-launchpad@openerp.com-20140206131412-n8dda0fix5r8wwe7
2014-02-06 14:14:12 +01:00
Quentin (OpenERP) fb091e110a [MERGE] stock, usability: show the inventory value of a quant in form view as well...
lp bug: https://launchpad.net/bugs/1274505 fixed

bzr revid: qdp-launchpad@openerp.com-20140206130625-xsjkeen9cagax1se
2014-02-06 14:06:25 +01:00
Quentin (OpenERP) a18b00d93c [MERGE] don't reuse quants that have been scrapped, used in production or returned to supplier
lp bug: https://launchpad.net/bugs/1272005 fixed

bzr revid: qdp-launchpad@openerp.com-20140206125903-kexaqvb7sgk6h8ed
2014-02-06 13:59:03 +01:00
Quentin (OpenERP) 3753eb2524 [MERGE] fix of stock_change_product_qty wizard
lp bug: https://launchpad.net/bugs/1271991 fixed

bzr revid: qdp-launchpad@openerp.com-20140206124937-dx4j3vraziu5wmp6
2014-02-06 13:49:37 +01:00
Quentin (OpenERP) 06d41e195a [FIX] stock, return picking wizard: several bugs fixed (see details bellow) and removal of feature to recreate or cancel chained operations (because it was totally bugged, not easily achievable and it's a new feature).
bugs fixed:
1) do_unreserve() on stock.move was setting back to 'confirmed' state also moves in 'done' or 'cancel' state
2) in return picking wizard, unreservation of quants was made only on the chained operation regardless if it had been split before or not
3) lot management in return picking wizard
4) new implementation or return picking wizard in order to only allow a manual fixing
5) uom support in return picking wizard

bzr revid: qdp-launchpad@openerp.com-20140206123852-g22nkgcxud0c9tzr
2014-02-06 13:38:52 +01:00
Quentin (OpenERP) 369d222965 [REF] some refactoring made during code review
bzr revid: qdp-launchpad@openerp.com-20140205172444-4v7msetkkp7ypb7y
2014-02-05 18:24:44 +01:00
Quentin (OpenERP) abb8f9c929 [MERGE] trunk-wms
bzr revid: qdp-launchpad@openerp.com-20140205143652-v0d0ug0afldyd2em
2014-02-05 15:36:52 +01:00
Quentin (OpenERP) 75b0d1fcb7 [MERGE] fix inventory printing
lp bug: https://launchpad.net/bugs/1271266 fixed

bzr revid: qdp-launchpad@openerp.com-20140205135057-i2hw4pkcrqvs2mbt
2014-02-05 14:50:57 +01:00
Quentin (OpenERP) e25d1369a0 [MERGE] merged the branch with lot handling on mrp.production and some refactoring in stock as well (action_consume moved to mrp, split/merge inventory removed..)
bzr revid: qdp-launchpad@openerp.com-20140205133031-83q48ftnr0iid3r9
2014-02-05 14:30:31 +01:00
Quentin (OpenERP) ec0a1678ee [FIX] mrp: fixed action_produce errors added in the last refactoring
bzr revid: qdp-launchpad@openerp.com-20140205132521-ul3grdqryppig7o0
2014-02-05 14:25:21 +01:00
Quentin (OpenERP) c140436931 [FIX] stock: quant_reserve() fixed in case of None as quant given
bzr revid: qdp-launchpad@openerp.com-20140205125107-0h44rh37cvxcogg4
2014-02-05 13:51:07 +01:00
Quentin (OpenERP) 0afb7076d4 [REF] mrp, stock: refactoring made during code review
bzr revid: qdp-launchpad@openerp.com-20140205104324-5h5hu0fv71omhigf
2014-02-05 11:43:24 +01:00
Quentin (OpenERP) 2c101e9432 [REF] mrp: code refactoring + removal of a useless and confusing part of a yaml test
bzr revid: qdp-launchpad@openerp.com-20140205093411-2xqnn5l3gyw6hmw5
2014-02-05 10:34:11 +01:00
Josse Colpaert 240dbc3860 [MERGE] Merge from trunk-wms
bzr revid: jco@openerp.com-20140204163354-njxqssws1isjs0ez
2014-02-04 17:33:54 +01:00
Josse Colpaert 4005fb1105 [IMP] Use check packages method in action_done instead of the constraints on package and quant
bzr revid: jco@openerp.com-20140204154954-x2q7j0vyvgrdpbk2
2014-02-04 16:49:54 +01:00
Josse Colpaert 3e25efa9e9 [FIX] action_done refactor
bzr revid: jco@openerp.com-20140204113653-kbiurxfeyluoy2y4
2014-02-04 12:36:53 +01:00
Quentin (OpenERP) 0d168477b3 [MERGE] merged the branch with usability enhancements in partial picking use cases
lp bug: https://launchpad.net/bugs/1269419 fixed

bzr revid: qdp-launchpad@openerp.com-20140204111910-19uo108as1yvpqg3
2014-02-04 12:19:10 +01:00
Quentin (OpenERP) 19501096f5 [MERGE] main trunk-wms branch
bzr revid: qdp-launchpad@openerp.com-20140204110840-iur4q0t9rz5v2y5i
2014-02-04 12:08:40 +01:00
Josse Colpaert 57635ce01d [WIP] Continue action_done and preliminary code for entire packages
bzr revid: jco@openerp.com-20140204105743-o4f7qsqkeqdcbhev
2014-02-04 11:57:43 +01:00
Quentin (OpenERP) b124247642 [IMP] stock: partial delivery usability enhanced
bzr revid: qdp-launchpad@openerp.com-20140204105231-4g4yxgkop955frwy
2014-02-04 11:52:31 +01:00
Quentin (OpenERP) 40ae95fd11 [MERGE] main trunk-wms branch
bzr revid: qdp-launchpad@openerp.com-20140204103214-1ut17qal144u9phk
2014-02-04 11:32:14 +01:00
Josse Colpaert 746830cde3 [WIP] Add constraint for check_location and start refactoring on action_done
bzr revid: jco@openerp.com-20140204103209-i2chz9n1db1w9oxr
2014-02-04 11:32:09 +01:00
Quentin (OpenERP) d096e9f1b8 [FIX] purchase: unlink of a PO line now correctly canl the linked procurement. Yaml test fixed as well (there is no stock.move created anymore untill the PO is confirmed). These errors were introduced with the last merge with trunk
bzr revid: qdp-launchpad@openerp.com-20140204090901-xakhcchof90fh73h
2014-02-04 10:09:01 +01:00
Quentin (OpenERP) 256d7f37a2 [FIX] fix needed after the previous merge with trunk: parse error in event_sale
bzr revid: qdp-launchpad@openerp.com-20140204075652-bxmne823zf71j207
2014-02-04 08:56:52 +01:00
Quentin (OpenERP) dc6438e9de [FIX] fix needed after the previous merge with trunk: '&' character in xml + wrong references in xml view to 'delay' group in product form view
bzr revid: qdp-launchpad@openerp.com-20140204073356-sv5sjbyvgzh0o9cp
2014-02-04 08:33:56 +01:00
Quentin (OpenERP) ad191d6458 [FIX] fix needed after the previous merge with trunk: parse error in xml
bzr revid: qdp-launchpad@openerp.com-20140203184634-oqa2e69lm4khjrk9
2014-02-03 19:46:34 +01:00
Quentin (OpenERP) bbe5811e56 [FIX] fix needed after the previous merge with trunk: produce_delay field doesn't belong to product module anymore
bzr revid: qdp-launchpad@openerp.com-20140203184520-5p1j2y3sk1asu8hj
2014-02-03 19:45:20 +01:00
Quentin (OpenERP) 4416f74c98 [FIX] fix needed after merge with trunk (active field doesn't belong to product.template object)
bzr revid: qdp-launchpad@openerp.com-20140203184140-bxqvqw0slo9trsw0
2014-02-03 19:41:40 +01:00
Quentin (OpenERP) d676e39094 [FIX] fix needed after merge with trunk (cost_method field doesn't belong to product module anymore)
bzr revid: qdp-launchpad@openerp.com-20140203180044-auj3u263qiji203t
2014-02-03 19:00:44 +01:00
Quentin (OpenERP) 753f7541db [MERGE] main trunk
bzr revid: qdp-launchpad@openerp.com-20140203173000-mk092iw2wz3y0e3e
2014-02-03 18:30:00 +01:00
Martin Trigaux c25827f845 [MERGE] Forward port of saas-3 branch up to revid 9093 mat@openerp.com-20140203091848-9kspakimqorltvxx
bzr revid: mat@openerp.com-20140203095528-xo1u0vah94edmbub
2014-02-03 10:55:28 +01:00
Quentin (OpenERP) 35362f4f10 [IMP] improvements/code refactoring made during the code review
bzr revid: qdp-launchpad@openerp.com-20140203093115-fveddtkcxtagxf0f
2014-02-03 10:31:15 +01:00
Martin Trigaux a9ea8c2275 [FIX] gamification_sale_crm: in demo data, end_date is last day of month, not 31th of month
bzr revid: mat@openerp.com-20140203091848-9kspakimqorltvxx
2014-02-03 10:18:48 +01:00
Quentin (OpenERP) 3d392cab4e [MERGE] branch with fixes of picking wave
bzr revid: qdp-launchpad@openerp.com-20140203072833-tda8bncaanf0b36j
2014-02-03 08:28:33 +01:00
Launchpad Translations on behalf of openerp 4208281471 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140201060213-5gub5wavdno2vcu4
bzr revid: launchpad_translations_on_behalf_of_openerp-20140202053135-qolj2vd2n4tjwbp3
bzr revid: launchpad_translations_on_behalf_of_openerp-20140203051828-wflc11kw2q8wc0aq
2014-02-03 05:18:28 +00:00
Antony Lesuisse 5960d495e5 [FIX] website_sale typo feh police
bzr revid: al@openerp.com-20140201121415-pxnhjdc4o3tp91hj
2014-02-01 13:14:15 +01:00
Josse Colpaert f001e28587 [FIX] Should not change source location of move_dest_id
bzr revid: jco@openerp.com-20140131160043-pkpzw3geqw953k3p
2014-01-31 17:00:43 +01:00
Cedric Snauwaert 87ae5bf0c2 [FIX]correct source and destination location for dropshipping picking
lp bug: https://launchpad.net/bugs/1274907 fixed

bzr revid: csn@openerp.com-20140131141342-aixu89em3r1h5a06
2014-01-31 15:13:42 +01:00
Xavier Morel 830618d871 [IMP] oe: get db password from config file
bzr revid: xmo@openerp.com-20140131114828-b90z3pxql63ky6gp
2014-01-31 12:48:28 +01:00
Christophe Simonis 46cbf22efb [FIX] allow to use "dbname" as keyword in routes
bzr revid: chs@openerp.com-20140131163139-89lfordriamw9i1w
2014-01-31 17:31:39 +01:00
Antony Lesuisse 059715b348 [MERGE] trunk-website-al fix tour startup
bzr revid: al@openerp.com-20140131132610-orsceg18a31hifch
2014-01-31 14:26:10 +01:00
ddm@openerp.com 9428c563d5 chm patch
bzr revid: ddm@openerp.com-20140131132243-xsahk1e6rikv0a34
2014-01-31 14:22:43 +01:00