Thanks for the review, Stefan. - I'll look into the workflow issue. It's not immediately obvious to me why it does not work. - regarding the xml_id, if I keep "account_banking.manual_bank_transfer", it requires to have account_banking installed, which is a dependency we want to avoid. Or do I overlook something? - I'm fine with the dependency on base_iban - with line2bank, do you mean the payment_order_create class? I left it alone because it was pulling the payment_term filter which is unrelated to the pure payment export functionality (and also because I was not too sure of its purpose). Does it make sense to keep the payment_order_create.create_payment() method in account_payment_export and leave the rest in account_payment? Perhaps you can help me explaining it's purpose in the module manifest. Regarding the check for the presence of an account number, I'm fine with that. In the same line of thought, I also saw that Alexis put a feature to preserve the history of exported files in the sepa module. That's also a generic requirement that could live in account_payment_export. -sbi On Sat, Sep 7, 2013 at 3:40 PM, Stefan Rijnhart (Therp)