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