Commit Graph

15 Commits

Author SHA1 Message Date
Turkesh Patel (Open ERP) 872b4de22c [FIX] issue when we add product which is service with another stockable in SO with invoice on delivery and when after delivery we create invoice service type produc is not there in invoice line
bzr revid: tpa@tinyerp.com-20131003115451-bdjaw60s6bat98ra
2013-10-03 17:24:51 +05:30
Martin Trigaux 7f643d5540 [IMP] various changes
sale_stock: fix test to match new order
project: remove create button on view
procurement: allow grouping by reason
mrp: use property_ids for order line
account: allow grouping by template

bzr revid: mat@openerp.com-20130528131559-1u7t50sicpc3c6xe
2013-05-28 15:15:59 +02:00
Martin Trigaux 2229e4d1d0 [FIX] correct test to match new ordering
bzr revid: mat@openerp.com-20130528130521-m09g4mhv3iyuefa2
2013-05-28 15:05:21 +02:00
Olivier Dony 3bd4cef043 [FIX] sale_stock: when creating invoices after delivery, use invoicing contact from SO + update test (reported by Joel Grand-Guillaume while reviewing bug 1160365)
The existing tests were modified to explicitly cover
the case where the "invoice partner" is set on the
Sales Order. This minimal change was done with a
!python block because !record triggers the on_change
calls on the SO and cause undesired changes.
This could be improved by creating a new customer
with a real invoicing contact and creating a new
SO.

bzr revid: odo@openerp.com-20130411145636-emmagu7uu5kis1aa
2013-04-11 16:56:36 +02:00
Olivier Dony 5b832d7738 [FIX] sale_stock: useless import due to previous commit + make sure test actually tests something, rather than x() == x()
bzr revid: odo@openerp.com-20130404123154-xtq4idqnnlugv0ui
2013-04-04 14:31:54 +02:00
Jigar Amin e5f8921f5f [FIX] yaml test case fix for So date and planned ate checking.
bzr revid: jam@tinyerp.com-20130326190924-sojhm8kxf7qqji42
2013-03-27 00:39:24 +05:30
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
Quentin (OpenERP) 5d26741491 [FIX] sale_stock: fixed yalm test
bzr revid: qdp-launchpad@openerp.com-20121001161954-hswnchflp7sh0ynb
2012-10-01 18:19:54 +02:00
Quentin (OpenERP) 2b07b4e35c [FIX] sale, sale_stock: yaml tests on product_id_change() + fix in that same function (type is defined in sale_stock now)
bzr revid: qdp-launchpad@openerp.com-20121001160854-7d2xew5pol6u27b2
2012-10-01 18:08:54 +02:00
Quentin (OpenERP) 6251b57b39 [IMP] sale_stock: added a test to verify the the product onchange in sale order line was correctly triggered
bzr revid: qdp-launchpad@openerp.com-20120928101531-sw1r2d5tc034ie23
2012-09-28 12:15:31 +02:00
Atul Patel (OpenERP) af4e61bb53 [FIX]: Fix some assert problem in yaml as per new sale order.
bzr revid: atp@tinyerp.com-20120920042433-3rgs13orq10x2h9p
2012-09-20 09:54:33 +05:30
Atul Patel (OpenERP) eb28892a3a [IMP]: MOVE PROCUREMENT CHANGES INTO PROCUREMENT..
bzr revid: atp@tinyerp.com-20120909101156-9pna66qbx28px2ii
2012-09-09 15:41:56 +05:30
Atul Patel (OpenERP) 0ecca81c72 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120814124126-3awvn1l6k96a4j2y
2012-08-14 18:11:26 +05:30
Atul Patel (OpenERP) 652300eb89 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120814061700-k4swskeiz9r3ypn5
2012-08-14 11:47:00 +05:30
Atul Patel (OpenERP) 06c0ead10d [ADD]: Add dependency
ii) move wizard , yaml file
iii) move stock method into sale_stock.
iv) add security into sale_stock module.

bzr revid: atp@tinyerp.com-20120726205659-xiyx39r3dibshyjs
2012-07-27 02:26:59 +05:30