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 53a5ab5395
commit 2951640179

View file

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