mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[12.0][ADD] account_document_reversal
This commit is contained in:
committed by
Jordi Ballester Alomar
parent
3a53ba8f7d
commit
0e44a9de54
4
account_document_reversal/readme/CONFIGURE.rst
Normal file
4
account_document_reversal/readme/CONFIGURE.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
To use document reversal, setup the document's journal as following,
|
||||
|
||||
- Allow Cancelling = True
|
||||
- Cancel method = Reversal (create reversed journal entries)
|
||||
2
account_document_reversal/readme/CONTRIBUTORS.rst
Normal file
2
account_document_reversal/readme/CONTRIBUTORS.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
* Kitti Upariphutthiphong <kittiu@ecosoft.co.th>
|
||||
* Jordi Ballester <jordi.ballester@eficent.com.com>
|
||||
9
account_document_reversal/readme/DESCRIPTION.rst
Normal file
9
account_document_reversal/readme/DESCRIPTION.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
By Odoo standard, when an account document is cancelled, its journal entry will be deleted completely.
|
||||
This module enhance the process, instead of deletion, it will create new reversed journal entry.
|
||||
This will help preserved the accounting history, which is strictly required by some country.
|
||||
|
||||
Following are documented provide this feature,
|
||||
|
||||
- Invoice (account.invoice)
|
||||
- Payment (acccont.payment)
|
||||
- Bank Statement (account.bank.statement.line)
|
||||
5
account_document_reversal/readme/USAGE.rst
Normal file
5
account_document_reversal/readme/USAGE.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
After configure document journal to allow cancel with reversal, it is ready to use.
|
||||
|
||||
- Cancel document as normally do, system will show new cancel wizard
|
||||
- User can select cancel date and new journal (if different from the document)
|
||||
which will be used for the reversed journal entry
|
||||
Reference in New Issue
Block a user