product_id=fields.Many2many('product.template', 'user_product_rel','prod_rel','user_rel','Service Type',required=True)
Is it Possible to edit this field after selection
If I select this field I can only close this field want to edit this field from selection ,like a many2one field edit option
..
Attached screen shot below ..need a help.......
http://prnt.sc/aujxkc
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
in the shared image you are using widget="many2many_tags" with the many2many field.
widget="many2many_tags" are non editable by default .
(but there is nothing impossible for a developer , extend the widget and change it property add link of record with it )
IF you don't want any extra code , try widget="many2many" ,
(but it will change the view, so you have to reconstruct the view )
Hop this may help in your case.
Thank you.. will chk
if you want to edit a many2many field after selection remove readonly=1 from your view form.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up