diff --git a/stock_account_valuation_report/README.rst b/stock_account_valuation_report/README.rst
index 30ddbaa..e40a1a6 100644
--- a/stock_account_valuation_report/README.rst
+++ b/stock_account_valuation_report/README.rst
@@ -14,13 +14,13 @@ Stock Account Valuation Report
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github
- :target: https://github.com/OCA/stock-logistics-reporting/tree/13.0/stock_account_valuation_report
+ :target: https://github.com/OCA/stock-logistics-reporting/tree/15.0/stock_account_valuation_report
:alt: OCA/stock-logistics-reporting
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-13-0/stock-logistics-reporting-13-0-stock_account_valuation_report
+ :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-15-0/stock-logistics-reporting-15-0-stock_account_valuation_report
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/151/13.0
+ :target: https://runbot.odoo-community.org/runbot/151/15.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -46,7 +46,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -77,6 +77,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/stock-logistics-reporting `_ project on GitHub.
+This module is part of the `OCA/stock-logistics-reporting `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/stock_account_valuation_report/__manifest__.py b/stock_account_valuation_report/__manifest__.py
index e5b4619..830c0a2 100644
--- a/stock_account_valuation_report/__manifest__.py
+++ b/stock_account_valuation_report/__manifest__.py
@@ -4,7 +4,7 @@
{
"name": "Stock Account Valuation Report",
- "version": "14.0.1.0.0",
+ "version": "15.0.1.0.0",
"summary": "Improves logic of the Inventory Valuation Report",
"author": "ForgeFlow S.L., Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-reporting",
diff --git a/stock_account_valuation_report/static/description/index.html b/stock_account_valuation_report/static/description/index.html
index 19138c9..f31cb59 100644
--- a/stock_account_valuation_report/static/description/index.html
+++ b/stock_account_valuation_report/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

When you trigger a report of inventory valuation, and you use
perpetual inventory, you should be able to reconcile the valuation
from an inventory perspective with the valuation
@@ -393,7 +393,7 @@ Inventory and the Accounting systems .
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -418,7 +418,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/stock-logistics-reporting project on GitHub.
+
This module is part of the OCA/stock-logistics-reporting project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/stock_account_valuation_report/tests/test_stock_account_valuation_report.py b/stock_account_valuation_report/tests/test_stock_account_valuation_report.py
index 2d1abf6..fcd2b73 100644
--- a/stock_account_valuation_report/tests/test_stock_account_valuation_report.py
+++ b/stock_account_valuation_report/tests/test_stock_account_valuation_report.py
@@ -80,7 +80,7 @@ class TestStockAccountValuationReport(TransactionCase):
def _create_user(self, login, groups, company):
"""Create a user."""
group_ids = [group.id for group in groups]
- user = self.res_users_model.with_context({"no_reset_password": True}).create(
+ user = self.res_users_model.with_context(no_reset_password=True).create(
{
"name": "Test User",
"login": login,