I have setup all the products in odoo8 and now wish to set the standard tax for each product via SQL. Please help?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I have setup all the products in odoo8 and now wish to set the standard tax for each product via SQL. Please help?
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...
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...
Create an account today to enjoy exclusive features and engage with our awesome community!
Prijavi