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
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
5215
ビュー
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.