Commit Graph

4 Commits

Author SHA1 Message Date
Quentin (OpenERP) ce7a7f570a [MeRGE] merged with trunk up to revision 9427.
bzr revid: qdp-launchpad@openerp.com-20140508100622-v90tn9bhzdgic6cd
2014-05-08 12:06:22 +02:00
Gery Debongnie 8e16385aec [IMP] change the method name _claim_count into _claim_count_out
also, add a comment to explain why it is necessary to add a _claim_count_out method in 
stock_picking_out even though it will not be called.

bzr revid: ged@openerp.com-20140508083149-rdophw2iihzntfpr
2014-05-08 10:31:49 +02:00
Gery Debongnie 131f91db15 [IMP] change claim_count in claim_count_out (addon claim_from_delivery)
also, simplify the implementation.  The empty method _claim_count in
stock_picking_out is due to the weird way inheritance works in openerp,
and the fact that stock.picking.out only call the method in its parent

bzr revid: ged@openerp.com-20140508075957-lyqvng5i155b28cy
2014-05-08 09:59:57 +02:00
Gery Debongnie b73e2e95ec [FIX] add missing claim_count field to stock.picking.out
The claim_count field was incorrectly added into addon stock instead 
of addon claim_from_delivery.  The commit adding the claim_count field
in stock.py was reverted, but claim_count is still needed in 
claim_delivery_view.xml.

bzr revid: ged@openerp.com-20140508072741-sr3a9ishpqtkczlq
2014-05-08 09:27:41 +02:00