correction to name module in __init__
This commit is contained in:
parent
5c38127f37
commit
1285df0ffd
@ -13,8 +13,8 @@ def register():
|
|||||||
purchase.PurchaseLine,
|
purchase.PurchaseLine,
|
||||||
sale.Sale,
|
sale.Sale,
|
||||||
sale.SaleLine,
|
sale.SaleLine,
|
||||||
module='analytic_operation', type_='model')
|
module='analytic_operations', type_='model')
|
||||||
Pool.register(
|
Pool.register(
|
||||||
module='analytic_operation', type_='wizard')
|
module='analytic_operations', type_='wizard')
|
||||||
Pool.register(
|
Pool.register(
|
||||||
module='analytic_operation', type_='report')
|
module='analytic_operations', type_='report')
|
||||||
|
Loading…
Reference in New Issue
Block a user