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
- Comptabilitat
- Inventari
- PoS
- Project
- 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!
Registrar-seRelated Posts | Respostes | Vistes | Activitat | |
---|---|---|---|---|
|
1
de des. 24
|
3896 | ||
Quotation Line Item limit
Solved
|
|
1
de maig 22
|
2762 | |
|
0
d’abr. 21
|
2629 | ||
Colimn invisible
Solved
|
|
1
de nov. 19
|
2481 | |
|
0
de març 16
|
3199 |
Thanks i managed to do it and retrieve infos from PO form !