@@ -367,13 +367,15 @@ <h1 class="title">Account Invoice Select for Payment</h1>
367367!! This file is generated by oca-gen-addon-readme !!
368368!! changes will be overwritten. !!
369369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:7f0521f5bd10a5a9953ec03fcbcdd1887889a6a52c6c433fc19b732894322829
370+ !! source digest: sha256:402cb07f8fb5f2183d646b69cb90531aa0aeaf52f1b0de1d3dd731deb2717458
371371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Alpha " src ="https://img.shields.io/badge/maturity-Alpha-red.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/bank-payment/tree/14.0/account_invoice_select_for_payment "> < img alt ="OCA/bank-payment " src ="https://img.shields.io/badge/github-OCA%2Fbank--payment-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_invoice_select_for_payment "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/bank-payment&target_branch=14.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373373< p > This module allows to mark invoices as “selected for payment”. This can be done
374- in the list view of invoices using a button in the first column of the view
374+ in the list view of invoices using a button in the first column of the view (which is optionnally hide)
375375which shows the selection status. This selection persists until a payment is
376- registered.</ p >
376+ registered.
377+ It’s also possible to choose if the invoice is to pay or not directly in the form viex of the invoice.
378+ When it’s to pay, a ribbon appears.</ p >
377379< div class ="admonition important ">
378380< p class ="first admonition-title "> Important</ p >
379381< p class ="last "> This is an alpha version, the data model and design can change at any time without warning.
@@ -397,13 +399,14 @@ <h1 class="title">Account Invoice Select for Payment</h1>
397399< div class ="section " id ="usage ">
398400< h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
399401< p > To mark an invoice as “selected for payment”, click on the button before the
400- Number column. This will change the state and change the way the button is
401- displayed to a checked box.</ p >
402+ Number column. This will change the state and change the way the button is displayed to a checked box.
403+ It’s also possible to choose if the invoice is to pay or not directly in the form viex of the invoice.
404+ When it’s to pay, a ribbon appears.</ p >
402405< p > When done, use the search filter “Selected for payment”, and select all the
403406lines to give access to the Actions menu, in which you can select “Register
404407payment” to display the Payment wizard.</ p >
405- < p > The selection is cleared when the wizard is displayed, whether the payment is
406- done or not .</ p >
408+ < p > The selection is cleared when the wizard is displayed, whether the payment is done or not. </ p >
409+ < p > This module is linked to the module account_payment_order_select_for_payment to be able to select in a payment order only the to pay invoices .</ p >
407410</ div >
408411< div class ="section " id ="bug-tracker ">
409412< h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h1 >
@@ -426,6 +429,8 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
426429< ul class ="simple ">
427430< li > Alexandre Fayolle << a class ="reference external " href ="mailto:alexandre.fayolle@camptocamp.com "> alexandre.fayolle@camptocamp.com</ a > ></ li >
428431< li > Hiep Nguyen Hoang << a class ="reference external " href ="mailto:hiepnh@trobz.com "> hiepnh@trobz.com</ a > ></ li >
432+ < li > Syera BONNEAUX << a class ="reference external " href ="mailto:syera.bonneaux@akretion.com "> syera.bonneaux@akretion.com</ a > ></ li >
433+ < li > florian Da Costa<< a class ="reference external " href ="mailto:florian.dacosta@akretion.com "> florian.dacosta@akretion.com</ a > ></ li >
429434</ ul >
430435</ div >
431436< div class ="section " id ="other-credits ">
0 commit comments