This question has been flagged
2 Replies
3445 Views

Hi,

I want to create an invoice for a service which is used over time. Somthing like :

Web service - 20 Instances - 6month

My base price is per Instance and month. e.g. 10EUR per month and Instance. So this example should calculate a total price of 120EUR

My problem with the standard invoice is, that i'm only allowed to put one UoM, so i need to decide if i want instances, or time. But I'd like to input both and have the system calculate the total sum.

Any suggestions?

Thanks

Chris

Avatar
Discard

Hi,

This was really simple =)  Thanks a lot.

Sorry for asking trivial stuff here, but i'm totaly new with odoo and didn't know about the possibility to reference UoM. That's neat.

Regards

Chris

Best Answer

Hi,

It's pretty simple.

Product - Web Service

Type - Service

Unit of Measure - Months

Public Price - 10 Euro

Configure another UoM, 6 Months, Bigger 6 times than a Reference(Month).


While you create invoice, Qty = 20, UoM = 6 Months, Total = 1200 Euro.

(As you said 10 Euro per month per instance).

Regards,

Avatar
Discard