ODOO - CUSTOM TAX
Budget: €199 – €200 EUR
Hello Odoo developers, PLEASE READ
I want you to add a new tax for me.
The tax is called "REBU",
when buying: the tax is always 0. ( i have already done it myself )
when selling: the tax is (selling price - buying price ) * 0.21
the project is as simple as creating tax at selling, but:
THE TRICK:
1* the fields buying and selling price SHOULD BE the real BUYING and SELLING PRICE OF THAT ITEM IN ITS PURCHASE AND SALE ( NO THE GENERAL PVP AND COST IN THE PRODUCT TEMPLATE ).
EXAMPLE:
iphone 6 - serial number 001 - bought at 100e and sold at 200 - REBU tax: (200-100)*0.21
iphone 6 - serial number 002 - bought at 200 and sold at 500 - REBU TAX: (500-200)*0.21
SAME PRODUCT, BUT DIFFERENT RWBU TAX.
2* I am using Odoo 15.0+e Versión Enterprise , this is the version that is hosted in Odoo servers, meaning that it is not easy to customize.
note: I have managed to create a field for the right buying price, but i am not skilled enough to pass it on the math tax equation.
I want you to add a new tax for me.
The tax is called "REBU",
when buying: the tax is always 0. ( i have already done it myself )
when selling: the tax is (selling price - buying price ) * 0.21
the project is as simple as creating tax at selling, but:
THE TRICK:
1* the fields buying and selling price SHOULD BE the real BUYING and SELLING PRICE OF THAT ITEM IN ITS PURCHASE AND SALE ( NO THE GENERAL PVP AND COST IN THE PRODUCT TEMPLATE ).
EXAMPLE:
iphone 6 - serial number 001 - bought at 100e and sold at 200 - REBU tax: (200-100)*0.21
iphone 6 - serial number 002 - bought at 200 and sold at 500 - REBU TAX: (500-200)*0.21
SAME PRODUCT, BUT DIFFERENT RWBU TAX.
2* I am using Odoo 15.0+e Versión Enterprise , this is the version that is hosted in Odoo servers, meaning that it is not easy to customize.
note: I have managed to create a field for the right buying price, but i am not skilled enough to pass it on the math tax equation.