-
Notifications
You must be signed in to change notification settings - Fork 109
Add Mobile section with Ordo - native iOS app for Odoo #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -9,6 +9,7 @@ Inspired by [awesome-python](https://github.com/vinta/awesome-python). | |||||||||
| - [Books](#books) | ||||||||||
| - [Repositories](#repositories) | ||||||||||
| - [Tools](#tools) | ||||||||||
| - [Mobile](#mobile) | ||||||||||
| - [Websites](#websites) | ||||||||||
| - [Youtube Channels](#youtube-channels) | ||||||||||
| - [Courses](#courses) | ||||||||||
|
|
@@ -98,7 +99,9 @@ Inspired by [awesome-python](https://github.com/vinta/awesome-python). | |||||||||
|
|
||||||||||
| - Design | ||||||||||
| - [odoo-fa-icons](https://docs.huihoo.com/odoo/training/reference-material/odoo-icon-smart-buttons.pdf) - Icons for buttons | ||||||||||
| ## Mobile | ||||||||||
|
|
||||||||||
| - [Ordo](https://github.com/tuanle96/ordo) - Open-source native iOS app for Odoo with a schema-driven, model-agnostic engine. Built with Swift/SwiftUI and NestJS backend middleware. Supports Odoo 17-19, Community & Enterprise. Features include full CRUD, Chatter, Activities, and dynamic rendering of any Odoo module. | ||||||||||
|
||||||||||
| - [Ordo](https://github.com/tuanle96/ordo) - Open-source native iOS app for Odoo with a schema-driven, model-agnostic engine. Built with Swift/SwiftUI and NestJS backend middleware. Supports Odoo 17-19, Community & Enterprise. Features include full CRUD, Chatter, Activities, and dynamic rendering of any Odoo module. | |
| - [Ordo](https://github.com/tuanle96/ordo) - Open-source native iOS app for Odoo with a schema-driven, model-agnostic engine. Built with Swift/SwiftUI and NestJS backend middleware. Supports Odoo 17-19, Community & Enterprise. Features include full CRUD, Chatter, Activities, and dynamic rendering of any Odoo module. |
Copilot
AI
Mar 10, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Ordo entry description is substantially longer than other list items in this README, which makes the section harder to scan. Consider shortening it to a single concise sentence and leaving detailed feature/version info to the linked repository.
| - [Ordo](https://github.com/tuanle96/ordo) - Open-source native iOS app for Odoo with a schema-driven, model-agnostic engine. Built with Swift/SwiftUI and NestJS backend middleware. Supports Odoo 17-19, Community & Enterprise. Features include full CRUD, Chatter, Activities, and dynamic rendering of any Odoo module. | |
| - [Ordo](https://github.com/tuanle96/ordo) - Open-source native iOS app for Odoo with a schema-driven, model-agnostic interface. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new
## Mobileheading is placed immediately after the lastToolslist item without a blank line, which is inconsistent with the rest of the README’s section formatting and can reduce Markdown readability. Add an empty line after the finalToolsbullet before starting the## Mobilesection.