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
- MRP
This question has been flagged
1
Reply
2275
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
|
579 | ||
|
2
May 24
|
1603 | ||
|
3
Feb 18
|
3383 | ||
|
2
Dec 17
|
4264 | ||
|
2
Aug 15
|
5501 |
This is very confusing and not elaborated. Please elaborate your case concisely and then ask a new question.