Commit Graph

59654 Commits

Author SHA1 Message Date
Quentin (OpenERP) 4e25eccad5 [REV] revert of revision 9215: we don't want to trigger directly the procurement becaus e doing so means we are always in 'make_to_order' mode, and we want it by default (that's why mrp_jit is installed by default) by not mandatory.
bzr revid: qdp-launchpad@openerp.com-20130917064027-i97zvgmw0ns3t5ll
2013-09-17 08:40:27 +02:00
Josse Colpaert f3a781a928 [FIX] further print tests dropship yml
bzr revid: jco@openerp.com-20130916155448-hycviam8uf3obkx1
2013-09-16 17:54:48 +02:00
Josse Colpaert 2ee43d4b68 [FIX] Add prints for fifo_price
bzr revid: jco@openerp.com-20130916154240-drmsogo7bts7r6g3
2013-09-16 17:42:40 +02:00
Josse Colpaert 8c4789c2c2 [FIX] Prints in dropship.yml to see what happens in runbot
bzr revid: jco@openerp.com-20130916152745-ioupgqib6ueetxlu
2013-09-16 17:27:45 +02:00
Josse Colpaert d3344c6667 [ADD] Add group on route on sales order line (took from sgo branch)
bzr revid: jco@openerp.com-20130916150908-c1yi104t3fbo8q37
2013-09-16 17:09:08 +02:00
Cedric Snauwaert acd22690a5 [FIX]stock: fix picking kanban view to show correct view when clicking button and have correct percentage of late/backorders picking
bzr revid: csn@openerp.com-20130916143849-lw3as1rayo74v30s
2013-09-16 16:38:49 +02:00
Josse Colpaert 1d6a27df2c [IMP] Correct lifo_price.yml, e.g. make sure removal strategies are applied correctly
bzr revid: jco@openerp.com-20130916120343-vf75ez0egxdvxnzv
2013-09-16 14:03:43 +02:00
Josse Colpaert 089cb7c856 [IMP] proc_ids search domain was wrong in yml
bzr revid: jco@openerp.com-20130916100724-92vgj02c3axdg1zw
2013-09-16 12:07:24 +02:00
Josse Colpaert 17258b6a9a [IMP] When stock is installed and there is a rule for a product of type service, do not apply rule
bzr revid: jco@openerp.com-20130916093710-6gweaj5o0yp20ry5
2013-09-16 11:37:10 +02:00
Josse Colpaert bf7a359abe [FIX] Default picking type method of PoS should return id
bzr revid: jco@openerp.com-20130916082116-tqe24ota8fzb7uh8
2013-09-16 10:21:16 +02:00
Quentin (OpenERP) 305816d620 [FIX] stock, inventory: rely on stock_move.action_assign() to assign/create the quants in order to make sure that a quant may be moved from an internal location to another in the inventory process (and thus make sure that there is no loss of information (like the cost or date)
bzr revid: qdp-launchpad@openerp.com-20130916075208-8033yt2q51lrv8f9
2013-09-16 09:52:08 +02:00
Quentin (OpenERP) adf2410619 [IMP] stock: default product_qty in stock.inventory.line is 1, so that when scanning products it will add a new line each time with quantity set to 1
bzr revid: qdp-launchpad@openerp.com-20130916061702-c22fg6cdhu1smxib
2013-09-16 08:17:02 +02:00
Josse Colpaert 3150373c2d [IMP] Correct yml invoice directly + multi warehouse no update with wizard
bzr revid: jco@openerp.com-20130913140151-ycz9qolc8fqgaimt
2013-09-13 16:01:51 +02:00
Cedric Snauwaert c401c9027c [FIX]sale: add a condition to avoid creating procurement when we only have sale installed
bzr revid: csn@openerp.com-20130913131007-ppku5ppy7oj7vt7y
2013-09-13 15:10:07 +02:00
Josse Colpaert 2da52957ea [IMP] Continue to correct purchase_line_id in yml
bzr revid: jco@openerp.com-20130913114834-hgs0uaafzqtf198n
2013-09-13 13:48:34 +02:00
Josse Colpaert adc4101a74 [IMP] Purchase line id in run_scheduler and dropship tests
bzr revid: jco@openerp.com-20130913113239-anewvvrqd6ofbiwh
2013-09-13 13:32:39 +02:00
Cedric Snauwaert 3311697a7f [FIX]stock: fix sale workflow in case stock is installed. Instead of waiting for scheduler to put the procurement in state done, do it when receiving the goods.
bzr revid: csn@openerp.com-20130913101801-2nc2uze3szsnafyi
2013-09-13 12:18:01 +02:00
Josse Colpaert 6b458cefcd [FIX] Routes should include procurement routes
bzr revid: jco@openerp.com-20130913101211-586hcz2j9n86s1mv
2013-09-13 12:12:11 +02:00
Quentin (OpenERP) 119b805fee [IMP] stock_multi_warehouse: added ownerhsip on demo data
bzr revid: qdp-launchpad@openerp.com-20130913094738-u9uchaickanu1u4e
2013-09-13 11:47:38 +02:00
Josse Colpaert ec42279960 [IMP] group push rules by purchase, purchase order line has procurements, one route on product
bzr revid: jco@openerp.com-20130913094216-lyfj84amuxlcnpq9
2013-09-13 11:42:16 +02:00
Cedric Snauwaert 212be5e67c [WIP]fix sale workflow in the case we only have sale and not stock installed.
bzr revid: csn@openerp.com-20130913093815-m6luad9cnhykbcha
2013-09-13 11:38:15 +02:00
Quentin (OpenERP) 0b92f7e150 [FIX] stock_multi_warehouse
bzr revid: qdp-launchpad@openerp.com-20130913093547-tyrtu21hjkxmzsss
2013-09-13 11:35:47 +02:00
Quentin (OpenERP) fa1f4a914e [IMP] stock_location: configuration wizard moved directly on the warehouse object, because that's where people are gonna create new warehouses
bzr revid: qdp-launchpad@openerp.com-20130913083513-4zvx9166ho9jj9v8
2013-09-13 10:35:13 +02:00
Quentin (OpenERP) 12e8789e4c [FIX] stock: inventory fixed
bzr revid: qdp-launchpad@openerp.com-20130913064203-2k0gam4h5in40owc
2013-09-13 08:42:03 +02:00
Josse Colpaert 13a8c01f16 [IMP] Propagation of split with push rules and grouping of moves into pickings with push rules
bzr revid: jco@openerp.com-20130912160546-j78u0t5hy16uo0lx
2013-09-12 18:05:46 +02:00
Cedric Snauwaert 743aa9bdc5 [FIX]stock: missing th_qty field on inventory_line_form view
bzr revid: csn@openerp.com-20130912084108-3433cd6n2i8s106k
2013-09-12 10:41:08 +02:00
Quentin (OpenERP) f8fac6adb9 [FIX] stock: inventory
bzr revid: qdp-launchpad@openerp.com-20130912080344-j7qujvsp9w0exi73
2013-09-12 10:03:44 +02:00
Quentin (OpenERP) d204621fa0 [IMP] stock, usability: inventory
bzr revid: qdp-launchpad@openerp.com-20130912073837-qmdngrr6sgqho5ii
2013-09-12 09:38:37 +02:00
Quentin (OpenERP) acef8065b8 [MERGE] inventory branch
bzr revid: qdp-launchpad@openerp.com-20130912065241-m5njpaii7r8xd5iu
2013-09-12 08:52:41 +02:00
Josse Colpaert 4480223075 Make sure back order is created when a move has to go entirely to backorder
bzr revid: jco@openerp.com-20130911173348-3jdxuur7zbqkqjfa
2013-09-11 19:33:48 +02:00
Josse Colpaert b7720420a1 [IMP] Fix packing.yml test with packings chosen and fix back order generation of empty lines (not ok yet)
bzr revid: jco@openerp.com-20130911162022-1twvkuxewup3dk3m
2013-09-11 18:20:22 +02:00
Quentin (OpenERP) b43714d39c [IMP] stock_location: better usability for configuration wizard
bzr revid: qdp-launchpad@openerp.com-20130911152722-4i1g6n72qu6mqvy0
2013-09-11 17:27:22 +02:00
Josse Colpaert 5b34ebed14 [IMP] prepare partial: add packs when possible
bzr revid: jco@openerp.com-20130911150528-isesxg9na5xsa1bj
2013-09-11 17:05:28 +02:00
Cedric Snauwaert 79faa9ff78 [FIX]fix test sale_mrp: field type on sol does not exists anymore
bzr revid: csn@openerp.com-20130911145332-ck6w8euus97fu91l
2013-09-11 16:53:32 +02:00
Cedric Snauwaert 2452ef4404 [FIX]_prepare_order_line_procurement should not return False (cause problem with super), instead add another function to know if the so can create a procurement or not
bzr revid: csn@openerp.com-20130911140034-5so2qbe4rd2m6131
2013-09-11 16:00:34 +02:00
Cedric Snauwaert e17e0a2e42 [FIX]sale_margin: remove field type from sol since it does not exist anymore
bzr revid: csn@openerp.com-20130911130247-h0hq3sopw26m8hcu
2013-09-11 15:02:47 +02:00
Quentin (OpenERP) e9f12ba01a [IMP] stock: better name for 'current inventory situation' menuitem
bzr revid: qdp-launchpad@openerp.com-20130911124447-61pmrb18tfms80ky
2013-09-11 14:44:47 +02:00
Quentin (OpenERP) 46d99ba258 [FIX] stock: added ondelete='restrict' on parent_id field of stock.quant.package
bzr revid: qdp-launchpad@openerp.com-20130911124408-vp33ybdzkcf4rboa
2013-09-11 14:44:08 +02:00
Cedric Snauwaert ca9abec55b [FIX]sale_stock: remove assert test on unit_price between move and sol which is not relevant
bzr revid: csn@openerp.com-20130911124126-1qejdj8r8w4yhs6i
2013-09-11 14:41:26 +02:00
Quentin (OpenERP) c8d4a5b316 [IMP] stock, usability improvements: added a menu to see the current inventory level, added owner_id in tree/search view of quants
bzr revid: qdp-launchpad@openerp.com-20130911122451-pdn6ud2kmqn2tn5l
2013-09-11 14:24:51 +02:00
Quentin (OpenERP) 1d20c3ff99 [FIX] stock_location yaml test
bzr revid: qdp-launchpad@openerp.com-20130911120743-9yq71i249qqb381c
2013-09-11 14:07:43 +02:00
Quentin (OpenERP) 8b181d6e3e [IMP] stock_location: wizard of warehouse creation improved/fixed/upgraded + various fixes/improvements in stock and stock_location
bzr revid: qdp-launchpad@openerp.com-20130911103223-tkkho1zsr4c0licg
2013-09-11 12:32:23 +02:00
Cedric Snauwaert 5a22eabb9f [FIX]shipment_test: when creating backorder, it is not in draft anymore + cosmetic on view
bzr revid: csn@openerp.com-20130911101044-zickvlouxkuch4at
2013-09-11 12:10:44 +02:00
Cedric Snauwaert e718f612d3 [FIX]account_voucher: fix parameters of _get_current_rate function to match latest server build
bzr revid: csn@openerp.com-20130911100907-p2jbs254j96ibpj4
2013-09-11 12:09:07 +02:00
Josse Colpaert cac70450e0 [IMP] Push apply has to take into account routes from categories
bzr revid: jco@openerp.com-20130911095605-5g21o94170cpll48
2013-09-11 11:56:05 +02:00
Josse Colpaert c00bce6038 [IMP] Add 2-step receival in data
bzr revid: jco@openerp.com-20130911092910-u2xz86q8bz28znfx
2013-09-11 11:29:10 +02:00
Josse Colpaert 3008d50bdc [IMP] Add putaway / removal strategies / routes to product category form
bzr revid: jco@openerp.com-20130911085620-1fueywtx83jaufxf
2013-09-11 10:56:20 +02:00
Josse Colpaert d35dda29b4 [IMP] Add routes on category logic
bzr revid: jco@openerp.com-20130911082431-mlhe6hq54l29dktl
2013-09-11 10:24:31 +02:00
Cedric Snauwaert 8e6866efee [FIX]sale_stock: since field type has been removed, also remove it from view
bzr revid: csn@openerp.com-20130911081725-uz40vnmcbqd7jku7
2013-09-11 10:17:25 +02:00
Cedric Snauwaert a4a989c0b0 [FIX]stock: backorder should be in ready state upon creation and move postpone button next to package button
bzr revid: csn@openerp.com-20130910155214-s96j4e7wjwrnmlej
2013-09-10 17:52:14 +02:00