I have a Many2one field already works in a lot of records in a point of sale , now is needed that this field to convert Many2many , is possible just change the field type from Many2one to Many2many without losing any data?
If yes, what's the correct way to do it? if not, how to do it?
thanks
thank you so much
please i also need to convert one2many to many2many
if possible ?
i can access database and print "qweb" from field one2many is their fields
You still need to have a o2m object to use it in m2m.
The script will be similar to move the fields to m2m. You just need to access the o2m field in loop.