← Back to team overview

banking-addons-drivers team mailing list archive

Re: [Merge] lp:~banking-addons-drivers/banking-addons/direct-debit-refactoring-fosdem2 into lp:banking-addons

 

@Stéphane

The purpose of account_banking_payment/view/payment_order_create_view.xml is to display the maturity date of the move lines when you are in the wizard to select the lines to pay. The origin of this is in addons/account/account_view.xml line 1125 in the tree view of account.move.line :

<field name="date_maturity" invisible="context.get('journal_type', False) not in ['sale','sale_refund','purchase','purchase_refund']"/>

So it would be a good idea to move it to account_banking_payment_export, so that you get this nice enhancement even if you only use SEPA-related stuff.

-- 
https://code.launchpad.net/~banking-addons-drivers/banking-addons/direct-debit-refactoring-fosdem2/+merge/206619
Your team Banking Addons Drivers is subscribed to branch lp:~banking-addons-drivers/banking-addons/direct-debit-refactoring-fosdem2.


References