# G2P Registry: Bank Details

### Module name

g2p\_bank

### Module title

G2P Registry: Bank Details

### Technology base

\<Odoo>

### Functionality

* **Secure Storage**
  * Provides a structured framework for storing and managing bank details.
  * Ensures the confidentiality and security of financial information.
* **Comprehensive Integration**
  * Integrates seamlessly with the "g2p\_registry\_individual" and "g2p\_registry\_group" modules.
  * Allows users to associate bank details with specific individuals and groups.
* **Python Library Integration**
  * Utilizes the "schwifty" Python library for enhanced functionality.
  * Enables the validation and processing of bank-related information.

### Design notes

NA

### Relationships with other entities

**Dependencies**

Module dependencies

* base
* mail
* contacts
* g2p\_registry\_group
* g2p\_registry\_individual

External Python Dependency

* schwifty

### User interface

NA

### Configuration

* No specific configuration steps are required. The module seamlessly integrates with individuals and groups.

### Source code

<https://github.com/OpenG2P/openg2p-registry/tree/15.0-develop/g2p_registry_membership>

### Installation

* Ensure that all module dependencies are installed, including the external Python library "schwifty."
* Install the "G2P Registry: Bank Details" module from the Odoo Apps interface.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openg2p.org/1.3/pbms/developer-zone/odoo-modules/g2p-registry-bank-details.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
