Daily updates from Odoo
Wednesday, April 12, 2017
2 changes · master
New functionality added to Odoo
A new button on payment forms lets users open payment matching when payment lines are not yet reconciled. This makes it easier to register a payment and reconcile it with multiple invoices from the matching view.
Original PR description
…ching button will only be visible if the move_line are not reconciled yet This button will allow user to register a payment and then reconcile it with multiple invoices in the payment matching view. task: https://www.odoo.com/web#id=22652&view_type=form&model=project.task&action=333&active_id=248&menu_id= -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
This change makes it possible to carry more details from quotation lines into the subscription lines created from them. It helps businesses preserve customer- or sales-specific information when turning a quotation into a subscription, reducing manual re-entry and customization effort.
Original PR description
We want to propagate additional information from a sale.order.line to the related sale.subscription.line. Current behaviour : - When a subscription is created from a quotation, the subscription's lines are created with only a few fields taken from the sale order line. Customer case : - When a subscription is created from a quotation, we need additional fields which are on the sale order lines to be propagated to the subscription's lines. Therefore we need to bring the possibility to prepare a sale subscription line before the creation, as is the case with other models.