Commit Graph

1143 Commits

Author SHA1 Message Date
Christophe Matthieu 9d9e3d2ef8 [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos)
bzr revid: chm@openerp.com-20130607113829-1mi6jk18c2v3jjhn
2013-06-07 13:38:29 +02:00
Josse Colpaert 619bbffa5f [IMP] Change src dest main currency when creating accounting entries for stock
bzr revid: jco@openerp.com-20130530150441-fgr5aoi89v4gvra1
2013-05-30 17:04:41 +02:00
Martin Trigaux 1908d590be [IMP] sort stock picking by id, no percent label for tax amount
bzr revid: mat@openerp.com-20130528115811-klv4spx00srr4vqb
2013-05-28 13:58:11 +02:00
Cedric Snauwaert a4c6c62e75 [FIX]stock: remove message from chatter, useless since information appears with tracking state and change view
so that schedule date appears when product hasn't been received and date of reception appears when it has
been received

bzr revid: csn@openerp.com-20130514091914-rod821mkj7v4s97c
2013-05-14 11:19:14 +02:00
Cedric Snauwaert 55b4b2d1d0 [FIX]stock: add method that was added in server here to prevent user to have to update base do not forward in trunk
bzr revid: csn@openerp.com-20130513154546-v5zqi6723aeiymxl
2013-05-13 17:45:46 +02:00
Cedric Snauwaert e19d5e4685 [FIX]purchase/stock: when validating a PO, information on scheduled_date was not correct, should take
into account, schedule_date for each product instead of PO date.
Also add a message in chatter whenever we receive a product. Added a function in tools/misc/py for the
purpose of printing correct date in user timezone + timezone information.

bzr revid: csn@openerp.com-20130513145318-qterabm7vmjkezi4
2013-05-13 16:53:18 +02:00
Quentin (OpenERP) dc51b7a465 [FIX] stock: fixed stock valuation bookings made in multi currency
bzr revid: qdp-launchpad@openerp.com-20130425124933-s7a7724si9lenpsp
2013-04-25 14:49:33 +02:00
Olivier Dony 3b1c553cc8 [MERGE] OPW 590100: stock: fix stock.picking.in and stock.picking.out that did not apply stock.picking record rules in all cases
lp bug: https://launchpad.net/bugs/1104163 fixed

bzr revid: odo@openerp.com-20130405153021-t0svhrbryl8r0bin
2013-04-05 17:30:21 +02:00
Amit Dodiya ebbc6deb52 [FIX]stock: override search and read method in order to check access because for multi company a child user was also able to see the incoming shipment of parent company where it should not
bzr revid: ado@tinyerp.com-20130405111649-tzf9r2xrii8ktxdj
2013-04-05 16:46:49 +05:30
Quentin (OpenERP) 314fb5de44 [REF] stock: code refactoring to follow PEP8 standards
bzr revid: qdp-launchpad@openerp.com-20130319125244-4n08ywb61cu6mg32
2013-03-19 13:52:44 +01:00
Quentin (OpenERP) 31d83649d2 [FIX] stock: if scrapping from a done stock move, use the destination location as the source for the scrapping move + [FIX] stock, mrp: restrict scrapping from virtual locations
bzr revid: qdp-launchpad@openerp.com-20130319125216-pdfo2i9jx5mcea2l
2013-03-19 13:52:16 +01:00
Quentin (OpenERP) c659912b1e [MERGE] fix of bad partner chosen for accounting entries when doing stock valuation (imply a small refactoring of the function that moves on the partner instead of being of the invoice)
bzr revid: qdp-launchpad@openerp.com-20130306150142-oyjyn3s7scfc31yw
2013-03-06 16:01:42 +01:00
Josse Colpaert 76ca410f82 [FIX] _find_partner refactoring for res_partner and using it in creation of stock account moves
bzr revid: jco@openerp.com-20130305162015-lndgz2f0z4xtd62z
2013-03-05 17:20:15 +01:00
Mohammed Shekha 25f1f3a013 [FIX]Fixed two usability issue, regarding tax label and order of stock.picking.
bzr revid: msh@openerp.com-20130116105505-lovjzq5z5uisxz2v
2013-01-16 16:25:05 +05:30
Olivier Dony 49597f0e66 [MERGE] *: improved english wording, suggestions courtesy of OpenERP Community
bzr revid: odo@openerp.com-20121221164808-kdjrtcbgma4dr3on
2012-12-21 17:48:08 +01:00
Thibault Delavallée e3c31cab9e [IMP] track_visibility atribute: moved onto explicit strings.
bzr revid: tde@openerp.com-20121220114730-nip8qaaajr5mqw6s
2012-12-20 12:47:30 +01:00
Thibault Delavallée 57c7839078 [CLEAN] stock: removed dead log_picking method, that is not working (not logging, and not called) since the beginning of OpenChatter and that no-one did seem to miss. Also cleaned some chatter messages, removing unnecessary calls.
bzr revid: tde@openerp.com-20121219205513-h7geda6mgcux8hpb
2012-12-19 21:55:13 +01:00
Thibault Delavallée cd290565a4 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121219093924-5rqmhb6ve7bv7qzl
2012-12-19 10:39:24 +01:00
Olivier Dony 03b6acd13d [MERGE] Access inherited product fields on the product directly rather than template, courtesy of Alexis de Lattre (Akretion)
It makes the code a little more straightforward and does not hurt.

