1
- < ?xml version="1.0" encoding="utf-8" ?>
1
+ < ?xml version="1.0" encoding="utf-8"?>
2
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
3
< html xmlns ="http://www.w3.org/1999/xhtml " xml:lang ="en " lang ="en ">
4
4
< head >
5
5
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
6
- < meta name ="generator " content ="Docutils 0.15.1: http ://docutils.sourceforge.net / " />
6
+ < meta name ="generator " content ="Docutils: https ://docutils.sourceforge.io / " />
7
7
< title > Account Payment Batch Processing</ title >
8
8
< style type ="text/css ">
9
9
10
10
/*
11
11
:Author: David Goodger ([email protected] )
12
- :Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
12
+ :Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
13
13
:Copyright: This stylesheet has been placed in the public domain.
14
14
15
15
Default cascading style sheet for the HTML output of Docutils.
16
16
17
- See http ://docutils.sf.net /docs/howto/html-stylesheets.html for how to
17
+ See https ://docutils.sourceforge.io /docs/howto/html-stylesheets.html for how to
18
18
customize this style sheet.
19
19
*/
20
20
@@ -366,64 +366,66 @@ <h1 class="title">Account Payment Batch Processing</h1>
366
366
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367
367
!! This file is generated by oca-gen-addon-readme !!
368
368
!! changes will be overwritten. !!
369
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
+ !! source digest: sha256:f1b83c1fec8f245da7c650b886f95d6b2d2db91c7bab0a4408d3db1bf620bdf5
369
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370
- < p > < a class ="reference external " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external " 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 " href ="https://github.com/OCA/account-payment/tree/15.0/account_payment_batch_process "> < img alt ="OCA/account-payment " src ="https://img.shields.io/badge/github-OCA%2Faccount--payment-lightgray.png?logo=github " /> </ a > < a class ="reference external " href ="https://translation.odoo-community.org/projects/account-payment-15-0/account-payment-15-0-account_payment_batch_process "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external " href ="https://runbot.odoo-community.org/runbot/96/15.0 "> < img alt ="Try me on Runbot " src ="https://img.shields.io/badge/runbot-Try%20me-875A7B.png " /> </ a > </ p >
372
+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.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/account-payment/tree/16.0/account_payment_batch_process "> < img alt ="OCA/account-payment " src ="https://img.shields.io/badge/github-OCA%2Faccount--payment-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/account-payment-16-0/account-payment-16-0-account_payment_batch_process "> < 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/account-payment&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
371
373
< p > Batch Payments Processing for Customers Invoices and Supplier Invoices/Vendor Bills.</ p >
372
374
< p > Payments to multiple vendors can be processed. Payments from multiple customers can be processed.</ p >
373
375
< p > Partial payments can be processed leaving invoice/bill open or writing off unpaid portion to a write-off account.</ p >
374
376
< p > < strong > Table of contents</ strong > </ p >
375
377
< div class ="contents local topic " id ="contents ">
376
378
< ul class ="simple ">
377
- < li > < a class ="reference internal " href ="#changelog " id ="id3 "> Changelog</ a > < ul >
378
- < li > < a class ="reference internal " href ="#id1 " id ="id4 "> 12.0.1.1.0</ a > </ li >
379
- < li > < a class ="reference internal " href ="#id2 " id ="id5 "> 12.0.1.0.0</ a > </ li >
379
+ < li > < a class ="reference internal " href ="#changelog " id ="toc-entry-1 "> Changelog</ a > < ul >
380
+ < li > < a class ="reference internal " href ="#section-1 " id ="toc-entry-2 "> 12.0.1.1.0</ a > </ li >
381
+ < li > < a class ="reference internal " href ="#section-2 " id ="toc-entry-3 "> 12.0.1.0.0</ a > </ li >
380
382
</ ul >
381
383
</ li >
382
- < li > < a class ="reference internal " href ="#bug-tracker " id ="id6 "> Bug Tracker</ a > </ li >
383
- < li > < a class ="reference internal " href ="#credits " id ="id7 "> Credits</ a > < ul >
384
- < li > < a class ="reference internal " href ="#authors " id ="id8 "> Authors</ a > </ li >
385
- < li > < a class ="reference internal " href ="#contributors " id ="id9 "> Contributors</ a > </ li >
386
- < li > < a class ="reference internal " href ="#other-credits " id ="id10 "> Other credits</ a > </ li >
387
- < li > < a class ="reference internal " href ="#maintainers " id ="id11 "> Maintainers</ a > </ li >
384
+ < li > < a class ="reference internal " href ="#bug-tracker " id ="toc-entry-4 "> Bug Tracker</ a > </ li >
385
+ < li > < a class ="reference internal " href ="#credits " id ="toc-entry-5 "> Credits</ a > < ul >
386
+ < li > < a class ="reference internal " href ="#authors " id ="toc-entry-6 "> Authors</ a > </ li >
387
+ < li > < a class ="reference internal " href ="#contributors " id ="toc-entry-7 "> Contributors</ a > </ li >
388
+ < li > < a class ="reference internal " href ="#other-credits " id ="toc-entry-8 "> Other credits</ a > </ li >
389
+ < li > < a class ="reference internal " href ="#maintainers " id ="toc-entry-9 "> Maintainers</ a > </ li >
388
390
</ ul >
389
391
</ li >
390
392
</ ul >
391
393
</ div >
392
394
< div class ="section " id ="changelog ">
393
- < h1 > < a class ="toc-backref " href ="#id3 "> Changelog</ a > </ h1 >
394
- < div class ="section " id ="id1 ">
395
- < h2 > < a class ="toc-backref " href ="#id4 "> 12.0.1.1.0</ a > </ h2 >
395
+ < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Changelog</ a > </ h1 >
396
+ < div class ="section " id ="section-1 ">
397
+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> 12.0.1.1.0</ a > </ h2 >
396
398
< p > < strong > Features</ strong > </ p >
397
399
< ul class ="simple ">
398
400
< li > Remove menu “Batch Payments” from Vendors and Customers</ li >
399
401
< li > Remove menu “Register Payment” from batch invoices.</ li >
400
402
</ ul >
401
403
</ div >
402
- < div class ="section " id ="id2 ">
403
- < h2 > < a class ="toc-backref " href ="#id5 "> 12.0.1.0.0</ a > </ h2 >
404
+ < div class ="section " id ="section-2 ">
405
+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> 12.0.1.0.0</ a > </ h2 >
404
406
< ul class ="simple ">
405
407
< li > Initial File</ li >
406
408
</ ul >
407
409
</ div >
408
410
</ div >
409
411
< div class ="section " id ="bug-tracker ">
410
- < h1 > < a class ="toc-backref " href ="#id6 "> Bug Tracker</ a > </ h1 >
412
+ < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Bug Tracker</ a > </ h1 >
411
413
< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/account-payment/issues "> GitHub Issues</ a > .
412
414
In case of trouble, please check there if your issue has already been reported.
413
- If you spotted it first, help us smashing it by providing a detailed and welcomed
414
- < a class ="reference external " href ="https://github.com/OCA/account-payment/issues/new?body=module:%20account_payment_batch_process%0Aversion:%2015 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
415
+ If you spotted it first, help us to smash it by providing a detailed and welcomed
416
+ < a class ="reference external " href ="https://github.com/OCA/account-payment/issues/new?body=module:%20account_payment_batch_process%0Aversion:%2016 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
415
417
< p > Do not contact contributors directly about support or help with technical issues.</ p >
416
418
</ div >
417
419
< div class ="section " id ="credits ">
418
- < h1 > < a class ="toc-backref " href ="#id7 "> Credits</ a > </ h1 >
420
+ < h1 > < a class ="toc-backref " href ="#toc-entry-5 "> Credits</ a > </ h1 >
419
421
< div class ="section " id ="authors ">
420
- < h2 > < a class ="toc-backref " href ="#id8 "> Authors</ a > </ h2 >
422
+ < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Authors</ a > </ h2 >
421
423
< ul class ="simple ">
422
424
< li > Open Source Integrators</ li >
423
425
</ ul >
424
426
</ div >
425
427
< div class ="section " id ="contributors ">
426
- < h2 > < a class ="toc-backref " href ="#id9 "> Contributors</ a > </ h2 >
428
+ < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Contributors</ a > </ h2 >
427
429
< ul class ="simple ">
428
430
< li > Balaji Kannan << a class ="reference external " href ="mailto:bkannan@opensourceintegrators.com "> bkannan@opensourceintegrators.com</ a > ></ li >
429
431
< li > Bhavesh Odedra << a class ="reference external " href ="mailto:bodedra@opensourceintegrators.com "> bodedra@opensourceintegrators.com</ a > ></ li >
@@ -435,19 +437,19 @@ <h2><a class="toc-backref" href="#id9">Contributors</a></h2>
435
437
</ ul >
436
438
</ div >
437
439
< div class ="section " id ="other-credits ">
438
- < h2 > < a class ="toc-backref " href ="#id10 "> Other credits</ a > </ h2 >
440
+ < h2 > < a class ="toc-backref " href ="#toc-entry-8 "> Other credits</ a > </ h2 >
439
441
< ul class ="simple ">
440
442
< li > Open Source Integrators << a class ="reference external " href ="mailto:contact@opensourceintegrators.com "> contact@opensourceintegrators.com</ a > ></ li >
441
443
</ ul >
442
444
</ div >
443
445
< div class ="section " id ="maintainers ">
444
- < h2 > < a class ="toc-backref " href ="#id11 "> Maintainers</ a > </ h2 >
446
+ < h2 > < a class ="toc-backref " href ="#toc-entry-9 "> Maintainers</ a > </ h2 >
445
447
< p > This module is maintained by the OCA.</ p >
446
448
< a class ="reference external image-reference " href ="https://odoo-community.org "> < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " /> </ a >
447
449
< p > OCA, or the Odoo Community Association, is a nonprofit organization whose
448
450
mission is to support the collaborative development of Odoo features and
449
451
promote its widespread use.</ p >
450
- < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/account-payment/tree/15 .0/account_payment_batch_process "> OCA/account-payment</ a > project on GitHub.</ p >
452
+ < p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/account-payment/tree/16 .0/account_payment_batch_process "> OCA/account-payment</ a > project on GitHub.</ p >
451
453
< p > You are welcome to contribute. To learn how please visit < a class ="reference external " href ="https://odoo-community.org/page/Contribute "> https://odoo-community.org/page/Contribute</ a > .</ p >
452
454
</ div >
453
455
</ div >
0 commit comments