add operation analytic to invoice
This commit is contained in:
commit
43648e0c5c
@ -13,8 +13,11 @@ def register():
|
||||
purchase.PurchaseLine,
|
||||
sale.Sale,
|
||||
sale.SaleLine,
|
||||
<<<<<<< HEAD
|
||||
invoice.Invoice,
|
||||
invoice.InvoiceLine,
|
||||
=======
|
||||
>>>>>>> 1285df0ffd85147b613805dd27362ce123755f35
|
||||
module='analytic_operations', type_='model')
|
||||
Pool.register(
|
||||
module='analytic_operations', type_='wizard')
|
||||
|
Loading…
Reference in New Issue
Block a user