Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 728 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 728 Bytes

owl-bookstore v15

This is a small project i'm doing to learn OWL, the Odoo JS framework and also some Odoo technical aspects. It consists of implementing a bookstore project that has 2 modules:

  1. The bookstore_backend module to manage books in backend
  2. The bookstore_portal module to show and interact with books

How it works

Features

bookstore_backend

  • Managing books: Follows the logic behind the product.template model in addition with some book related fields.

bookstore_portal

  • List books
  • Search books