How to set the field move_type while importing account_moves from excel ?
I prepared an excel import template to import sales credit notes and added a column: [move_type] and filled the value: out_refund in it. However odoo import routine didn't recognize this field move_type and so couldn't have it set.
any idea how to import a sales credit note ? is there another field to fill that will make move_type=out_refund ?
Thanks Niyas
it worked perfectly.
In previous versions, we could set this value in the template. Now it's simple to import it from the relative form.
Thanks for the tip.