Hi,
How multiply a column by another to make a real quotation ?
I trying to adapt this for a printing business. I need to count pages withs this level of detail :
(10 books with 50 pages = 500 pages)
Do you understand my request ?
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
How multiply a column by another to make a real quotation ?
I trying to adapt this for a printing business. I need to count pages withs this level of detail :
(10 books with 50 pages = 500 pages)
Do you understand my request ?
Thanks
Hi,
Question is no enough clear, but i think, what you need is, you need to compute a value into a third field which is a multiplied result of field 1 and field 2.
If this is the case, simply you need to add a compute field and perform the above logic:
inside the compute function, you can do as this: self.field_3 = self.field_1 * self.field_2
Thanks
Thanks for you're help, it works ! :) Have a nice day
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Dec 23
|
1839 | ||
|
1
Dec 24
|
1875 | ||
|
1
Mar 24
|
5190 | ||
|
1
May 25
|
2448 | ||
|
1
Apr 25
|
3466 |