-
- Downloads
[IMP] website_sale: B2B-B2C - display price with or without taxes.
Allow to display price on the website tax included or not. Price for product is computed with a new function display_price which one compute an estimated price based on taxex and fiscal position of the current partner for the current product. Once the product is in the cart, it is the behaviour of previous commit odoo/odoo@5f5f8d8 which is used to diplay price with or without taxes.
Showing
- addons/sale/security/sale_security.xml 4 additions, 6 deletionsaddons/sale/security/sale_security.xml
- addons/website_sale/controllers/main.py 7 additions, 9 deletionsaddons/website_sale/controllers/main.py
- addons/website_sale/models/product.py 18 additions, 0 deletionsaddons/website_sale/models/product.py
- addons/website_sale/models/sale_order.py 6 additions, 1 deletionaddons/website_sale/models/sale_order.py
- addons/website_sale/views/templates.xml 21 additions, 33 deletionsaddons/website_sale/views/templates.xml
Loading
Please register or sign in to comment