v10c
when creating a product from sale.order lines and account.invoice lines , the product which is created defaults to old tax. i have set the default tax to new tax in account settings. when the product is created directly from the normal form view, i get the expected behaviours.
steps to reproduce:
1.create taxes (14% vat) for both scopes(sale and purchase)
2.set the newly created tax as default in account settings
3.create a product and allow it to default to 14% and save
4.create new tax (15% vat)
5.set new vat for both scopes in account settings
6.create a product from form view and save(gives expected behaviour of defaulting to 15%)
7.create a sale.order or account.invoice inline, using the quick_create or create & edit option(gives unexpected behaviour of defaulting to 14%(old tax)
i havent checked but i assume this would also happen when doing inline creation from anywhere else like BOM,MO,PO,RMA (i assume this because it seems to happen on any inline creation )
is there a patch ive missed possibly ?
has anyone else experienced this in other versions?