Check if taxes are valid
For now by default, any sale user can change the default taxes set by on_change.
In some way, it is not right because it is a accounting property and so only
accounting user should be allowed.
So we should add an access right on this field and force the computation on the
server-side of the taxes for user that doesn't have a this access right.
(This doesn't apply to purchase)