I tried to use res.partner as the customer. i have inherited from res.partner to my module patient. i have added some of fields like age, syndrome like that.disabled some of fields like tax id , tags .
In inventory module vendor details , sales module customer details , Contact us , also affected with my changes.
how will i apply those changes in customer only.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
1937
Views
Its because you are inheriting and changing 'base.view_partner_form',
you can solve it by creating a custom form for patient.
if i will create the separate form then difficult to list in sales and billing of the patient. how will i overcome this
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Oct 24
|
130 | ||
|
2
May 24
|
666 | ||
|
3
Feb 18
|
2890 | ||
|
2
Dec 17
|
3742 | ||
|
2
Aug 15
|
4982 |
This is very confusing and not elaborated. Please elaborate your case concisely and then ask a new question.