diff --git a/README.md b/README.md index 0d992121c..2ef132101 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [account_account_tag_code](account_account_tag_code/) | 17.0.1.0.0 | | Add a code field to the accounts tags [account_asset_management](account_asset_management/) | 17.0.1.0.1 | | Assets Management -[account_fiscal_year](account_fiscal_year/) | 17.0.1.0.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Create Account Fiscal Year +[account_fiscal_year](account_fiscal_year/) | 17.0.1.1.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Create Account Fiscal Year [account_journal_lock_date](account_journal_lock_date/) | 17.0.1.0.0 | | Lock each journal independently [account_journal_restrict_mode](account_journal_restrict_mode/) | 17.0.1.0.0 | | Lock All Posted Entries of Journals. [account_lock_date_update](account_lock_date_update/) | 17.0.1.0.1 | | Allow an Account adviser to update locking date without having access to all technical settings diff --git a/account_fiscal_year/README.rst b/account_fiscal_year/README.rst index 2e60939cd..1cc74d9b8 100644 --- a/account_fiscal_year/README.rst +++ b/account_fiscal_year/README.rst @@ -7,7 +7,7 @@ Account Fiscal Year !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:18648d7e2cd480a7df3163623ef5e525dcc149740df922b4efdea314e74b6973 + !! source digest: sha256:447e2f1c7b2151b56196120a7f8e32166d807fdb3f499ddcf3881b0103e6ceeb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -32,6 +32,13 @@ This module allows to create and edit fiscal years from the menu: Invoicing > Configuration > Accounting > Fiscal Years +.. figure:: https://raw.githubusercontent.com/OCA/account-financial-tools/17.0/account_fiscal_year/static/description/account_fiscal_year_form.png + +The start and end dates of the current fiscal years are then available +in the company tree and form views. + +.. figure:: https://raw.githubusercontent.com/OCA/account-financial-tools/17.0/account_fiscal_year/static/description/res_company_tree.png + **Table of contents** .. contents:: diff --git a/account_fiscal_year/__manifest__.py b/account_fiscal_year/__manifest__.py index 7c89a0e3d..9a2760627 100644 --- a/account_fiscal_year/__manifest__.py +++ b/account_fiscal_year/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Account Fiscal Year", "summary": "Create Account Fiscal Year", - "version": "17.0.1.0.0", + "version": "17.0.1.1.0", "development_status": "Production/Stable", "category": "Accounting", "website": "https://github.com/OCA/account-financial-tools", diff --git a/account_fiscal_year/static/description/index.html b/account_fiscal_year/static/description/index.html index 66b77665e..a57fec44d 100644 --- a/account_fiscal_year/static/description/index.html +++ b/account_fiscal_year/static/description/index.html @@ -367,11 +367,19 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:18648d7e2cd480a7df3163623ef5e525dcc149740df922b4efdea314e74b6973 +!! source digest: sha256:447e2f1c7b2151b56196120a7f8e32166d807fdb3f499ddcf3881b0103e6ceeb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Production/Stable License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runboat

This module allows to create and edit fiscal years from the menu:

Invoicing > Configuration > Accounting > Fiscal Years

+
+https://raw.githubusercontent.com/OCA/account-financial-tools/17.0/account_fiscal_year/static/description/account_fiscal_year_form.png +
+

The start and end dates of the current fiscal years are then available +in the company tree and form views.

+
+https://raw.githubusercontent.com/OCA/account-financial-tools/17.0/account_fiscal_year/static/description/res_company_tree.png +

Table of contents