Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinkalema/odoo-form-with-owl.js
Using Owl.js for Form Data Handling
https://github.com/martinkalema/odoo-form-with-owl.js
odoo orm owl p5
Last synced: 3 days ago
JSON representation
Using Owl.js for Form Data Handling
- Host: GitHub
- URL: https://github.com/martinkalema/odoo-form-with-owl.js
- Owner: MartinKalema
- Created: 2023-12-30T12:58:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-29T21:47:49.000Z (10 months ago)
- Last Synced: 2024-02-14T11:03:43.095Z (9 months ago)
- Topics: odoo, orm, owl, p5
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security/ir.model.access.csv
Awesome Lists containing this project
README
## Form Implemented in Owl.js
I'm currently learning Odoo's frontend framework (Owl.js)
In this project, i'm obtaining data from a form and storing it on the postgresql database using Owl.js (Odoo JS Framework). Here i'm trying to utilize Odoo's ORM methods to send form data to the database. Handling imgaes is however a challenging task. I plan on using the P5 Library. Let's see how it goes.