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:
- The bookstore_backend module to manage books in backend
- The bookstore_portal module to show and interact with books
- Install those modules on Odoo v15
- Create some books products
- Access books page in Odoo web portal (e.g. http://localhost:8069/books)
- Managing books: Follows the logic behind the product.template model in addition with some book related fields.
- List books
- Search books