Daily updates from Odoo
Wednesday, August 8, 2018
1 change · master
Code cleanup and technical improvements
Payment features that were previously separate are being moved directly into the Sales app because they are needed in almost all sales workflows. This simplifies future improvements to quotations and sales management while reducing the need for a separate sales payment component.
Original PR description
Almost all use cases of sale require sale_payment down the line. There is only one case which does not: using sale_management without website_sale or website_quote. However, since we want to move most of the features of website_quote into sale_management, moving sale_payement first will make the task easier.