Moving an account shouldn't modify its reconcile, party_required, ... fields
Since #6003 (closed), setting the parent of an account will change the reconcile
, deferral
, party_required
and general_ledger_balance
fields of this account.
But it happens that sometimes a mistake has been done and those fields have the right value unlike the parent.
I propose to don't change the value of the field if the record is a saved record.