bzr revid: odo@openerp.com-20121218225015-6r9ydxjlh147m3z1
2012-12-18 23:50:15 +01:00
Fabien Pinckaers 41f7f27881 [IMP] several subtype fixes
bzr revid: fp@tinyerp.com-20121218220617-d6ebdlkf1facw4x8
2012-12-18 23:06:17 +01:00
Raphael Collet 73980eba5f [MERGE] trunk-import-openerp-thu (use strict naming convention when importing openerp stuff)
bzr revid: rco@openerp.com-20121218085914-qzr2upqfxmfbzfsx
2012-12-18 09:59:14 +01:00
Olivier Dony 411d6d931d [FIX] sale,purchase: allow SO/PO long description to propagate to procurement.order and stock.move, remove size limits
bzr revid: odo@openerp.com-20121217222827-ga62qttp4wxzu7rv
2012-12-17 23:28:27 +01:00
Cecile Tonglet a3939acfa5 [FIX] replace from/import decimal_precision by from/import openerp.addons.decimal_precision
bzr revid: cto@openerp.com-20121217152303-8e3b1x30rlw9cb0d
2012-12-17 16:23:03 +01:00
Cecile Tonglet 15fe515601 [MERGE] From trunk
bzr revid: cto@openerp.com-20121217144306-tkodwpox30cuvb28
2012-12-17 15:43:06 +01:00
dle@openerp.com d0db750bfd [MERGE]Latest trunk
bzr revid: dle@openerp.com-20121216155740-l5pf92r3nwubs2et
bzr revid: dle@openerp.com-20121217084828-a6yqkokxmb5gkyqr
2012-12-17 09:48:28 +01:00
Fabien Pinckaers a9b2569219 [MERGE] duplicate of lots
bzr revid: fp@tinyerp.com-20121215174743-uwadx7l92s5h0wal
2012-12-15 18:47:43 +01:00
Fabien Pinckaers 3799863eda [MERGE] fix invoice state for refunds
bzr revid: fp@tinyerp.com-20121215173711-hw4expisg9i0su8f
2012-12-15 18:37:11 +01:00
dle@openerp.com 70a0215a30 [IMP]String edit in view instead of overwrite inherited field
bzr revid: dle@openerp.com-20121214160736-zu7u5xct2h1xgs37
2012-12-14 17:07:36 +01:00
dle@openerp.com a222759eb6 [MERGE]Latest trunk
bzr revid: dle@openerp.com-20121214134254-9ml9dmwgc5bnrujx
2012-12-14 14:42:54 +01:00
Fabien Pinckaers 5d7010c6b7 [MERGE] 2 OPW fixes
bzr revid: fp@tinyerp.com-20121213130236-fgfonjdfa6a79c66
2012-12-13 14:02:36 +01:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Nimesh (Open ERP) 3eb8273b58 [MERGE] with trunk
bzr revid: nco@tinyerp.com-20121210064442-dun93jq0bxj4f56d
2012-12-10 12:14:42 +05:30
Fabien Pinckaers f3fc080ef7 [MERGE] module desc + stock
bzr revid: fp@tinyerp.com-20121209105527-4ot27zsv5vqr38ls
2012-12-09 11:55:27 +01:00
Olivier Dony 5db87bea9c [MERGE] Bugfixes from 6.1 until revision 6800
bzr revid: odo@openerp.com-20121206153856-9y9v8ok6yxo6l5f0
2012-12-06 16:38:56 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Nimesh (Open ERP) ccbb61f867 [MERGE] with trunk
bzr revid: nco@tinyerp.com-20121206133954-7f7eola2f99lrmi7
2012-12-06 19:09:54 +05:30
Nimesh (Open ERP) 621dd7ba64 [REMOVE] remove weight net uom and improve order sequence for stock.move.
bzr revid: nco@tinyerp.com-20121206101445-zntwb2tk3kl40rs4
2012-12-06 15:44:45 +05:30
pankita shah (Open ERP) e9f6d5db19 [MERGE] with lp:openobject-addons
bzr revid: shp@tinyerp.com-20121204102156-h1tm4ylfjrjemmwa
2012-12-04 15:51:56 +05:30
Quentin (OpenERP) a68e5f9041 [MERGE] merged the branch with supplier payment term from alexis de Lattre (Akretion). Thanks for the nice proposal
bzr revid: qdp-launchpad@openerp.com-20121130171130-dugntyqmjunwr20m
2012-11-30 18:11:30 +01:00
Fabien Pinckaers 33048d7c79 [IMP] merge addons23
bzr revid: fp@openerp.com-20121130100516-r0gspmovo8ebdqi0
2012-11-30 11:05:16 +01:00
Alexis de Lattre cad4abe56c Merge with addons/trunk revno 8168.
Adapt demo data to the rename of partner XML IDs in server/trunk.

