Odoo documentation sources
![]() To avoid confusion between lock dates and "locking" with hash we now speak of "securing" (with hash) instead. In the related community PR we introduce new inalterability features. * On account move form view: * An indicator next to the 'posted' state whether a move is hashed or not. * A checkbox "Secured" in the "Other Info" tab for the same reason. * A "Not Secured" filter for account move list views (and account move line list views) to find moves (and move lines) that are posted but not hashed. * A new wizard to hash all journals (independent of journal settings). They are invisible by default; the wizard is visible in debug mode. They can be made visible for a user by activating a special user group (similar to multi-currency). This happens automatically for all users in case the "Hash on Post" option is activated on any journal or the new wizard is used to secure moves. This commit updates the documentation accordingly. The inalterability report pictures and description are updated. I.e. it now checks all journals independent of whether they are restricted ("Hash on Post") or not. This is since the wizard can be used to hash any journal. task-4095970 closes odoo/documentation#10906 Related: odoo/odoo#178915 Related: odoo/enterprise#69324 Related: odoo/upgrade#6458 Signed-off-by: Sven Führ (svfu) <svfu@odoo.com> |
||
---|---|---|
.tx | ||
content | ||
extensions | ||
locale | ||
redirects | ||
static | ||
tests | ||
.gitattributes | ||
.gitignore | ||
commit_template.txt | ||
conf.py | ||
COPYRIGHT | ||
LICENSE | ||
Makefile | ||
README.md | ||
requirements.txt |
Odoo documentation
Build the documentation locally
Requirements
- Git
- Python 3.6, 3.7, or 3.8
- Python dependencies listed in the file
requirements.txt
. - Make
- A local copy of the odoo/odoo repository (optional)
- A local copy of the odoo/upgrade-util repository (optional)
Instructions
- In a terminal, navigate to the root directory of the documentation and build it
make
. Additional commands are available withmake help
. - Open the file
documentation/_build/html/index.html
in your web browser. - See this guide for more detailed instructions.
Optional: place your local copy of the odoo/odoo
and odoo/upgrade-util
repositories in
the parent directory or in the root directory of the documentation to build the latter
with the documented Python docstrings.
Contribute to the documentation
For contributions to the content of the documentation, please refer to the Introduction Guide.
To report a content issue, request new content or ask a question, use the repository's issue tracker.
Learn More
To learn more about Odoo, in addition to the documentation, have a look at the official eLearning and Scale-up, The Business Game.