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: 4 months ago
JSON representation
A simple Odoo request management module/app developed in a live master class coding session at InternPulse.
- Host: GitHub
- URL: https://github.com/thisishaykins/office_requests
- Owner: thisishaykins
- Created: 2024-10-30T19:05:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T19:52:33.000Z (over 1 year ago)
- Last Synced: 2025-10-18T23:56:31.276Z (8 months ago)
- Topics: odoo, odoo-addons, odoo-app, odoo-apps, odoo-modules, odoo17, odoo18
- Language: Python
- Homepage:
- Size: 199 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security/__init__.py
Awesome Lists containing this project
README
# InterPulse ~ Master Class ~ Simple Odoo Request App

## 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


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

## 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
```