-
- Downloads
[IMP] sale_management: remove price_unit from quotation template
Purpose
=======
Having price and discount on quotation template is quite confusing
as it is more the job of pricelists.
In order to make it more simple for the user, we should remove the
fields price_unit and discount from quotation template.
Implementation
========
Now, the public price of a product is used instead of the price from
the quotation template. If a pricelist exists, it is taken into
account as before.
+ Add new tests to check the sale order template behavior.
closes odoo/odoo#47186
Taskid: 47186
Related: odoo/upgrade#972
Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
Showing
- addons/sale_management/data/sale_order_template_demo.xml 0 additions, 4 deletionsaddons/sale_management/data/sale_order_template_demo.xml
- addons/sale_management/models/sale_order.py 27 additions, 18 deletionsaddons/sale_management/models/sale_order.py
- addons/sale_management/models/sale_order_template.py 2 additions, 23 deletionsaddons/sale_management/models/sale_order_template.py
- addons/sale_management/tests/__init__.py 1 addition, 0 deletionsaddons/sale_management/tests/__init__.py
- addons/sale_management/tests/test_sale_order.py 281 additions, 0 deletionsaddons/sale_management/tests/test_sale_order.py
- addons/sale_management/views/sale_order_template_views.xml 0 additions, 9 deletionsaddons/sale_management/views/sale_order_template_views.xml
- addons/sale_quotation_builder/views/sale_order_template_views.xml 1 addition, 1 deletion...ale_quotation_builder/views/sale_order_template_views.xml
Loading
Please register or sign in to comment