Hi all !
How can you add columns in the
Requests for Quotation view ? I couldn't achieve it looking into the views (dev mode ON)....
Could someone explain ?
Thanks !
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
Hi,
You can inherit the purchase order line model and add the field in it. Then inherit the view and add the field to required position in the view.
See a sample of adding field to sale order model from code: https://www.youtube.com/watch?v=3iY3ea-wvjw&list=PLqRRLx0cl0homY1elJbSoWfeQbRKJ-oPO&index=8
For adding field from the user interface, see this: https://www.youtube.com/watch?v=9Sy2SxQEkSk&list=PLqRRLx0cl0hoOYZzwtNH_0bqgF_ROGa8w&index=1
Thanks
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 | |
---|---|---|---|---|
Quotation Line Item limit
Solved
|
|
1
May 22
|
1779 | |
|
0
Apr 21
|
1714 | ||
Colimn invisible
Solved
|
|
1
Nov 19
|
1889 | |
|
0
Mar 16
|
2506 | ||
|
1
Mar 15
|
2948 |
Thanks i managed to do it and retrieve infos from PO form !