-
-
Notifications
You must be signed in to change notification settings - Fork 780
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] account_journal_restrict_mode: do not force hash on bank and ca…
…sh journals Forcing the hashing of bank and cash journals results in errors when creating bank transactions, due to the commit added in Odoo: odoo/odoo@9740189
- Loading branch information
1 parent
123c1e9
commit 38fdf13
Showing
6 changed files
with
45 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,25 +29,21 @@ Account Journal Restrict Mode | |
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module enables by default the setting *Lock Posted Entries with | ||
Hash* in all Journals and prevents the setting to be modified. | ||
Hash* in all Sales, Purchase and Miscellaneous Journals, and prevents | ||
the setting to be modified. | ||
|
||
The goal is to assure that all journal entries are locked when posted to | ||
prevent them to be modified. | ||
|
||
Bank and Cash journals can't be hashed as it conflicts with Odoo's logic | ||
when creating bank transactions | ||
(https://github.com/odoo/odoo/commit/9740189bc59658a62da6a624e166505841ac30a4). | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Known issues / Roadmap | ||
====================== | ||
|
||
- Odoo hides the setting *Lock Posted Entries with Hash* on Bank and | ||
Cash Journals, but enabling it does not cause issues in the | ||
reconciliation for now. If the Odoo logic changes at any point, the | ||
module may need to be adapted to only force the setting on other types | ||
of journals. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
|
@@ -69,7 +65,7 @@ Authors | |
Contributors | ||
------------ | ||
|
||
- Jordi Masvidal <[email protected]> | ||
- Jordi Masvidal <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
This module enables by default the setting *Lock Posted Entries with | ||
Hash* in all Journals and prevents the setting to be modified. | ||
Hash* in all Sales, Purchase and Miscellaneous Journals, and prevents | ||
the setting to be modified. | ||
|
||
The goal is to assure that all journal entries are locked when posted to | ||
prevent them to be modified. | ||
|
||
Bank and Cash journals can't be hashed as it conflicts with Odoo's logic when | ||
creating bank transactions (https://github.com/odoo/odoo/commit/9740189bc59658a62da6a624e166505841ac30a4). |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters