Daily updates from Odoo
Wednesday, May 23, 2018
3 changes · master
New functionality added to Odoo
This change makes online payment transactions work more like standard accounting payments. Users can manage actions such as capture and void directly from invoices and sales orders, while technical transaction records are hidden to reduce confusion.
Original PR description
…ore "accounting" way The link between the payment.transaction and the so/invoices was done in a shitty way. Furthermore, it's very confusing for the user to distinct account.payment and payment.transaction. This commit aims to reduce the gap between the accounting and the transactions: - the payment.transaction model is now only there for technical/log purposes. - the payment.transaction are hidden. - the capture/void methods are now visible on SO/Invoices. task: https://www.odoo.com/web#id=35857&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Adds a French point-of-sale certification module that helps companies generate legally required anti-fraud archives for POS sales data. This supports compliance with French regulations, including cases where archives need to be generated without accounting data.
Original PR description
The generation of such archives is a french law requirements. task: https://www.odoo.com/web#id=47989&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adapts the subscription app to better handle payment-related behavior and related subscription assets. It helps keep subscription management aligned with current business processes and improves reliability for teams managing recurring sales.
Original PR description
task: https://www.odoo.com/web#id=35857&view_type=form&model=project.task&action=333&active_id=967&menu_id=4720