Use the correct module name in wizard registration.

This commit is contained in:
Albert Cervera i Areny 2018-09-06 10:30:56 +02:00
parent 0feb6a9e66
commit 653e254f99

View file

@ -17,4 +17,4 @@ def register():
module='sale_product_raw', type_='model')
Pool.register(
sale.HandleProductionException,
module='sale', type_='wizard')
module='sale_product_raw', type_='wizard')