Tuesday, August 9, 2022
1 change
Resolved issues and error corrections
This change moves delivered price fields into the core field service sales module so they are available whenever needed. It prevents errors when signing reports if the reporting add-on is not installed first, making the workflow more reliable for users.
Original PR description
Before this commit: - delivered_price_subtotal, delivered_price_tax and delivered_price_total fields are added in industry_fsm_sale_report but used in industry_fsm_sale. An error occured when trying to sign report as industry_fsm_sale can be installed before installing industry_fsm_sale_report. After this commit: - delivered_price_subtotal, delivered_price_tax and delivered_price_total and delivered_price_subtotal, delivered_price_tax and delivered_price_total moved to sale_order_line.py in industry_fsm_sale. Task-2892346