Commit Graph

6 Commits

Author SHA1 Message Date
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
P. Christeas d07eb4c18c claim_from_delivery: don't override stock.picking, partner_id is already there
This module had been inheriting stock.picking, and redefining the
"partner_id" column. Moreover, it has been redefining it with store=False,
which broke the parent stock.picking.

That's redundant, skip the whole class.

bzr revid: p_christ@hol.gr-20101127201619-qjmxvnw12kdqd2q2
2010-11-27 22:16:19 +02:00
sbh (Open ERP) 183f7ca685 [IMP] purchase_requisition: Remove the unused import statement
bzr revid: sbh@tinyerp.com-20100805112326-4w04x63xu943uwlm
2010-08-05 16:53:26 +05:30
rpa (Open ERP) 172cee237a [REF]: claim_from_delivery: Code improvements
bzr revid: rpa@tinyerp.com-20100708103027-at59m943ytmnl5bq
2010-07-08 16:00:27 +05:30
nel@tinyerp.com c6eae9c717 [IMP] claim
bzr revid: nel@tinyerp.com-20100615124114-b3l2s343ueiz883e
2010-06-15 14:41:14 +02:00
nel@tinyerp.com 79a6544854 [ADD] create claim from delivery
bzr revid: nel@tinyerp.com-20100609135334-t4yx5y293gqgv2x9
2010-06-09 15:53:34 +02:00