diff --git a/account_fiscal_year/readme/DESCRIPTION.md b/account_fiscal_year/readme/DESCRIPTION.md index 54e7fdadd..122d32854 100644 --- a/account_fiscal_year/readme/DESCRIPTION.md +++ b/account_fiscal_year/readme/DESCRIPTION.md @@ -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