bzr revid: alexis@via.ecp.fr-20121129222645-lm5ujxf4a1a83aoz
2012-11-29 23:26:45 +01:00
Divyesh Makwana (Open ERP) c56c35f9b0 [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20121128042311-283p5q84yyum4nkb
2012-11-28 09:53:11 +05:30
Rifakat (OpenERP) f258bbe4e5 [FIX]stock: fix the issue of duplication of Production Lot also duplicates its Creation Date
bzr revid: mma@tinyerp.com-20121127102002-dlc00n4v165geyn7
2012-11-27 15:50:02 +05:30
Fabien Pinckaers b9535b0f27 [IMP] Misc useability improvement in account
[MERGE] warehouse misc imp, receptions
[IMP] fixes in po

bzr revid: fp@tinyerp.com-20121126182811-kgqve7pzzqddx86g
2012-11-26 19:28:11 +01:00
Alexis de Lattre 359e34a210 [FIX]stock:The Return Products wizard in Delivery Orders does not take into account the field Invoicing
lp bug: https://launchpad.net/bugs/1066127 fixed

bzr revid: mma@tinyerp.com-20121126111811-8o73t35m87wf8ce2
2012-11-26 16:48:11 +05:30
Divyesh Makwana (Open ERP) c01256ce5d [Merge] Merge the Scrapping section.
bzr revid: mdi@tinyerp.com-20121122063259-tnzen51915f9scjj
2012-11-22 12:02:59 +05:30
Ajay Chauhan (OpenERP) cd8cade318 [IMP] stock: changed product qty when scrap
bzr revid: cha@tinyerp.com-20121121121631-xxkq8vudw03xftzx
2012-11-21 17:46:31 +05:30
pankita shah (Open ERP) a232b85590 [IMP] in height,width,length add cm and imrove stock Journal, and imrove date_done field in incomming_shippment,internal moves and delivery order
bzr revid: shp@tinyerp.com-20121121071718-cl9dbck5nd37i9ei
2012-11-21 12:47:18 +05:30
pankita shah (Open ERP) 07d8989c64 [MERGE] merge lp:~openerp-dev/openobject-addons/trunk-addons21_warehouse_imp-ssu
bzr revid: shp@tinyerp.com-20121121065509-k4bt3z1rjp4yrj81
2012-11-21 12:25:09 +05:30
Somesh Khare(OpenERP) f55f248533 [FIX]stock: date format in the created log for deliveries and receptions are wrong
bzr revid: mma@tinyerp.com-20121119124318-xkxdzm4htxj0eu7g
2012-11-19 12:43:18 +00:00