Commit Graph

843 Commits

Author SHA1 Message Date
Fabien Pinckaers aa13133b1b [FIX] removed bad code
bzr revid: fp@tinyerp.com-20120215180028-jjgi6zni0mzzofpf
2012-02-15 19:00:28 +01:00
Quentin (OpenERP) a9697c5404 [MERGE] lp881356
lp bug: https://launchpad.net/bugs/881356 fixed

bzr revid: qdp-launchpad@openerp.com-20120215171625-i3zf4nhhjuz82bob
2012-02-15 18:16:25 +01:00
Quentin (OpenERP) c4edc79625 [FIX] stock: corrected fix of bug 881356
bzr revid: qdp-launchpad@openerp.com-20120215171215-6r0ky0a8o6a6ogm3
2012-02-15 18:12:15 +01:00
Fabien Pinckaers 8fb70db8a0 [IMP] better index, on behalf of ferdinand, bug 571203
bzr revid: fp@tinyerp.com-20120214184331-w7yrj6ejuengvwou
2012-02-14 19:43:31 +01:00
Olivier Dony 5fc1a9fc7b [FIX] all: use newly introduced fields.date.context_today
Following the introduction of fields.date.context_today,
correct the main cases where we need to use the user's
timezone instead of the default UTC one.
There are probably many minor cases where this may be
useful, but those cases should be easy to fix now
that there is a common way to fix them.

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

bzr revid: odo@openerp.com-20120213180741-4hvd4p7wsep0fomf
2012-02-13 19:07:41 +01:00
Raphael Collet 744d41fd2b [FIX] revert commit 6513, as it breaks the tests
bzr revid: rco@openerp.com-20120208112946-purvqw5o807p0eek
2012-02-08 12:29:46 +01:00
Mayur Maheshwari (OpenERP) 7410370486 [FIX]stock:improvement is done
bzr revid: mma@tinyerp.com-20120206132612-7lcnjhz4hqzeninl
2012-02-06 18:56:12 +05:30
Mayur Maheshwari (OpenERP) 2672349092 [FIX]stock: revert this rev-id hmo@tinyerp.com-20111222095338-h249df9lru5nigno
bzr revid: mma@tinyerp.com-20120206125555-vtsctfdat20sgm30
2012-02-06 18:25:55 +05:30
Mayur Maheshwari (OpenERP) 687e7dab7f [FIX]stock: set a destination location for move
lp bug: https://launchpad.net/bugs/925351 fixed

bzr revid: mma@tinyerp.com-20120206115011-ov9itsbjapxnoxl3
2012-02-06 17:20:11 +05:30
Raphael Collet eea68d6981 [MERGE] sale, purchase, stock: refactoring of invoice creation (Alexis de Lattre, Raphael Valyi)
bzr revid: rco@openerp.com-20120131105322-80x7fp2u1z5fyo6o
2012-01-31 11:53:22 +01:00
Raphael Collet 6a05e60800 [FIX] stock: fix recomputation of complete_name of stock.location
bzr revid: rco@openerp.com-20120127135537-cfwkzzl221doz2um
2012-01-27 14:55:37 +01:00
Raphaël Valyi c0d40869f8 [FIX] stock: fixed typo comma in previous commit
bzr revid: rvalyi@gmail.com-20120127053726-zb70tf125roz9f2u
2012-01-27 03:37:26 -02:00
Raphaël Valyi 25cb9845a3 [IMP] stock: in some extension, we may want to group some invoice lines, by checking vals, we let such a chance change the cardinality without having first to create the lines and then delete them to group them, which is very inefficient
bzr revid: rvalyi@gmail.com-20120127045032-isxspwmhmk78yrbt
2012-01-27 02:50:32 -02:00
Raphaël Valyi a90cfab85d [MERGE] merged lp:~alexis-via/openobject-addons/extensible-stock-action_invoice_create
bzr revid: rvalyi@gmail.com-20120127044326-3nzow34fw1o8bwiz
2012-01-27 02:43:26 -02:00
Mayur Maheshwari (OpenERP) 809ad8b816 [FIX]stock: removed a store=true in complete_name field
lp bug: https://launchpad.net/bugs/917591 fixed

bzr revid: mma@tinyerp.com-20120124103148-0ordjqazc32f1cxx
2012-01-24 16:01:48 +05:30
Alexis de Lattre 7b6622a2eb Document the new methods I introduced with the standard @param and @return syntax
Remove a print

