Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thisishaykins/office_requests

A simple Odoo request management module/app developed in a live master class coding session at InternPulse.
https://github.com/thisishaykins/office_requests

odoo odoo-addons odoo-app odoo-apps odoo-modules odoo17 odoo18

Last synced: 9 days ago
JSON representation

A simple Odoo request management module/app developed in a live master class coding session at InternPulse.

Awesome Lists containing this project

README

        

# InterPulse ~ Master Class ~ Simple Odoo Request App

![Office Request App](static/description/app_info.png)

## Summary

A simple request management app with the following sub-modules,
developed in a live master class coding session at InternPulse.
- Manage Office Requests
- Manage Request Category

![Office Request App](static/description/office_request_app.png)

![Office Request Category App](static/description/office_request_category_app.png)

## Database Architecture
[Link <> Data Structure](https://dbdiagram.io/d/Odoo-ERP-lessgreater-internPulse-672247312c337ee119e77bcb)

![Database](static/description/office_request_db.png)

## Logic

...

## Project Structure

```
office_requests/
__init__.py
__manifest__.py
data/
__init__.py
data.xml
models/
__init__.py
models.py
security/
__init__.py
security.xml
views/
__init__.py
views.xml
actions.xml
menus/
__init__.py
menus.xml
static/
description/
icon.png
```