# OpenG2P Programs: Cycleless

### Module name

g2p\_program\_cycleless

### Module title

OpenG2P Programs: Cycleless

### Technology base

Odoo

### Functionality

* The proposed modal for this is, to have a flag configurable on the program manager configuration of each program, which marks whether a program is to be considered as a “Cycleless Program”.
* Once that flag is set, some elements on the view/UI will change removing the elements of “Cycle” from the program.
* On the back-end one Cycle is created and attached to each program which is marked Cycleless. And further operations performed are considered to be under that cycle.

### Dependencies

Module Dependencies

* g2p\_programs

### Design notes

### User interface

Program -> Configuration -> Program Manager

### Configuration

Enable "Is Cycleless" while configuring program manager makes respective program to “Cycleless Program”

### Source code

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

### Installation

Standard Odoo package 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-programs-cycleless.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.