bzr revid: alexis@via.ecp.fr-20120119214053-8tf189abeszi208b
2012-01-19 22:40:53 +01:00
Alexis de Lattre 13e80f5e0e Make the creation of the invoice lines extensible too.
This change also fixes a bug when the fiscal position is changed on the sale order/purchase order : now, the account on the invoice line uses the fiscal position of the sale order/purchase order and not the fiscal position of the partner.

bzr revid: alexis@via.ecp.fr-20120116141824-iw7y1wdnueahahuz
2012-01-16 15:18:24 +01:00
Raphael Collet aa84c454ad [IMP] stock.location: always return full name in name_get
bzr revid: rco@openerp.com-20120113151548-hyj48p274sbgj4vu
2012-01-13 16:15:48 +01:00
Raphael Collet c209340237 [MERGE] stock: fix upstream/downstream traceability actions on stock.tracking form
bzr revid: rco@openerp.com-20120111150942-1n1uvga1mcenlmhw
2012-01-11 16:09:42 +01:00
Kirti Savalia (OpenERP) db6ef2615b [FIX]:override copy method to avoid keeping previous line
lp bug: https://launchpad.net/bugs/912525 fixed

bzr revid: ksa@tinyerp.com-20120106125914-sog04nup6jm92g25
2012-01-06 18:29:14 +05:30
Alexis de Lattre 1f9401bf41 Add _get_partner_to_invoice() to purchase module.
Inheritance of _prepare_invoice() now replaces the functions _get_payment_term() and _get_address_invoice(). I have checked that these two functions are not used elsewere in the addons and extra-addons.

bzr revid: alexis@via.ecp.fr-20120105214230-3wetu0v1foyeate3
2012-01-05 22:42:30 +01:00
Alexis de Lattre 638ca9122e Modularize the selection of the partner to invoice when invoicing from the picking.
With this modification, all the parameters of the invoice are correct even when the goods are delivered to a third party company i.e. when the partner who receives the goods (picking.address_id.partner_id) is not to partner who ordered the goods (picking.sale_id.partner_id).

bzr revid: alexis@via.ecp.fr-20120105160845-c6wk08k7v7i64zyl
2012-01-05 17:08:45 +01:00
Alexis de Lattre 8394afcf8a Extend the function action_invoice_create() so that the dict of the invoice is generated inside a dedicated function. We can now inherit this function in custom modules to add/modify values easily.
bzr revid: alexis@via.ecp.fr-20120105160635-ac6drtj2ei363r8l
2012-01-05 17:06:35 +01:00
Raphael Collet b68826fcdf [MERGE] from trunk
bzr revid: rco@openerp.com-20120104124524-at9z1c69ejpqhihz
2012-01-04 13:45:24 +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
Hardik Ansodariy (OpenERP) b61b02a111 [IMP] Fixed the rounding precision issue using tools.float_compare() method
lp bug: https://launchpad.net/bugs/881356 fixed

bzr revid: han@tinyerp.com-20111227093315-g354u7tgf4rzivwz
2011-12-27 15:03:15 +05:30
Harry (OpenERP) 87b63fb210 [MERGE] merged with trunk developement branch.
bzr revid: hmo@tinyerp.com-20111222105411-t4hffrgst3bhv8jy
2011-12-22 16:24:11 +05:30
Harry (OpenERP) f55caf24c6 [FIX]stock: after confirmed physical inventory, move line should be confiemd.
bzr revid: hmo@tinyerp.com-20111222095534-9b2y2hdk0l20f789
2011-12-22 15:25:34 +05:30
Harry (OpenERP) ff625ae05f [FIX]stock: In consume product, destination location of consumed move should be default production location of product. if not have default production location, take destination location of parent move.
bzr revid: hmo@tinyerp.com-20111222095338-h249df9lru5nigno
2011-12-22 15:23:38 +05:30
Fabien Pinckaers c0380d53d3 [IMP] search on code for prod lot
bzr revid: fp@tinyerp.com-20111221222717-thhvlq0ryzl0gzv9
2011-12-21 23:27:17 +01:00
Mayur Maheshwari (OpenERP) c8a392ebcc [IMP]stock:remove a {}
bzr revid: mma@tinyerp.com-20111221124341-2syj4zsayed234eo
2011-12-21 18:13:41 +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 b04bdaff35 [IMP] char size for complete name in locations
bzr revid: fp@tinyerp.com-20111219225701-n32h374skx9342eb
2011-12-19 23:57:01 +01:00
Fabien Pinckaers 4aac8fed31 merge
lp bug: https://launchpad.net/bugs/902070 fixed

