# G2P: Proxy Means Test

### Module name

g2p\_proxy\_means\_test

### Module title

G2P: Proxy Means Test

### Technology base

[Odoo](https://www.odoo.com/)

### Functionality

* This module does not override or modify any existing core functionality within Odoo 15. Instead, it uses the odoo functionality to calculate a score based on certain parameters. This score can additionally be added to define eligibility criteria.

### Design notes

* What are salient design features?
* Why were certain design decisions taken in a particular way?
* Design patterns used.
* Algorithms used.
* Anything a developer should know about the design of this module.
* Any scope for improvement and further design work that is pending.

### Relationships with other entities

### Dependencies

* `g2p_programs`

### User interface

* Submenu: Program --> Inside program form view --> PMT Configuration

### Configuration

* To create the [PMT Parameters](/1.3/pbms/functionality/eligibility/user-guides/configure-proxy-means-test.md) turn on the developer mode.

### Error codes

NA

### Source code

<https://github.com/OpenG2P/openg2p-program/tree/15.0-1.1.0/g2p_proxy_means_test>

### 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/g2p-proxy-means-test.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.
