mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
The fields required for the paypal parser are set as None and don't throw the ValueError. With this changes we achieve to filter the data and throw the exception when the fields are required. TT29944