Hi,
I'm an Odoo newbie.
I'd like to create a Beauty management module. I'm confusing about creating an Order model that save orders of customer for the beauty app.
About order model:
Should I create a new Order model (table) or re-use Odoo Order module and add additional fields if any or create new order model and inherit Odoo order model?
About display:
Should I show beauty order list on Odoo orders screen (Sales/Orders/Oders) or on new beauty orders screen?
Please give me your idea.