@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 Core Editors is subscribed to branch lp:banking-addons.

-- 
Mailing list: https://launchpad.net/~banking-addons-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~banking-addons-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to