Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/applications/finance/accounting/bank/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ Setup
:titlesonly:

setup/bank_accounts
setup/outstanding_accounts
setup/manage_cash_register
setup/foreign_currency
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
====================
Outstanding accounts
====================

By default, payments are registered through transitory accounts named **outstanding accounts**,
before being recorded in your bank account.

- An **outstanding payments account** is where outgoing payments are posted until they are linked
with a withdrawal from your bank statement.
- An **outstanding receipts account** is where incoming payments are posted until they are linked
with a deposit from your bank statement.

These accounts should be of :ref:`type <chart-of-account/type>` :guilabel:`Current Assets`.

.. note::
The movement from an outstanding account to a bank account is done automatically when you
reconcile the bank account with a bank statement.

Configuration
=============

Default accounts configuration
------------------------------

The outstanding accounts are defined by default. If necessary, you can update them by going to
:menuselection:`Accounting --> Configuration --> Settings --> Default Accounts` and update your
:guilabel:`Outstanding Receipts Account` and :guilabel:`Outstanding Payments Account`.

Bank and cash journals configuration
------------------------------------

You can also set specific outstanding accounts for any journal with the :ref:`type
<chart-of-account/type>` :guilabel:`Bank` or :guilabel:`Cash`.

From your :guilabel:`Accounting Dashboard`, click on the menu selection ⋮ of the journal you want to
configure, and click on :guilabel:`Configuration`, then open the :guilabel:`Incoming/Outgoing
Payments` tab. To display the outstanding accounts column, click on the toggle button and check the
:guilabel:`Outstanding Receipts/Payments accounts`, then update the account.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(and Save? not sure it's that important to mention but we usually do)


.. image:: outstanding_accounts/toggle-button.png
:align: center
:alt: Select the toggle button and click on outstanding Accounts

.. note::
If you do not specify an outstanding payments account or an outstanding receipts account for a
specific journal, Odoo uses the default outstanding accounts.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ Code and Name

Each account is identified by its **Code** and **Name**, which also indicates the account's purpose.

.. _chart-of-account/type:

Type
----

Expand Down