Skip to content
Snippets Groups Projects
Commit f0f45c8f authored by Joren Van Onder's avatar Joren Van Onder
Browse files

[FIX] point_of_sale: set taxes when creating pos_order from form view

When creating pos_orders from the form view, tax_ids on the
pos_order_lines were never set.

This was kind of fixed in 53278693. But
in there it was in onchange_qty, because the way the fiscal position was
taken into account required it to be. Because we take the fiscal
position into account in a different way now we can assign the taxes in
onchange_product_id which makes a bit more sense.
parent 358e285f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment