Add missing extra_depends with stock_supply_production.

This commit is contained in:
Albert Cervera i Areny 2014-05-14 23:44:23 +02:00
parent 35319ad472
commit 3ce2f299d0
2 changed files with 3 additions and 0 deletions

View File

@ -248,6 +248,7 @@ class Production:
@classmethod
def compute_request(cls, product, warehouse, quantity, date, company):
"Inherited from stock_supply_production"
production = super(Production, cls).compute_request(product,
warehouse, quantity, date, company)
if product.boms:

View File

@ -3,6 +3,8 @@ version=3.0.0
depends:
production
production_operation
extra_depends:
stock_supply_production
xml:
product.xml
production.xml