Commit Graph

725 Commits

Author SHA1 Message Date
Bhumi Thakkar (Open ERP) 3f6550a82b [FIX] Improved Language of notifications(present perfect simple with passive form) and unnecessary code is removed.
bzr revid: bth@tinyerp.com-20120312102612-rrk1b7xpd132cs87
2012-03-12 15:56:12 +05:30
Bhumi Thakkar (Open ERP) d94bb35ff7 [FIX] UOM is added in change quantity notification in product and UI of threadview is modified.
bzr revid: bth@tinyerp.com-20120307130713-d9qp1ms3oajj40zk
2012-03-07 18:37:13 +05:30
Bhumi Thakkar (Open ERP) d83bf22983 [IMP] notifications in mrp,bom,product.
bzr revid: bth@tinyerp.com-20120306133816-59cs058o3oq8arro
2012-03-06 19:08:16 +05:30
olt@tinyerp.com 5daa33329e [FIX] point_of_sale: typo: 'belance' -> 'balance'
bzr revid: olt@tinyerp.com-20120208100215-f58q62pl9jxopuxp
2012-02-08 11:02:15 +01:00
Raphael Collet 9fc00eed5c [MERGE] lp:920841 (stock: fix bug in upstream traceability)
bzr revid: rco@openerp.com-20120130141711-0osbxi8igon9v6d3
2012-01-30 15:17:11 +01:00
Mayur Maheshwari (OpenERP) 779ec14cdd [IMP]stock:set False insted of 0.0
bzr revid: mma@tinyerp.com-20120124112923-hevv00npb5f08h66
2012-01-24 16:59:23 +05:30
Mayur Maheshwari (OpenERP) 00267bc237 [IMP]stock:set view_id in traceability
bzr revid: mma@tinyerp.com-20120124120851-xnpyzs8qp11a0cce
2012-01-24 17:38:51 +05:30
Raphael Collet f5d9ff5ba9 [MERGE] stock: fix 'split into production lots', raise error when quantity exceeds available quantity
bzr revid: rco@openerp.com-20120111143956-a5c3pr3ffltuw201
2012-01-11 15:39:56 +01:00
Mayur Maheshwari (OpenERP) 59972f89f3 [IMP]stock:add message when a lot quantity is more than available quantity
bzr revid: mma@tinyerp.com-20120106102131-bhr1lkxa0acvw958
2012-01-06 15:51:31 +05:30
Raphael Collet b68826fcdf [MERGE] from trunk
bzr revid: rco@openerp.com-20120104124524-at9z1c69ejpqhihz
2012-01-04 13:45:24 +01:00
Fabien Pinckaers 23e490adfe [FIX] no cost at reception
bzr revid: fp@tinyerp.com-20111230110604-29fr2n3t1n77ztp0
2011-12-30 12:06:04 +01:00
Quentin (OpenERP) 4969b4e4de [FIX] fixed the runbot
bzr revid: qdp-launchpad@openerp.com-20111229163645-92l04hzd3oh4tm7o
2011-12-29 17:36:45 +01:00
Quentin (OpenERP) c7c5bc19d3 [FIX] enhancement of the fix of bug 751222
lp bug: https://launchpad.net/bugs/751222 fixed

bzr revid: qdp-launchpad@openerp.com-20111229135712-q42ro7x0de5q3ggj
2011-12-29 14:57:12 +01:00
Quentin (OpenERP) 211fa27cb2 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20111229135448-4lulia4oyhxsbgw1
2011-12-29 14:54:48 +01:00
Harry (OpenERP) c543a324dc [MERGE] merged with trunk-development-branch
bzr revid: hmo@tinyerp.com-20111223051631-rvuwu2bvl32bch0o
2011-12-23 10:46:31 +05:30
Xavier Morel 48c8f9a47a [FIX] stock: only apply transformations to form fields of stock.change.product.qty when fields_view_get is on a form view
Also remove useless & bonkers conditionals (checking that a key exists
in a dict and then setting one of its sub-keys whether or not the test
succeeded is going to blow up either way), and simplify the code since

    if condition:
        some_value = True
    else:
        some_value = False

can just be written as:

    some_value = condition

lp bug: https://launchpad.net/bugs/905188 fixed

bzr revid: xmo@openerp.com-20111222134620-bpi9d24msbia4ymm
2011-12-22 14:46:20 +01:00
Harry (OpenERP) 6d23ac32bc [IMP] stock: yml cleanup
bzr revid: hmo@tinyerp.com-20111222060659-msv6s3satklj76jt
2011-12-22 11:36:59 +05:30
Harry (OpenERP) 9a96be108c [MERGE] merged with trunk development branch
bzr revid: hmo@tinyerp.com-20111221114056-er4niaw5vngl4iw5
2011-12-21 17:10:56 +05:30
Harry (OpenERP) 398e1bc624 [IMP] stock: clean yml, demo of stock process with basic shipment of Ice-cream
bzr revid: hmo@tinyerp.com-20111221113822-f57431koo3srgi0i
2011-12-21 17:08:22 +05:30
Fabien Pinckaers 5e0c49be0b [IMP] partial picking, bug 902445
bzr revid: fp@tinyerp.com-20111219221318-y69089392talnggn
2011-12-19 23:13:18 +01:00
Kirti Savalia (OpenERP) 253f399547 [FIX]:add location id and destination id when create new move use the wizard partial picking
lp bug: https://launchpad.net/bugs/902445 fixed

