This question has been flagged
2 Replies
3775 Views

Hi I am using Odoo v10 CE and have some sales order in different states (Quotation, Quotation Sent, Sales order and cancelled). I want to migrate those in v12 CE. I have successfully used export-import feature of odoo to import these sales order in v12 except for state field. The state field is not visible while importing. Can someone suggest what is the problem and how I can solve it?

Avatar
Discard
Best Answer

If a field is readonly then it not shown during import matching column.

You can make readonly false and then import your data. After import you can again mark that readonly.

Thanks

Avatar
Discard
Author Best Answer

@Ajeet Yadav

Thanks for your reply. It worked. I have changed readonly to True in file sale.py . Quotation state is now shown in matching column.

Avatar
Discard