Dear
Please, I need help to solve the following problem:
In Cuba we have 2 official payment currencies CUP and CUC. There are products or services that have their sale price separately in CUP and CUC. For example, the "Email Installation" service has Sales Price in CUP = 9.00 and Sales Price in CUC = 6.00, so when this product is entered in the invoice it is as follows:
No |
Code |
Description |
UM |
Quantity |
Price CUP |
Price CUC |
Amount CUP |
Amount CUC |
1 |
80911 |
Email Instaltion |
U |
10 |
9.00 |
6.00 |
90.00 |
60.00 |
Total Amount in CUP: 90.00
Total Amount in CUC: 60.00
How can I create a product in the Product model that allows me to enter both prices, in such a way that when the invoice is prepared, product is added with both prices and in the total of the invoice it appears totaled by CUP and by CUC?
I would appreciate any suggestions in this regard.
We are working on Odoo 11.0
Regards,
Claudio Zayas
Which total will reflect the receivable ? CUP or CUC?
Good morning, Vishnu Vanneri
The income account is only one, say 900, but with 2 subaccounts 100 for CUP and 300 for CUC. While the accounts receivable are 2, one for each currency.
Thanks in advance!