[FIX] Fixes #273: avoid double-warning when changing the quantity of a stock move
[odoo/odoo.git] / addons / stock / stock.py
2014-07-02 Lionel Sausin (Num... [FIX] Fixes #273: avoid double-warning when changing...
2014-06-05 Martin Trigaux[IMP] stock: when checking the state of the product...
2014-06-04 Martin Trigaux[FIX] stock: use correct vals in grouped invoice (opw...
2014-05-27 Martin Trigaux[FIX] stock: clean previous commit
2014-05-22 Anaël Closson[FIX] stock: auto_validate move not set to done when...
2014-04-29 Martin Trigaux[FIX] stock: when delivering a product in average cost...
2014-04-23 Martin Trigaux[FIX] stock: pass the geven limit attribute in read_gro...
2014-04-23 Martin Trigaux[MERGE] [FIX] stock: fix error when executing a read_gr...
2014-04-22 Martin Trigaux[MERGE] [FIX] stock: when duplicating a stock.move...
2014-04-17 Yannick VaucherFix group by access error on stock.picking.in/out in...
2014-04-15 Denis Ledoux[FIX] stock: before creating chained pickings, regroup...
2014-03-13 Lionel Sausin[FIX] Add missing context to some calls
2014-02-24 Guewen BaconnierUse setdefault to allow a copy with one of this field...
2014-02-18 Guewen Baconnier[FIX] use copy_data rather than doing a write after...
2014-01-22 Denis Ledoux[FIX] mrp, stock: avoid float rounding errors using...
2013-11-28 Martin Trigaux[FIX] stock: switch ids new - old picking in the messag...
2013-11-21 Olivier Dony[FIX] stock.picking.in: typo in default_get implementation
2013-11-21 Martin Trigaux[MERGE] [FIX] stock: correctly recount quantity when...
2013-11-20 Christophe Simonis[MERGE] remove warnings
2013-11-12 Olivier Dony[FIX] stock: stock.picking.in/out (technical models...
2013-11-12 Olivier Dony[REVERT] stock: commit 9557/OPW 600078 assumes that...
2013-11-08 Christophe Simonis[FIX] stock: mute orm logger before checking access...
2013-11-07 Dhruti Shastri ... [stock] : Wrong Invoice generated due to product_uos_qt...
2013-11-07 Olivier Dony[FIX] stock: chained location type `Customers` was...
2013-11-19 Martin Trigaux[MERGE] [FIX] stock: add missing context in account...
2013-11-04 Olivier Dony[FIX] stock: no early currency rounding when computing...
2013-11-04 Olivier Dony[FIX] stock: programming error in average price computa...
2013-10-30 Martin Trigaux[FIX] stock: use eventual serial number attribute into...
2013-10-15 Martin Trigaux[FIX] stock: correctly handle case when we have no...
2013-10-04 Olivier Dony[FIX] account_voucher, product, stock: use selection...
2013-09-20 Martin Trigaux[IMP] stock: improve performances of _product_reserve...
2013-09-17 Martin Trigaux[FIX] stock: use user's language as default value to...
2013-09-09 Martin Trigaux[MERGE] [FIX] stock: Correctly pass referece for Chaine...
2013-09-09 Martin Trigaux[FIX] stock: change wrong variable name
2013-09-09 Martin Trigaux[FIX] stock: overwrite message_{un,}subscribe on stock...
2013-08-28 Martin Trigaux[FIX] stock: post messages on stock.pciking instead...
2013-08-23 Martin Trigaux[MERGE] base mp, courtesy of Alexandre Fayolle (camptocamp)
2013-07-31 Martin Trigaux[IMP] stock: more fault tolerant usage of xml id
2013-07-29 Martin Trigaux[FIX] stock: remove warning popup on update product...
2013-07-29 Martin Trigaux[IMP] stock: don't raise error on default values if...
2013-07-29 Martin Trigaux[IMP] stock: don't raise error on default values if...
2013-07-02 RGA(OpenERP)[FIX] Drag & Drop of incomming shipments in calendar...
2013-06-26 Somesh Khare (OpenERP)[FIX] stock : decription field not translated according...
2013-06-11 Lionel Sausin[FIX] propagate context through stock.move.action_cancel()
2013-06-10 Martin Trigaux[MERGE] stock: Chained location: cancelling receptions...
2013-06-07 Christophe Matthieu[IMP] Improve typos in warning (Grammar mistake, Capita...
2013-06-07 Martin Trigaux[MERGE] [FIX] stock: decimal precision wrong when invoi...
2013-06-07 Christophe Matthieu[IMP] Improve typos in warning (Grammar mistake, Capita...
2013-06-05 Dhruti Shastri ... [stock] : Referece for Chained Location always set...
2013-05-30 Josse Colpaert[IMP] Change src dest main currency when creating accou...
2013-05-28 Martin Trigaux[IMP] sort stock picking by id, no percent label for...
2013-05-27 Lorenzo Battistini[FIX] _create_product_valuation_moves (stock.move)...
2013-05-24 Martin Trigaux[MERGE] [FIX]Resolved traceback on moving to the previo...
2013-05-23 Alexandre Fayolle[TEST] [FIX] check_access_rules does not cope with...
2013-05-23 alexandre.fayolle... [FIX] bad call to check_access_rules
2013-05-23 alexandre.fayolle... [FIX] bad call to check_access_rules
2013-05-22 Alexandre Fayolle[FIX] actually fix lp:118211 by adding an explicit...
2013-05-21 Alexandre Fayolle[FIX] permission denied msgbox when creating stock...
2013-05-14 Cedric Snauwaert[FIX]stock: remove message from chatter, useless since...
2013-05-13 Cedric Snauwaert[FIX]stock: add method that was added in server here...
2013-05-13 Cedric Snauwaert[FIX]purchase/stock: when validating a PO, information...
2013-04-25 Quentin (OpenERP)[FIX] stock: fixed stock valuation bookings made in...
2013-04-05 Olivier Dony[MERGE] OPW 590100: stock: fix stock.picking.in and...
2013-04-05 Amit Dodiya[FIX]stock: override search and read method in order...
2013-04-04 Rifakat[FIX] stock: code optimization to restric checking...
2013-03-29 Dharti Ratani (Ope... [FIX]Resolved traceback on moving to the previous recor...
2013-03-19 Quentin (OpenERP)[REF] stock: code refactoring to follow PEP8 standards
2013-03-19 Quentin (OpenERP)[FIX] stock: if scrapping from a done stock move, use...
2013-03-06 Quentin (OpenERP)[MERGE] fix of bad partner chosen for accounting entrie...
2013-03-05 Josse Colpaert[FIX] _find_partner refactoring for res_partner and...
2013-02-06 Dhruti Shastri[stock] : Chained location: cancelling receptions doesn...
2013-02-01 Dhruti Shastri[FIX][stock] : decimal precision wrong when invoice...
2013-01-16 Mohammed Shekha[FIX]Fixed two usability issue, regarding tax label...
2012-12-21 Olivier Dony[MERGE] *: improved english wording, suggestions courte...
2012-12-20 Thibault Delavallée[IMP] track_visibility atribute: moved onto explicit...
2012-12-19 Thibault Delavallée[CLEAN] stock: removed dead log_picking method, that...
2012-12-19 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-18 Olivier Dony[MERGE] Access inherited product fields on the product...
2012-12-18 Fabien Pinckaers[IMP] several subtype fixes
2012-12-18 Raphael Collet[MERGE] trunk-import-openerp-thu (use strict naming...
2012-12-17 Olivier Dony[FIX] sale,purchase: allow SO/PO long description to...
2012-12-17 Cecile Tonglet[FIX] replace from/import decimal_precision by from...
2012-12-17 Cecile Tonglet[MERGE] From trunk
2012-12-17 dle@openerp.com[MERGE]Latest trunk
2012-12-15 Fabien Pinckaers[MERGE] duplicate of lots
2012-12-15 Fabien Pinckaers[MERGE] fix invoice state for refunds
2012-12-14 dle@openerp.com[IMP]String edit in view instead of overwrite inherited...
2012-12-14 dle@openerp.com[MERGE]Latest trunk
2012-12-13 Fabien Pinckaers[MERGE] 2 OPW fixes
2012-12-10 Vo Minh Thu[MERGE] merged trunk.
2012-12-10 Nimesh (Open ERP)[MERGE] with trunk
2012-12-09 Fabien Pinckaers[MERGE] module desc + stock
2012-12-06 Olivier Dony[MERGE] Bugfixes from 6.1 until revision 6800
2012-12-06 Vo Minh Thu[IMP] use the openerp namespace.
2012-12-06 Nimesh (Open ERP)[MERGE] with trunk
2012-12-06 Nimesh (Open ERP)[REMOVE] remove weight net uom and improve order sequen...
2012-12-04 pankita shah (Open... [MERGE] with lp:openobject-addons
2012-11-30 Quentin (OpenERP)[MERGE] merged the branch with supplier payment term...
2012-11-30 Fabien Pinckaers[IMP] merge addons23
2012-11-29 Alexis de LattreMerge with addons/trunk revno 8168.
next