Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thisishaykins/office_requests
- Owner: thisishaykins
- Created: 2024-10-30T19:05:46.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T19:52:33.000Z (about 2 months ago)
- Last Synced: 2024-10-30T20:21:11.707Z (about 2 months ago)
- Topics: odoo, odoo-addons, odoo-app, odoo-apps, odoo-modules, odoo17, odoo18
- Language: Python
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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
![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
```