Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2820 Prikazi

I have setup all the products in odoo8 and now wish to set the standard tax for each product via SQL. Please help?

 

Avatar
Opusti
Best Answer

Hi,.. it seems like a simple question but it has some confusions

this is sample query.. you should insert rows in product_taxes_rel

INSERT INTO product_taxes_rel VALUES
    (10,2);

10- product.template table id

2- account.tax table id

it works for me...

Avatar
Opusti
Avtor

Anand, Thanks for the answer, I just voted for you. Are you able to help me with this too -> https://www.odoo.com/forum/help-1/question/how-to-initialize-product-quantity-available-equal-to-quantity-on-hand-72098

k will check it...