Hello,
Is it possible, in Odoo, to generate one accounting entry when an invoice contains several lines of product that rely on the same account?
For example, if my invoice contains the following lines:
1 - product a - qty: 1 - unit price: 10 - taxe: 8% - account number: 6...
2 - product b - qty: 2 - unit price: 100 - taxe: 8% - account number: 6...
total ht: 220 $
total taxe include: 228.8 $
I would like to have the following account entry
1- taxes: 8.8 $
2- product: 220 $ on account 6...
3-ttc: 228,8 $
Regards