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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
5203
瀏覽次數
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.