I have this customization checker for payment that checks if the paid amount and outstanding amount are equal but I have this issue when it comes to decimal. Now what I want todo to temporary save and submit the document I want to disable method validation. Thanks
This one is fixed. But if someone wants to disable temporary validations just create server script and add this code doc.flags.ignore_validate = True.