Library book ordering management
This repository contains a custom Odoo module for managing books and book orders for a library book management system and it also have an approval stages.
- Manage different stages of a book order with the
dh_book_lib.stage
model. - Create and manage book orders with the
dh_book_lib.book_order
model.
- Clone this repository into your Odoo addons directory.
- Restart your Odoo server.
- Update the app list in your Odoo instance.
- Install the
dh_book_lib
module.
After installing the module, you can create and manage book orders from the Odoo interface. The module provides actions for confirming and cancelling book orders, and automatically moves orders through different stages based on these actions.