bzr revid: fp@tinyerp.com-20111219220415-xtiywdleabqeypav
2011-12-19 23:04:15 +01:00
Mayur Maheshwari (OpenERP) 82882c4b4d [FIX]stock: improve a name_serch method for name and prefix
bzr revid: mma@tinyerp.com-20111216061009-8g3oo2u190empr5u
2011-12-16 11:40:09 +05:30
Olivier Dony 9bfbdccfe2 [MERGE] stock: improved API for chained pickings creation, courtesy of Sebastien Beau (Akretion)
bzr revid: odo@openerp.com-20111215184954-grr461wg37nrvit9
2011-12-15 19:49:54 +01:00
Mayur Maheshwari (OpenERP) 153c913525 [FIX]delivery: make a name_search method on prfix
lp bug: https://launchpad.net/bugs/904495 fixed

bzr revid: mma@tinyerp.com-20111215132603-s1sl8s214kc53gka
2011-12-15 18:56:03 +05:30
Viktor Nagy d875b5e788 Made calls to action_done contain context as last argument.
lp bug: https://launchpad.net/bugs/902070 fixed

bzr revid: viktor.nagy@toolpart.hu-20111209083235-f8oox4qukn2dbuz2
2011-12-09 09:32:35 +01:00
Mayur Maheshwari (OpenERP) a2f6101d1d [FIX]stock:set a size of complete_name field in stock.location
lp bug: https://launchpad.net/bugs/899144 fixed

bzr revid: mma@tinyerp.com-20111205111920-mx5rp6gc3rirf9fw
2011-12-05 16:49:20 +05:30
sebastien beau f34e66ab32 [IMP] stock refactor _create_chained_picking
bzr revid: sebastien.beau@akretion.com.br-20111203115320-35jtptnnoyegqjcd
2011-12-03 12:53:20 +01:00
fp be78331f01 [FIX] misc fixes
bzr revid: fp@fp-laptop-20111201213212-7sn4d0e31pmc8a26
2011-12-01 22:32:12 +01:00
Olivier Dony 6864cd92ac [IMP] stock: improved labels and tooltips for valuation accounts
lp bug: https://launchpad.net/bugs/890193 fixed

bzr revid: odo@openerp.com-20111201003755-cj9i0q19vlta1i41
2011-12-01 01:37:55 +01:00
Kirti Savalia (OpenERP) f54d12eb4c [FIX]:original invoice state is invoiced when copied that picking invoice state should be 2binvoiced
lp bug: https://launchpad.net/bugs/893130 fixed

bzr revid: ksa@tinyerp.com-20111122062437-ypsyglttjoa86eek
2011-11-22 11:54:37 +05:30
Fabien Pinckaers 7bfb96dca4 [IMP] increase size of stock.move name field
bzr revid: fp@tinyerp.com-20111117191215-07ti90zwqzfwwehj
2011-11-17 20:12:15 +01:00
Raphael Collet bff6674525 [MERGE] lp:800100, make invoice number, mrp order ref, purchase order ref, sale order ref, and picking ref unique per company
bzr revid: rco@openerp.com-20111117154004-fbean9hqldvrsxdq
2011-11-17 16:40:04 +01:00
Numerigraphe - Lionel Sausin ff59fb5db9 [IMP] increase the stock move name's size
bzr revid: ls@numerigraphe.fr-20111117095214-aar5d4sdu74l113s
2011-11-17 10:52:14 +01:00
Divyesh Makwana (Open ERP) 0a2f3dff17 [IMP] stock : Improve the error message
bzr revid: mdi@tinyerp.com-20111117064409-3uxjcbd5g1y7jmrm
2011-11-17 12:14:09 +05:30
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
Quentin (OpenERP) 9133dee256 [MERGE] merged the branch of tpa with usability improvements in warehouse and purchase
bzr revid: qdp-launchpad@openerp.com-20111115095027-qtkca801aic2e4bf
2011-11-15 10:50:27 +01:00