Account Closing Journal

Allow to define a fiscal year closing journal

https://kastor.lab.numigi.net/web/image/product.template/845/image_1920?unique=d90e2e4
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Account Closing Journal

Overview

This module allows to define an accounting journal as Closing Journal.

static/description/account_journal_form.png

When checked, any journal entry reported in the journal is flagged as a Closing Entry.

static/description/account_move_list.png static/description/account_move_line_list.png

Module Design

The module adds a boolean field is_closing on account.journal and a related is_closing field on account.move and account.move.line.

These boolean fields can be used to exclude entries from the Income Statement.

Generating Closing Entries

This module does not define an automatted way to generate closing entries.

You must either create this entry manually at the end of your fiscal year, or define another module to generate these entries for you.

Contributors