diff --git a/account_fiscal_year/readme/DESCRIPTION.rst b/account_fiscal_year/readme/DESCRIPTION.rst index fa1a407ad..0806536c7 100644 --- a/account_fiscal_year/readme/DESCRIPTION.rst +++ b/account_fiscal_year/readme/DESCRIPTION.rst @@ -1,3 +1,10 @@ This module allows to create and edit fiscal years from the menu: Invoicing > Configuration > Accounting > Fiscal Years + +.. figure:: 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:: static/description/res_company_tree.png diff --git a/account_fiscal_year/static/description/account_fiscal_year_form.png b/account_fiscal_year/static/description/account_fiscal_year_form.png new file mode 100644 index 000000000..66b73adfc Binary files /dev/null and b/account_fiscal_year/static/description/account_fiscal_year_form.png differ diff --git a/account_fiscal_year/static/description/res_company_tree.png b/account_fiscal_year/static/description/res_company_tree.png new file mode 100644 index 000000000..8ef400db5 Binary files /dev/null and b/account_fiscal_year/static/description/res_company_tree.png differ