Repository
odoo/odoo · module folder
Module version
1.0
Category
Hidden/Dependency
Folder size
0.22 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 04:53:26
Authors
Numérigraphe SARL
Maintainers
Numérigraphe SARL
Committers
Vo Minh Thu, Olivier Dony, Launchpad Translations on behalf of openerp, Martin Trigaux, Odoo Translation Bot, Richard Mathot, Richard Mathot (OpenERP), Rakesh Sindhav (OpenERP)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
opl_all
Description
This module lets users enter the banking details of Partners in the RIB format (French standard for bank accounts details).
===========================================================================================================================

RIB Bank Accounts can be entered in the "Accounting" tab of the Partner form by specifying the account type "RIB". 

The four standard RIB fields will then become mandatory:
--------------------------------------------------------    
    - Bank Code
    - Office Code
    - Account number
    - RIB key
    
As a safety measure, OpenERP will check the RIB key whenever a RIB is saved, and
will refuse to record the data if the key is incorrect. Please bear in mind that
this can only happen when the user presses the 'save' button, for example on the
Partner Form. Since each bank account may relate to a Bank, users may enter the
RIB Bank Code in the Bank form - it will the pre-fill the Bank Code on the RIB
when they select the Bank. To make this easier, this module will also let users
find Banks using their RIB code.

The module base_iban can be a useful addition to this module, because French banks
are now progressively adopting the international IBAN format instead of the RIB format.
The RIB and IBAN codes for a single account can be entered by recording two Bank
Accounts in OpenERP: the first with the type 'RIB', the second with the type 'IBAN'. 

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_partner_bank_rib_form res.partner.bank.form.rib.inherit res.partner.bank form Inherits base.view_partner_bank_form
view_partner_bank_rib_tree res.partner.bank.tree.rib.inherit res.partner.bank tree Inherits base.view_partner_bank_tree
view_partner_rib1_form res.partner.form.rib1.inherit res.partner form Inherits account.view_partner_property_form
view_res_bank_form res.bank.form.rib.inherit res.bank form Inherits base.view_res_bank_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (0)

No models found for this module.

Loading…

Loading…