bzr revid: ksa@tinyerp.com-20111212114811-e1q5jedcamdj2446
2011-12-12 17:18:11 +05:30
DBR (OpenERP) e835bc1125 [IMP]stock: Improve the code for stock_physical_inventory.yml
bzr revid: dbr@tinyerp.com-20111208055841-d2igdvi02wf8y1kn
2011-12-08 11:28:41 +05:30
fp be78331f01 [FIX] misc fixes
bzr revid: fp@fp-laptop-20111201213212-7sn4d0e31pmc8a26
2011-12-01 22:32:12 +01:00
Raphael Collet 1e679f3bbf [MERGE] procurement, product, stock: improve warehouse (polish3)
bzr revid: rco@openerp.com-20111201095408-bxaqm81mdibxs8ih
2011-12-01 10:54:08 +01:00
Hardik Ansodariy (OpenERP) 6965127b25 [imp] added decimal_precision on quantity field in order to get three number after coma
bzr revid: han@tinyerp.com-20111122100907-r0c8p82xuwlk9z0p
2011-11-22 15:39:07 +05:30
Numerigraphe - Lionel Sausin 779fa653c1 [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085138-x6u2lcl6vrpyybp9
2011-11-22 09:51:38 +01:00
Hardik Ansodariy (OpenERP) 9d3acf6de2 [imp] set field tracking serial to production lot
bzr revid: han@tinyerp.com-20111122052621-artudqoysj0kybf0
2011-11-22 10:56:21 +05:30
Quentin (OpenERP) 64ce2476c1 [REF] stock, location_product wizard: context['active_id'] instead of context.get('active_id'). This syntax change is to emphasize the fact that active_id _is_ required in the context when reaching this line. So it's better to crash directly if it's not there. Courtesy from xmo
bzr revid: qdp-launchpad@openerp.com-20111121163336-2pn5hcub4qs3klx1
2011-11-21 17:33:36 +01:00
Hardik Ansodariy (OpenERP) 7bce462544 [imp] made dashboard working in web-client
bzr revid: han@tinyerp.com-20111121125239-buqve72s07s2a7nn
2011-11-21 18:22:39 +05:30
Hardik Ansodariy (OpenERP) d8e77bd5e5 [imp]improved warhouse
bzr revid: han@tinyerp.com-20111118095618-e4zouw1ee4usabeg
2011-11-18 15:26:18 +05:30
Quentin (OpenERP) 5ec5510474 [MERGE] merged a branch with cleaning of stock/wizard/stock_location_product.py. Courtesy of Numerigraphe
bzr revid: qdp-launchpad@openerp.com-20111116132938-yjuhe2i3hlpwha5q
2011-11-16 14:29:38 +01:00
ron@tinyerp.com f3aa929bb0 [IMP, REF] stock: Removed constrain of uom factor comparision and add warning on rounding uom quantity
bzr revid: ron@tinyerp.com-20111116123251-7b63br1570yapt0b
2011-11-16 18:02:51 +05:30
Olivier Dony b22fa55566 [IMP] all: remove references to `object` column of ir.values, now gone
This will get rid of a lot of warnings now that the server
warns about unknown fields

bzr revid: odo@openerp.com-20111116115810-9c5kp7lql0yyhs3n
2011-11-16 12:58:10 +01:00
Numerigraphe - Lionel Sausin 828418fc71 [REF] Make it clear that stock by location can process only one id
bzr revid: ls@numerigraphe.fr-20111116101604-5f8nq014jvy1j4mm
2011-11-16 11:16:04 +01:00
Numerigraphe - Lionel Sausin 49766557e0 [FIX] Inialize default context in stock by location
bzr revid: ls@numerigraphe.fr-20111116101413-s9iv2ipcv5ael08w
2011-11-16 11:14:13 +01:00
Fabien Pinckaers 77a228421e merge: digital precision product uom
bzr revid: fp@tinyerp.com-20111111135906-kljtmr0r5tb59ia5
2011-11-11 14:59:06 +01:00
ron@tinyerp.com 59a9f469da [IMP] Improved PEP standard
bzr revid: ron@tinyerp.com-20111110064723-phv553e5si9meyfb
2011-11-10 12:17:23 +05:30
ron@tinyerp.com 0ec024dfcb [MERGE] Merged with lp:addons
bzr revid: ron@tinyerp.com-20111110063808-wxyknr0sv54ylqit
2011-11-10 12:08:08 +05:30
ron@tinyerp.com cf97a4e213 [IMP] stock: Removed tracking field from stock_partial_move_view.xml
bzr revid: ron@tinyerp.com-20111110063450-fq105wmuxd65b1iq
2011-11-10 12:04:50 +05:30
ron@tinyerp.com 4e26a9025d [IMP] stock: Refectoring whole code after merged with addons
bzr revid: ron@tinyerp.com-20111110061639-urd36emcw2gl6ne2
2011-11-10 11:46:39 +05:30
Fabien Pinckaers 316e4d3d1c [FIX] partial picking, with push rules
bzr revid: fp@tinyerp.com-20111109162350-ocepkblt2z7fobdq
2011-11-09 17:23:50 +01:00
Fabien Pinckaers 50391541ec [FIX] bug in stock partial picking when adding a line in the wizard, fixed.
bzr revid: fp@tinyerp.com-20111109162148-4l4cgn5u8ctw0zf3
2011-11-09 17:21:48 +01:00
Fabien Pinckaers 3a27e63505 [FIX] crm, added a bug in a stock test, I will fix right after
bzr revid: fp@tinyerp.com-20111109152327-op8ru4q644orlgh3
2011-11-09 16:23:27 +01:00
ron@tinyerp.com 852b6945c3 [MERGE] Merged: lp:addons
bzr revid: ron@tinyerp.com-20111109103315-wgbf4rza0sg4etl5
2011-11-09 16:03:15 +05:30
Bogdan Stanciu e19e1fe100 [FIX] some product_qty fields are set with hardcoded decimal precision, and some without. I added dp on all occurrences of product_qty.
lp bug: https://launchpad.net/bugs/884179 fixed

bzr revid: bogdanovidiu.stanciu@gmail.com-20111031113830-drdqvvrz032nrzh4
2011-10-31 12:38:30 +01:00
Quentin (OpenERP) 6a7c1b1002 [FIX] stock, partial picking: reverted fix of bug 833770 (made in revision 5413) to implement it in another way. The reason is that if you want to process a picking that is partially available, you have several solutions: you can force the availability of unready lines but it means that if you partially process those lines, the quantity not processed will stay with the status 'available', or you can just allow people to see also the unready lines in the partial picking wizard.... but, in order to have a smooth processing for most of the cases, the unassigned lines will be with a quantity of 0, so that if you don't change anything it will process only available lines, and if you want to partially process an unavailable line, then you still have the opportunity to do so. This approach is much more flexible.
bzr revid: qdp-launchpad@openerp.com-20111020102126-rizauy5k2gmrmdbj
2011-10-20 12:21:26 +02:00
Atik Agewan (OpenERP) ff4c7238af [FIX] STOCK:Partial Picking Wizard - Non-available move lines are not shown in partial picking
lp bug: https://launchpad.net/bugs/833770 fixed

bzr revid: aag@tinyerp.com-20111019085326-j1o96lulwa42dfr2
2011-10-19 14:23:26 +05:30
Kirti Savalia (OpenERP) 0ed8e29753 [FIX]:view mode for upstream and downstream traceability
lp bug: https://launchpad.net/bugs/868271 fixed

bzr revid: ksa@tinyerp.com-20111010063127-2zwhnscov3a6q2zo
2011-10-10 12:01:27 +05:30
Quentin (OpenERP) 5ca1ee4fff [FIX] stock: fill inventory wizard now propose the right quantity of products regarding what has been consumed
lp bug: https://launchpad.net/bugs/797772 fixed
lp bug: https://launchpad.net/bugs/837123 fixed

bzr revid: qdp-launchpad@openerp.com-20111010154241-penanv8aggxdcgj3
2011-10-10 17:42:41 +02:00
Atik Agewan (OpenERP) 655baa4fae [MERGE]: Merge with lp:openobject-addons
bzr revid: aag@tinyerp.com-20110929051749-9fsvzum91jxzdby2
2011-09-29 10:47:49 +05:30
Olivier Dony 8b7800750c [MERGE] Fixes related to server removal of osv_memory
bzr revid: odo@openerp.com-20110927213803-rj2hujpigijhvvpl
2011-09-27 23:38:03 +02:00
Olivier Dony 1d3ff0e52f [MERGE] sync with latest trunk
bzr revid: odo@openerp.com-20110927165219-ux50zxkszwpcfssd
2011-09-27 18:52:19 +02:00
Fabien Pinckaers f52c6a2e91 [FIX]
lp bug: https://launchpad.net/bugs/776245 fixed

bzr revid: fp@tinyerp.com-20110927153224-l721tkk15eldde6a
2011-09-27 17:32:24 +02:00
Atik Agewan (OpenERP) 9a4b8c11c2 [MERGE]: Merge with lp:openobject-addons
bzr revid: aag@tinyerp.com-20110927132752-oom90a64gutddqwh
2011-09-27 18:57:52 +05:30
Olivier Dony e45e0b75d8 [IMP] stock: cleanup stock.partial.{picking,move} wizards and fix dependencies and tests
bzr revid: odo@openerp.com-20110926003612-0wa6sghmlwbezwzk
2011-09-26 02:36:12 +02:00
Fabien Pinckaers 5646ed0006 merge
bzr revid: fp@tinyerp.com-20110924102443-dgi352byfazu2rxq
2011-09-24 12:24:43 +02:00
Olivier Dony d81837fac6 [MERGE] synch with latest trunk
bzr revid: odo@openerp.com-20110922162538-x7xucux66zma5bp8
2011-09-22 18:25:38 +02:00
Mayur Maheshwari (OpenERP) a10570b1ec [IMP]stock: highlight a un-used function
bzr revid: mma@tinyerp.com-20110922100952-w7od697fouowomif
2011-09-22 15:39:52 +05:30
Mayur Maheshwari (OpenERP) dfdfcf2bac [IMP]stock: improement in invoice after merge
bzr revid: mma@tinyerp.com-20110922090909-wljcxwn3a5of3mgj
2011-09-22 14:39:09 +05:30
Mayur Maheshwari (OpenERP) 4a3d8067ef [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20110922053525-8nm03eief90e88cn
2011-09-22 11:05:25 +05:30
Olivier Dony 5e6e78112c [FIX] stock: apply better 6.0 bugfix for #771377
lp bug: https://launchpad.net/bugs/771377 fixed

bzr revid: odo@openerp.com-20110919103523-xoosd8wqjtfhudt4
2011-09-19 12:35:23 +02:00
fp 7bd05bc9c8 merge
bzr revid: fp@fp-laptop-20110917164929-zmdz9ifd3vhiwdm7
2011-09-17 18:49:29 +02:00
Fabien Pinckaers 5b22eabb1c [merge
bzr revid: fp@tinyerp.com-20110917123505-y1vkq04bad7ja10s
2011-09-17 14:35:05 +02:00
Atik Agewan (OpenERP) e4a89c12ef [FIX] STOCK:When import Physical Inventories it calculate currect Qty in Default UOM using Funct
lp bug: https://launchpad.net/bugs/845333 fixed

bzr revid: aag@tinyerp.com-20110916105553-z6j3xidr89sxchtt
2011-09-16 16:25:53 +05:30
Atik Agewan (OpenERP) 5faf25c724 [MERGE]: Merge with lp:openobject-addons
bzr revid: aag@tinyerp.com-20110916100905-iu2jjilplpvyiyl2
2011-09-16 15:39:05 +05:30
Quentin (OpenERP) 9050048ecc [MERGE] lp: 803881. Courtesy to Patrick Amstutz (patrick-amstutz)
bzr revid: qdp-launchpad@openerp.com-20110915173053-d2pcr3198ocneeoe
2011-09-15 19:30:53 +02:00
Mayur Maheshwari (OpenERP) eeafcfa49d [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20110915123312-7yjvwadfpr3nniiw
2011-09-15 18:03:12 +05:30
Mayur Maheshwari (OpenERP) d36279674e [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20110915114235-rmukembei16j0aj1
2011-09-15 17:12:35 +05:30
Stephane Wirtel 822dc51f4b [MERGE] https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-create_invoice_from_picking-han/
bzr revid: stw@openerp.com-20110914151323-cpuv9p7k2o3d2o4e
2011-09-14 17:13:23 +02:00
Stephane Wirtel 8ea402c117 [MERGE] lp:~openerp-dev/openobject-addons/trunk-usability-processing_incomming_shipment-aar
bzr revid: stw@openerp.com-20110914151223-ke1sf4313wh7n2oi
2011-09-14 17:12:23 +02:00
Atik Agewan (OpenERP) a15007d0f9 [FIX] STOCK:When import Physical Inventories it calculate currect Qty in Default UOM
lp bug: https://launchpad.net/bugs/845333 fixed

bzr revid: aag@tinyerp.com-20110913071337-4h449mug0uar72j5
2011-09-13 12:43:37 +05:30
Amit Parmar (OpenERP) 9de22fb155 [imp] improve the processing of incomming shipments
bzr revid: aar@tinyerp.com-20110908095116-w5b13hteft0j21er
2011-09-08 15:21:16 +05:30
Hardik Ansodariy (OpenERP) 9520ed7bd7 [imp] improved code working without demo data too
bzr revid: han@tinyerp.com-20110908083824-97jl61vtyq2te0ko
2011-09-08 14:08:24 +05:30
Hardik Ansodariy (OpenERP) 74bf94d3ce [imp] set default journal using existing method
bzr revid: han@tinyerp.com-20110908045130-zzd3lx987mqt1mng
2011-09-08 10:21:30 +05:30
Hardik Ansodariy (OpenERP) 33abe0cd3a [imp] made changes in method according to new changes in trunk
bzr revid: han@tinyerp.com-20110907123600-wror3ptq3n9ltipo
2011-09-07 18:06:00 +05:30
Hardik Ansodariy (OpenERP) 4e0654bcbb [IMP] set default journal_id according to picking type
bzr revid: han@tinyerp.com-20110906062433-9hq607sc9ahs6q3r
2011-09-06 11:54:33 +05:30
Mayur Maheshwari (OpenERP) c90c086cf0 [MERGE]Merge with openobject-addons
bzr revid: mma@tinyerp.com-20110823095630-yhzxopvmvkyhs2s8
2011-08-23 15:26:30 +05:30
Mayur Maheshwari (OpenERP) 6138453497 [IMP]stock:Improvement in yml
bzr revid: mma@tinyerp.com-20110802132714-jh8jam8fgdwv3t5g
2011-08-02 18:57:14 +05:30
Mayur Maheshwari (OpenERP) 4f149e642b [IMP]stock:Improvement in yml
bzr revid: mma@tinyerp.com-20110729111953-0mbb9za6nhn0hhl9
2011-07-29 16:49:53 +05:30
Vo Minh Thu b1b97ba9db [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20110727120356-x88jcwdyz7mang2q
2011-07-27 14:03:56 +02:00
Graeme Gellatly (gdgellatly) 97b38de7c5 [FIX] stock: Accounting entries from goods receipt now broken
lp bug: https://launchpad.net/bugs/797477 fixed

bzr revid: psi@tinyerp.co.in-20110721063139-383nbh9v2elp407x
2011-07-21 12:01:39 +05:30
Hardik Ansodariy (OpenERP) ceb222bb94 [IMP]:stop opening of inventory form while changing of product stock
bzr revid: han@tinyerp.com-20110719111918-u6nza3n740csvp2g
2011-07-19 16:49:18 +05:30
Vo Minh Thu f5273c1eb1 [FIX] stock: corrected one2many/many2one so they match.
- it was possible they didnt match because of osv_memory lack of foreign key constraint.
- they have to match has we will get rid of osv_memory.

bzr revid: vmt@openerp.com-20110719092839-z8wio48uib2sa1td
2011-07-19 11:28:39 +02:00
Quentin (OpenERP) 76c7432e3b [IMP] stock: improved translatability
bzr revid: qdp-launchpad@openerp.com-20110711160956-k3ehprj6vmx5hy4y
2011-07-11 18:09:56 +02:00
ron@tinyerp.com 37ceaa0240 [FIX]stock:change product_id instead of move_id in partial picking
lp bug: https://launchpad.net/bugs/803881 fixed

bzr revid: ron@tinyerp.com-20110701065238-ular6379aw28nwqv
2011-07-01 12:22:38 +05:30
ron@tinyerp.com af951d8ed6 [IMP]stock:put attrs in tree view
bzr revid: ron@tinyerp.com-20110629070715-034200f7ehabtrph
2011-06-29 12:37:15 +05:30
ron@tinyerp.com 82e6820f8b [MERGE]Merged with lp:addons
bzr revid: ron@tinyerp.com-20110628110148-p3lsv379ixi2jvbr
2011-06-28 16:31:48 +05:30
mayur maheshwari (Open ERP) f469345cfd [FIX]purchase,sale,stock: putting a product UOM decimal prescription In quantity field
lp bug: https://launchpad.net/bugs/800970 fixed

bzr revid: mma@tinyerp.com-20110627051335-nj8cnvdd993aagfb
2011-06-27 10:43:35 +05:30
mayur maheshwari (Open ERP) baf09b1d43 [FIX]stock:In Purchase Order decimal_precision as it is to receive the products in Process Dialog
lp bug: https://launchpad.net/bugs/788064 fixed

bzr revid: mma@tinyerp.com-20110601120812-uh83s5ggfxhehgd6
2011-06-01 17:38:12 +05:30
Quentin (OpenERP) ba3ee64859 [MERGE] lp:777803
bzr revid: qdp-launchpad@openerp.com-20110530163158-0tnmt1b96omcjbft
2011-05-30 18:31:58 +02:00
ron@tinyerp.com 0e9d77f528 [IMP]stock:entering a negative value give the warning
bzr revid: ron@tinyerp.com-20110506065208-vdkuowmwy4iv1fxn
2011-05-06 12:22:08 +05:30
ron@tinyerp.com 10c8c4cf19 [FIX]stock:entering a negative value in the stock level when click on update button on product form
lp bug: https://launchpad.net/bugs/777803 fixed

bzr revid: ron@tinyerp.com-20110506060358-audc98nfxyt6b116
2011-05-06 11:33:58 +05:30
ron@tinyerp.com d77621e770 [FIX]stock:Splitting moves doesnot warning if lot contains insufficient quantity of product
lp bug: https://launchpad.net/bugs/771377 fixed

bzr revid: ron@tinyerp.com-20110504131935-h2tq0rstselbiroc
2011-05-04 18:49:35 +05:30
Olivier Dony 560915cb68 [MERGE] merged latest fixes from 6.0 up to r.4556
Rev 4556 = revision-id: jvo@tinyerp.com-20110502133745-s1zyed65h6ojwkvk.

bzr revid: odo@openerp.com-20110502184643-d3qzosqdurscd51i
2011-05-02 20:46:43 +02:00
ron@tinyerp.com 2b83cdfff6 [ADD]stock:stock_partial_picking.py ADD comments for increase readability of code
bzr revid: ron@tinyerp.com-20110427111822-ow49y4b5l99yeh07
2011-04-27 16:48:22 +05:30
Jay Vora (OpenERP) 2811c71fc7 [FIX] Stock : Fixed the problem suggested by Buildbot
bzr revid: jvo@tinyerp.com-20110421090039-yt9zau6vvz833r92
2011-04-21 14:30:39 +05:30
Jay Vora (OpenERP) 95fcd2cb99 [Merge] Merged Anup's branch for the fix of bug lp:725908
bzr revid: jvo@tinyerp.com-20110419084200-c75ujuzk28ltqig4
2011-04-19 14:12:00 +05:30
ron@tinyerp.com 61ee65d9f0 [IMP]stock:Add tooltip for Average costing method
bzr revid: ron@tinyerp.com-20110418122243-idxew1aizo6ubzjw
2011-04-18 17:52:43 +05:30
Anup (OpenERP) 739992f9c3 [FIX] stock : Optimized the code to Import Inventory
lp bug: https://launchpad.net/bugs/725908 fixed

bzr revid: ach@tinyerp.com-20110418073110-acrvwbus2q9kp09u
2011-04-18 13:01:10 +05:30
ron@tinyerp.com 54e24571b6 [IMP]stock:add warning message for quantiny<=0
bzr revid: ron@tinyerp.com-20110415123707-7n06d8vgmbjptqna
2011-04-15 18:07:07 +05:30
ron@tinyerp.com a100855177 [MERGE]:merged with lp:trunk-bug-751222-ron
bzr revid: ron@tinyerp.com-20110415123304-4oebtzs7tklkxbap
2011-04-15 18:03:04 +05:30
Rucha (Open ERP) c7546b3274 [FIX]: stock: FIxed warning string values
bzr revid: rpa@tinyerp.com-20110415112929-qszbxnz52dxp7tel
2011-04-15 16:59:29 +05:30
Rucha (Open ERP) e2f2646761 [IMP]: stock: Improvement in computation and error messages
bzr revid: rpa@tinyerp.com-20110415103026-jcnz0a3gudl8ap3m
2011-04-15 16:00:26 +05:30
ron@tinyerp.com e4e94b12da [IMP]stock :Fixed:Add proper validation and refector code of do_partial picking
bzr revid: ron@tinyerp.com-20110414090620-qx3o3cb5hum36yku
2011-04-14 14:36:20 +05:30
ron@tinyerp.com f8a2f42482 [IMP]stock :Fixed
* processing of product with different uom is working,
* made tracking field as function field,
* better validation for uom for partial picking Quantity(wizard) check with picking Qty:
* production lot required if product have track incoming/outgoing true
[TOCHECK: in one2many field of wizard even if we have prodlot required and we donot fill it, and click of process it will not give any warning like correct red fields,
but if we open that line in one2many field and then click on process it will give warning]

bzr revid: ron@tinyerp.com-20110411124204-25bcgs2024lln14n
2011-04-11 18:12:04 +05:30
ron@tinyerp.com a7e61a9e65 [FIX]stock :Fixed
* changing UOM on partial picking wizard
* made product field readonly,
* production lot required if product have track incoming/outgoing true
[TOCHECK: in one2many field of wizard even if we have prodlot required and we donot fill it, and click of process it will not give any warning like correct red fields,
but if we open that line in one2many field and then click on process it will give warning]

lp bug: https://launchpad.net/bugs/751222 fixed

bzr revid: ron@tinyerp.com-20110411065010-hps176e1a4zvow3d
2011-04-11 12:20:10 +05:30
Anup (OpenERP) 41b4258975 [FIX] stock : Fill Inventory Wizard should import production lot too. (Courtsey KSA(OpenERP))
lp bug: https://launchpad.net/bugs/725908 fixed

bzr revid: ach@tinyerp.com-20110406114529-7icmcd44va27tlwm
2011-04-06 17:15:29 +05:30
Jay Vora (OpenERP) 16a91fe13d [MERGE] Merged Dhruti's branch for the bugfix of lp:739172
bzr revid: jvo@tinyerp.com-20110404103003-p9b0uz7pvwte8al3
2011-04-04 16:00:03 +05:30
Jay Vora (OpenERP) 2672ac6e4d [FIX] Stock : 'Split in production lot' wizard should have float format in order to split lot in x.y manner
lp bug: https://launchpad.net/bugs/729539 fixed

bzr revid: jvo@tinyerp.com-20110401052548-i1y2p0x3jd1ipru1
2011-04-01 10:55:48 +05:30
Quentin (OpenERP) ca578f92ae [MERGE] lp:739181
bzr revid: qdp-launchpad@openerp.com-20110325142831-oygh7tepywprlu29
2011-03-25 15:28:31 +01:00
Quentin (OpenERP) f585444f10 [MERGE] lp:725908
bzr revid: qdp-launchpad@openerp.com-20110324151230-jwrpdmj92akb294x
2011-03-24 16:12:30 +01:00
Rucha (Open ERP) 0e430028c1 [FIX]: stock: Fixed scraping move having production lot
lp bug: https://launchpad.net/bugs/739181 fixed

bzr revid: rpa@tinyerp.com-20110324132358-yn5gwkj68pnun0qs
2011-03-24 18:53:58 +05:30
Rucha (Open ERP) e726345eee [FIX]: stock: Fixed error when return products
bzr revid: rpa@tinyerp.com-20110318091607-9990e4hzbhekhz3n
2011-03-18 14:46:07 +05:30
Quentin (OpenERP) 8295f3125f [MERGE] lp:684741
bzr revid: qdp-launchpad@openerp.com-20110317173316-1nwca68kko2dlu1c
2011-03-17 18:33:16 +01:00
Quentin (OpenERP) 8891dea230 [FIX] mrp: fixed error in do_move_consume(due to previous merge on osv_memory)
bzr revid: qdp-launchpad@openerp.com-20110315150348-s0vkdsuc61qhdtvr
2011-03-15 16:03:48 +01:00
Quentin (OpenERP) 559e65c84e [MERGE] merged the dev branch related to the change of read() of osv_memory in order to work by batch (server side change, revno: 3369, revision-id: odo@openerp.com-20110315132628-uhhpf95b9iyin482). It will now return a tuple (id, name) for the m2o instead and thus the osv_memory objects have been changed accordingly
bzr revid: qdp-launchpad@openerp.com-20110315132726-dpwcxa08a2l12yy6
2011-03-15 14:27:26 +01:00
Quentin (OpenERP) e432647951 [REM] stock: removed unused wizard stock_split_move.py
bzr revid: qdp-launchpad@openerp.com-20110315105452-c1yzeqta7v8vr2i5
2011-03-15 11:54:52 +01:00
Quentin (OpenERP) 9b75f1733e [MERGE] merged with main addons branch
bzr revid: qdp-launchpad@openerp.com-20110315105106-k0b1ijh28vfnla12
2011-03-15 11:51:06 +01:00
Rucha (Open ERP) 62b3abd6c0 [MERGE]: Merge with latest trunk
bzr revid: rpa@tinyerp.com-20110314102742-xsankh8h4q562lv8
2011-03-14 15:57:42 +05:30
Quentin (OpenERP) 6a213f9c07 [MERGE] lp:729539
bzr revid: qdp-launchpad@openerp.com-20110311154335-omz3sjw6supwr2hc
2011-03-11 16:43:35 +01:00
JMA(OpenERP) 4e7c00fa4d [FIX] Stock : Creation of invoice from picking should respect the journal and its view over opened invoice
lp bug: https://launchpad.net/bugs/724198 fixed

bzr revid: jvo@tinyerp.com-20110310123623-26cw8ewgr22fr0j2
2011-03-10 18:06:23 +05:30
Quentin (OpenERP) c312d4b2bd [MERGE] lp:726444
bzr revid: qdp-launchpad@openerp.com-20110309165246-b1gws90c0ewv3h3w
2011-03-09 17:52:46 +01:00
Quentin (OpenERP) 0422834a5a [REVERT] reverted bugfix lp 708434, should be discussed and developped in a distinct branch
bzr revid: qdp-launchpad@openerp.com-20110309145900-29ynvnyv7neh9bcn
2011-03-09 15:59:00 +01:00
ron@tinyerp.com 3a600489fb [FIX]stock:split production lot take only Int value
lp bug: https://launchpad.net/bugs/729539 fixed

bzr revid: ron@tinyerp.com-20110309122421-3a5dwc52gzoiqbr8
2011-03-09 17:54:21 +05:30
Rucha (Open ERP) ca51678217 [MERGE]: Merge with lp:~openerp-dev/openobject-addons/trunk-trunk-oldstyle-wiz-convrsion-aag
bzr revid: rpa@tinyerp.com-20110309055539-rt1g1o9blyqsmv44
2011-03-09 11:25:39 +05:30
aag (OpenERP) d6d6475163 [IMP] STOCK :RD Project- old style wizard conversion-add one new Func get_return_history
bzr revid: aag@tinyerp.co.in-20110308134725-2o5n6olzqtfn09tx
2011-03-08 19:17:25 +05:30
ksa (Open ERP) 6026d3348d [IMP]: Improve code for all child locations
bzr revid: ksa@tinyerp.co.in-20110308133236-yx7dtifwi5sxn7n3
2011-03-08 19:02:36 +05:30
ksa (Open ERP) 66ca9a91f0 [IMP]: improvement for set in order by data
bzr revid: ksa@tinyerp.co.in-20110308065944-rdaw3maa69gv8sbd
2011-03-08 12:29:44 +05:30
aag (OpenERP) a224d18daf [IMP] STOCK :RD Project- old style wizard conversion-Remove Dynemic view
bzr revid: aag@tinyerp.co.in-20110304134728-qlrshs8g229btill
2011-03-04 19:17:28 +05:30
ksa (Open ERP) ddf5c95aa8 [FIX]:physical inventory, action import production lots do not get imported
lp bug: https://launchpad.net/bugs/725908 fixed

bzr revid: ksa@tinyerp.co.in-20110304112102-o0bfpek0o6m6ex6c
2011-03-04 16:51:02 +05:30
aag (OpenERP) eac13bbca9 [IMP] STOCK :RD Project- old style wizard conversion-view_init
bzr revid: aag@tinyerp.co.in-20110304052751-8bfqm36q43gbhhkj
2011-03-04 10:57:51 +05:30
aag (OpenERP) 607a3182f2 [IMP] STOCK :RD Project- old style wizard conversion
bzr revid: aag@tinyerp.co.in-20110303141151-nrehxudg439qgyn3
2011-03-03 19:41:51 +05:30
Rifakat Haradwala (Open ERP) 5860907e8e [FIX] : stock: use string formatting instead of concatenation
lp bug: https://launchpad.net/bugs/684741 fixed

bzr revid: rha@tinyerp.com-20110303132714-xbng87llhw9knrfq
2011-03-03 18:57:14 +05:30
Rucha (Open ERP) b45c384b1b [REVERT]: Reverted some changes of trunk-dev-addons2
bzr revid: rpa@tinyerp.com-20110228112535-8qedlwhmgmsvh6ho
2011-02-28 16:55:35 +05:30
Quentin THEURET e349a9e008 [FIX] Close partial picking wizard after validation
lp bug: https://launchpad.net/bugs/726444 fixed

bzr revid: quentin@tempo-quentin-20110228103841-zt0am5ylrxypaaez
2011-02-28 11:38:41 +01:00
ksa (Open ERP) 19030ec02c [MERGE]: Merge with lp:openobject-trunk-dev-addons2
bzr revid: ksa@tinyerp.co.in-20110217052111-lt9dztgezvcxgvwj
2011-02-17 10:51:11 +05:30
ksa (Open ERP) 34ce5acd01 [FIX]: production lot does not work
lp bug: https://launchpad.net/bugs/718685 fixed

bzr revid: ksa@tinyerp.co.in-20110215120658-48kkt5li2431esc1
2011-02-15 17:36:58 +05:30
aag (OpenERP) 63f66fdec1 [IMP] BOARD,STOCK,SURVEY :Improvement in OSV wiz ,Realated Read method
bzr revid: aag@tinyerp.co.in-20110215105509-pjve7asi0r63knec
2011-02-15 16:25:09 +05:30
Rifakat Haradwala (Open ERP) 111796d038 [Merge] : Merge with lp:~openerp-dev/openobject-addons/trunk-dev-addons2
bzr revid: rha@tinyerp.com-20110215062118-pcdwql1vc0cyqkui
2011-02-15 11:51:18 +05:30
rha@tinyerp.com bf1b45c2bc [Merge] : Merge with lp:~openerp/openobject-addons/trunk-fix-osvmem-read
bzr revid: rha@tinyerp.com-20110207062804-o766jmppnvjwi7hj
2011-02-07 11:58:04 +05:30
ksa (Open ERP) a77e5d6910 [MERGE]: Merge with lp:openobject-addons/trunk-fix-osvmem-read
bzr revid: ksa@tinyerp.co.in-20110207054611-0u8dg0m5uszxv9wh
2011-02-07 11:16:11 +05:30
rpa (Open ERP) 071ded9a1c [MERGE]: Merge with lp:~openerp-commiter/openobject-addons/trunk-addons-aag
bzr revid: rpa@tinyerp.com-20110203133418-oxt6aqy06rrfgrgg
2011-02-03 19:04:18 +05:30
aag (OpenERP) 7807995b54 [IMP] stock: Add context and chech for Read method
bzr revid: aag@tinyerp.co.in-20110203123747-0jcpq8xqlthstw2z
2011-02-03 18:07:47 +05:30
aag (OpenERP) 9689293daf [FIX] STOCK:Now Invoice Available Products in the Sale Order If It Has Not Available Products
lp bug: https://launchpad.net/bugs/708434 fixed

bzr revid: aag@tinyerp.co.in-20110203071144-0xbkqlf7h8ek9a7g
2011-02-03 12:41:44 +05:30
rha@tinyerp.com f9211cdef0 [MERGE]: Merge with lp:~openerp-dev/openobject-addons/trunk-dev-addons2
bzr revid: rha@tinyerp.com-20110202043008-0yuwc9obes684mxd
2011-02-02 10:00:08 +05:30
Olivier Dony 3f96ef97a7 [WIP] all: (work in progress) changing wizards to avoid using read() or at least take proper care of m2o fields
This is in preparation of the fix for m2o.get() on osv_memory objects, to make
it consistent with the regular read on osv objects. Previously on osv_memory
objects it was only returned the id, instead of the pair (id, name) as is appropriate
to avoid an additional name_get RPC call after each read.
Unfortunately many wizards were using direct read() instead of browse() and
relying on the fact that the returned dict contained a bare id value for
many2one fields.

bzr revid: odo@openerp.com-20110201210839-hwmk60ygksm805c4
2011-02-01 22:08:39 +01:00
rha@tinyerp.com d33b03e33d [MERGE]: Merge with lp:~openerp-dev/openobject-addons/trunk-dev-addons2
bzr revid: rha@tinyerp.com-20110131042555-9m3qvv3llmi1r9h7
bzr revid: rha@tinyerp.com-20110201055443-7ubpra10q0w35bjy
2011-02-01 11:24:43 +05:30
Sbh (OpenERP) 93e9857b3f [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20110131041205-ba3ssk6uthq1m6fe
2011-01-31 09:42:05 +05:30
rha@tinyerp.com 39afa56669 [Fix]: stock: Anglo-saxon Accounting does not use input stock account when purchase order invoicing control set to From picking
lp bug: https://launchpad.net/bugs/708874 fixed

bzr revid: rha@tinyerp.com-20110128111848-y3pqbmiu3l9sl0kh
2011-01-28 16:48:48 +05:30
Jay Vora (OpenERP) c46e836102 [FIX] Stock : Correction on import statement
bzr revid: jvo@tinyerp.com-20110128104315-m4sjeh4sgrqnw3bd
2011-01-28 16:13:15 +05:30
Jay Vora (OpenERP) 12cb105c65 [FIX] Stock : Allowed unicode characters in wizard of change price [ Ref : SaaS Maintenance case 3916]
bzr revid: jvo@tinyerp.com-20110128102301-a2zd0rzmqr46spmp
2011-01-28 15:53:01 +05:30
ron@tinyerp.com 8644377cd9 [MERGE]Merged with trunk-dev-addons2
bzr revid: ron@tinyerp.com-20110127123624-5v656see7lq24a2c
2011-01-27 18:06:24 +05:30
ron@tinyerp.com 949b71a0c9 [FIX]stock :UnicodeEncodeError in stock_change_product_qty.py
lp bug: https://launchpad.net/bugs/707809 fixed

bzr revid: ron@tinyerp.com-20110127114701-yilw96l2f3bxnbh2
2011-01-27 17:17:01 +05:30
Sbh (OpenERP) d5d18ea957 [Fix] fix buildbot warning
bzr revid: sbh@tinyerp.com-20110127105333-ufjh65jmz21uzdsu
2011-01-27 16:23:33 +05:30
nel@tinyerp.com e902f2ac86 [FIX] wizard stock partial picking: when no currency defined on product
bzr revid: nel@tinyerp.com-20110125162815-xk5ymun6nx0ud3jz
2011-01-25 17:28:15 +01:00
rpa (Open ERP) 0bfc5de816 [IMP]: stock: Improvement in context in return picking in order to work it with webclient (ref: 702939)
bzr revid: rpa@tinyerp.com-20110118134141-yl2024ubuyeu62y1
2011-01-18 19:11:41 +05:30
Olivier Dony 5e01feb283 [FIX] stock.partial.picking: more robust fields_view_get() if no active_ids in context (via xrg)
bzr revid: odo@openerp.com-20110117150832-2k90u8xk12xiokgb
2011-01-17 16:08:32 +01:00
qdp-launchpad@tinyerp.com f28ed00264 [REF] mrp_repair, stock: small code refactoring
bzr revid: qdp-launchpad@tinyerp.com-20110117100122-gson7kged6atppnb
2011-01-17 11:01:22 +01:00
qdp-launchpad@tinyerp.com f2784aecc5 [FIX] stock: removed required=True on prodlot field of update stock wizard, in its definition in the .py file
bzr revid: qdp-launchpad@tinyerp.com-20110117095836-518n6w73qodqrl8o
2011-01-17 10:58:36 +01:00
qdp-launchpad@tinyerp.com 25341b78cb [MERGE] merged with main addons branch
bzr revid: qdp-launchpad@tinyerp.com-20110117080048-h0e64af48ru2bkvp
2011-01-17 09:00:48 +01:00
Thibault Francois f6bda97aa2 [FIX] stock.partial.move fix for web client act_window replace by act_server to create the osv.memory object before opening the wizard
bzr revid: tfr@openerp.com-20110114150133-vk0240cnim03jgwo
2011-01-14 16:01:33 +01:00
rpa (Open ERP) df1ed0e10a [MERGE]: Merge with lp:~openerp-dev/openobject-addons/ron-dev-addons2
bzr revid: rpa@tinyerp.com-20110113130850-iysr1o4hbv8y4cnl
2011-01-13 18:38:50 +05:30
ron@tinyerp.com 4dc24a074d [FIX]stock:Update button at product form Stock update without production lot possible Tracking production lot wanted
lp bug: https://launchpad.net/bugs/700963 fixed

bzr revid: ron@tinyerp.com-20110113104100-0ho06wvhf8z0a0fj
2011-01-13 16:11:00 +05:30
rpa (Open ERP) 6ae2d39def [REVERT]: stock: Reverted fix for bug#613286: revision-id: rha@tinyerp.com-20101229131420-k97xl7mrx9htvchi
bzr revid: rpa@tinyerp.com-20110112132338-yxa9erhkppt8yfno
2011-01-12 18:53:38 +05:30
rpa (Open ERP) ee7b9db3b3 [MERGE]: Merged with lp:~openerp-dev/openobject-addons/ron-dev-addons2
bzr revid: rpa@tinyerp.com-20110111133033-bgtzbstuasbv6xh3
2011-01-11 19:00:33 +05:30
ron@tinyerp.com d8e34fef0e [MERGE]Merged with trunk-dev-addons2
bzr revid: ron@tinyerp.com-20110111060616-rvb30tgu6u4al3uf
2011-01-11 11:36:16 +05:30
qdp-launchpad@tinyerp.com 3c64593b3e [MERGE] merged with main addons branch
bzr revid: qdp-launchpad@tinyerp.com-20110110154357-cn97cdu3aex73xz5
2011-01-10 16:43:57 +01:00
nel@tinyerp.com 5813e0ee20 [FIX] stock
bzr revid: nel@tinyerp.com-20110110141334-2q4uknw4yvvmhbka
2011-01-10 15:13:34 +01:00
nel@tinyerp.com 16093be68a [FIX] stock: partial picking when no company is defined on product
bzr revid: nel@tinyerp.com-20110110140949-exxseyomgyjbd61i
2011-01-10 15:09:49 +01:00
ron@tinyerp.com 0bffe9bf69 [FIX]stock:Backorder Cannot be create on Incoming Shipment
lp bug: https://launchpad.net/bugs/697085 fixed

bzr revid: ron@tinyerp.com-20110110115525-ctcfqhgisj14abvo
2011-01-10 17:25:25 +05:30
rpa (Open ERP) 48211d0c83 [MERGE]: Merge with lp:~openerp-commiter/openobject-addons/dev-addons2-rha1
bzr revid: rpa@tinyerp.com-20110107130246-ve4c015v6w3nr20d
2011-01-07 18:32:46 +05:30
rpa (Open ERP) 3583858ee6 [REF]: stock: Removed print statement
bzr revid: rpa@tinyerp.com-20101231102940-o6r6fdcwno4zy70m
2010-12-31 15:59:40 +05:30
Sbh (OpenERP) 55228c84a7 [Fix] Fix buildbot warning
bzr revid: sbh@tinyerp.com-20101231062640-p7j0wdq40su3r0cv
2010-12-31 11:56:40 +05:30
Sbh (OpenERP) a329a57bdd [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101230131110-8l42t3b4hituf7aj
bzr revid: sbh@tinyerp.com-20101231045926-gqkspd1jgoglv2qj
2010-12-31 10:29:26 +05:30
rha@tinyerp.com 5ddf27083c [Fix]: Bug #613286 [stock]: returned products from customers have cost price of the day instead of historical cost price
bzr revid: rha@tinyerp.com-20101229131420-k97xl7mrx9htvchi
2010-12-29 18:44:20 +05:30
Sbh (OpenERP) 628debcf9b [MERGE] Merge lp:~openerp-dev/openobject-addons/jam-dev-addons
bzr revid: sbh@tinyerp.com-20101229065245-69k3ys7obdn8eqkw
2010-12-29 12:22:45 +05:30
jam-openerp a7789b2083 MERGE + Wizard return Improvments
bzr revid: jam@tinyerp.com-20101228104138-70p7kwpby3bxgu0r
2010-12-28 16:11:38 +05:30
Sbh (OpenERP) 9f0e3f8481 [MERGE] merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20101227124321-1x0xs79sp555g33d
2010-12-27 18:13:21 +05:30
rpa (Open ERP) 6c514475ca [MERGE]: Merged with lp:~openerp-dev/openobject-addons/ron-dev-addons2
bzr revid: rpa@tinyerp.com-20101222110542-j33o6xe24p4dy0tb
2010-12-22 16:35:42 +05:30
ron@tinyerp.com 516d89069f [ADD] ADD Field Lot id in wizard to change Product Quantity from Product form View
bzr revid: ron@tinyerp.com-20101222085218-dukwbse1bt5yu2z5
2010-12-22 14:22:18 +05:30
qdp-launchpad@tinyerp.com 0d6b3dce9f [REF] stock, stock_change_product_qty wizard: removed warehouse field
bzr revid: qdp-launchpad@tinyerp.com-20101221142310-z90hsr4k6tpvx9qz
2010-12-21 15:23:10 +01:00
rpa (Open ERP) 4e307d022c [MERGE]: Merge with lp:openobject-addons
bzr revid: rpa@tinyerp.com-20101215042654-04ccazkz5v57ml3j
bzr revid: rpa@tinyerp.com-20101216043335-ji5h61dra451cml4
bzr revid: rpa@tinyerp.com-20101220082255-1g3ea50rkjlacwqw
2010-12-20 13:52:55 +05:30
uco (OpenERP) 63ace6bb80 [MERGE]
bzr revid: uco@tinyerp.com-20101215051143-g5qmevkmic66q0ip
2010-12-15 10:41:43 +05:30
qdp-launchpad@tinyerp.com 16620a3fff [FIX] stock: fixed the proposal of journal on returned shipment
bzr revid: qdp-launchpad@tinyerp.com-20101214163426-59umaqtxwrojigfx
2010-12-14 17:34:26 +01:00
qdp-launchpad@tinyerp.com 04adabc7f6 [FIX] stock: made possible to return the whole picking
bzr revid: qdp-launchpad@tinyerp.com-20101214160657-1hc909p66l6pslwj
2010-12-14 17:06:57 +01:00
rpa (Open ERP) be834b5704 [MERGE]: Merge with lp:~openerp-dev/openobject-addons/ron-dev-addons2
bzr revid: rpa@tinyerp.com-20101208071722-vc93ea47suuqt9am
2010-12-08 12:47:22 +05:30
ron@tinyerp.com 1cc04e6f2d [IMP]stock_tracebility.py for upstream and downstream tracebility
bzr revid: ron@tinyerp.com-20101207055504-5bcym5vzznmraqv2
2010-12-07 11:25:04 +05:30
uco (OpenERP) b1cf433ecc [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101206131102-z2xzz8eshkswo00q
2010-12-06 18:41:02 +05:30
ron@tinyerp.com efa0acb9cd [FIX]Return packingnumber hardcoded bug:-671172
lp bug: https://launchpad.net/bugs/671172 fixed

bzr revid: ron@tinyerp.com-20101206124205-flnt4re9e5ssalh5
2010-12-06 18:12:05 +05:30
ron@tinyerp.com 5bf68228b1 [IMP]wizard to change Product Quantity from Product form View
bzr revid: ron@tinyerp.com-20101206070713-1z79mqwilnhf11h1
2010-12-06 12:37:13 +05:30
ron@tinyerp.com d108a970e6 [ADD]wizard to change Product Quantity from Product form View
bzr revid: ron@tinyerp.com-20101203130621-ddfrcf36mls4p7q5
2010-12-03 18:36:21 +05:30
ron@tinyerp.com 5324a27c17 [IMP]Tracebility Improvement
bzr revid: ron@tinyerp.com-20101125104719-pr255plf9d7aepuq
2010-11-25 16:17:19 +05:30
ksa (Open ERP) e31898c662 [MERGE]: Merge with lp:openobject-trunk-dev-addons2
bzr revid: ksa@tinyerp.co.in-20101125045401-ruhqntzi0tjfb0dz
2010-11-25 10:24:01 +05:30
rpa (Open ERP) fac13263ed [IMP]: stock: Improvement in split lot and pack wizard to write move in inventory if wizard is used for inventory
bzr revid: rpa@tinyerp.com-20101124112743-yf96yzwehdlu4qq1
2010-11-24 16:57:43 +05:30
rpa (Open ERP) 2be6a46a1f [IMP]: stock: Pass context properly in copy of move
bzr revid: rpa@tinyerp.com-20101124105029-5kbr51s9ks1w3raz
2010-11-24 16:20:29 +05:30
ksa (Open ERP) 2ead39022e [MERGE]: Merge with lp:openobject-trunk-dev-addons2
bzr revid: ksa@tinyerp.co.in-20101124054321-yiflew26iq311v3h
2010-11-24 11:13:21 +05:30
ksa (Open ERP) f4ebea2992 [IMP]: Apply removing changes when merge branch
bzr revid: ksa@tinyerp.co.in-20101123132434-fm0u05iasfpt0c3p
2010-11-23 18:54:34 +05:30
uco (OpenERP) 3700e08ed6 [REF]: Refactored some lines from previous commit.
bzr revid: uco@tinyerp.com-20101123113152-0ue71yg9usp1gklx
2010-11-23 17:01:52 +05:30
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
ron@tinyerp.com c9c31f3445 [MERGE] Merged:-lp:trunk-dev-addons2
bzr revid: ron@tinyerp.com-20101123045709-ytev5r3rb4x1hg2q
2010-11-23 10:27:09 +05:30