hope some one could help me out here. Well, my question is in my module when I click on department, I should be able to choose a doctor from the doctors based on that department.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
1
Reply
5200
Views
This can easily be done.
You shold have a look at the standard sale
module.
After choosing a customer you should be able to choose different delivery and invoice addresses related to the client. This is done with on_change and domain related functionality.
look at the sale.py
file and the sale_view.xml
file to find your answer.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up