# OpenG2P Programs: Reimbursement

### Module name

g2p\_program\_reimbursement

### Module title

OpenG2P Programs: Reimbursement

### Technology base

Odoo

### Functionality

The main functionality of this module is to redeem the voucher generate by any program.

#### 1. Reimbursement Program Management

* **Program View:** The module introduces a new program view (`program_view.xml`) that incorporates features specific to reimbursement programs.
* **Cycle View:** A customized cycle view (`cycle_view.xml`) tailored for reimbursement cycles is provided, allowing detailed management of each cycle.

#### 2. Entitlement Management

* **Entitlement View:** The module enhances the entitlement view (`entitlement_view.xml`) to accommodate reimbursement-specific information.
* **Service Provider View:** A dedicated view (`serviceprovider_view.xml`) enables efficient management of service providers associated with reimbursement programs.

#### 3. Wizards

* **Assign to Program Wizard:** The module includes an assignment wizard (`assign_to_program_wizard.xml`) to streamline the process of assigning beneficiaries to reimbursement programs.
* **Create Program Wizard:** A creation wizard (`create_program_wizard.xml`) facilitates the easy setup of new reimbursement programs.
* **Create Entitlement Wizard:** An entitlement creation wizard (`create_entitlement_wizard.xml`) simplifies the process of generating new entitlements within reimbursement cycles.

### Relationships with other entities

None

### Dependencies

Module Dependencies

* g2p\_programs
* g2p\_program\_assessment

### User interface

**Submenu** : Program --> reimbursement program

### Configuration

Create a reimbursement program and map it with any program.

### Source code

<https://github.com/OpenG2P/openg2p-program/tree/15.0-develop/g2p_program_reimbursement>

### Installation


---

# 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/openg2p-program-reimbursement.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.
