8000 [ADD] account: create a bank account · helpACS/documentation-user@33fe809 · GitHub
[go: up one dir, main page]

Skip to content

Commit 33fe809

Browse files
committed
[ADD] account: create a bank account
1 parent ac26bb9 commit 33fe809

File tree

7 files changed

+81
-0
lines changed

7 files changed

+81
-0
lines changed

accounting.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ Accounting
1010
accounting/overview
1111
accounting/receivables
1212
accounting/payables
13+
accounting/bank
1314
accounting/adviser

accounting/bank.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
===========
2+
Bank & Cash
3+
===========
4+
5+
.. toctree::
6+
:titlesonly:
7+
8+
bank/setup

accounting/bank/setup.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
===========
2+
Bank & Cash
3+
===========
4+
5+
.. toctree::
6+
:titlesonly:
7+
8+
setup/create_bank_account
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
Set up your new bank account
2+
============================
3+
4+
In Odoo, you can manage multiple bank accounts. In this page, you will
5+
be guided in the creation, modification or deletion of a bank or a
6+
credit card account.
7+
8+
Go to the list of your bank accounts
9+
------------------------------------
10+
11+
Go to :menuselection:`Configuration --> Settings --> Configure your company bank
12+
accounts` >
13+
The bank accounts are configured on the company information. You have to
14+
be in the edit mode to be able to do your changes.
15+
16+
.. image:: media/image10.png
17+
:align: center
18+
19+
.. note::
20+
21+
If you are working in a multi-company environnement, you have to switch company to add, edit or delete bank accounts on another company.
22+
23+
Add or edit a bank account
24+
--------------------------
25+
26+
Click on **Add an item** to add a new bank account. If you want to edit one, simply click on the line.
27+
28+
.. image:: media/image03.png
29+
:align: center
30+
31+
.. note::
32+
33+
If the bank account type is IBAN, Odoo will check if the number is valid
34+
35+
.. demo:fields:: base.action_res_partner_bank_account_form
36+
37+
.. demo:action:: base.action_res_partner_bank_account_form
38+
39+
View *Bank Account* in our Online Demonstration
40+
41+
.. todo:: add inherited field tooltip
42+
43+
**Display on reports :** Display this bank account on the documents that
44+
will be printed or send to the customers
45+
46+
**Bank Identifier Code** = BIC : SWIFT Address assigned to a bank in
47+
order to send automated payments quickly and accurately to the banks
48+
concerned
49+
50+
The initial balance of a bank statement will be set to the closing balance of the previous one within the same journal automatically.
51+
52+
As you may notice in the journal form, a dedicated account has been generated automatically at the bank account creation.
53+
54+
Delete a bank account or credit card account
55+
--------------------------------------------
56+
57+
Click on the trashcan icon |image5| in the list of your bank accounts to remove one bank account.
58+
59+
.. |image5| image:: media/image13.png
60+
:class: btn-group
61+
62+
.. rst-class:: text-muted
63+
64+
| Written by Benjamin Stiens (Odoo)
12.6 KB
Loading
3.78 KB
Loading
372 Bytes
Loading

0 commit comments

Comments
 (0)
0