https://github.com/u123dev/odoo16_module_persons
https://github.com/u123dev/odoo16_module_persons
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/u123dev/odoo16_module_persons
- Owner: u123dev
- Created: 2025-03-26T14:50:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-26T15:19:11.000Z (9 months ago)
- Last Synced: 2025-03-26T16:27:44.822Z (9 months ago)
- Language: Python
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Module Persons for Odoo 16.0
## Backend
### Model ```Persons```:
```
first_name* – Text;
last_name* – Text;
full_name – compute = first_name + last_name;
birthday – Date;
age – compute = from birthday;
sex – Selection: male, female, non-binary;
company_id* – Many2one (res.company)
```
### Views:
* List View
* Form View
## Frontend
* URL: ```/persons ```
View last 5 record from Persons
* Person card:
```angular2html
full_name
sex
age
company_name
```
## Web Client Odoo
* Add new Person (via modal Form)
---
## Run with Docker containers:
```bash
docker-compose up --build
```
## Run Odoo:
- [http://127.0.0.1:8069/web](http://127.0.0.1:8069/web)
### Demo




---
### Contact
Feel free to contact: u123@ua.fm