Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new ## Mobile heading is placed immediately after the last Tools list 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 final Tools bullet before starting the ## Mobile section.

Suggested change
- [odoo-fa-icons](https://docs.huihoo.com/odoo/training/reference-material/odoo-icon-smart-buttons.pdf) - Icons for buttons
- [odoo-fa-icons](https://docs.huihoo.com/odoo/training/reference-material/odoo-icon-smart-buttons.pdf) - Icons for buttons

Copilot uses AI. Check for mistakes.
## 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.
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There’s no blank line between the Mobile list item and the next ## Websites heading. For consistency with other sections (and to avoid Markdown rendering quirks in some viewers), add an empty line before the ## Websites header.

Suggested change
- [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 uses AI. Check for mistakes.
Copy link

Copilot AI Mar 10, 2026

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.

Suggested change
- [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.

Copilot uses AI. Check for mistakes.
## Websites

- [Odoo](https://www.odoo.com/) - Official Site
Expand Down
Loading