← Back to team overview

banking-addons-team team mailing list archive

Re: [Merge] lp:~pedro.baeza/banking-addons/bank-statement-reconcile-70-import_imp into lp:banking-addons/bank-statement-reconcile-7.0

 

On each module that adds a selection type, you only have to make this:

        selection = super(AccountStatementProfil, self).get_import_type_selection(cr, uid, context=context)
        selection.append(('-', _('-')))

What is not assured is the order of the appended values.

Regards.
-- 
https://code.launchpad.net/~pedro.baeza/banking-addons/bank-statement-reconcile-70-import_imp/+merge/200022
Your team Banking Addons Core Editors is subscribed to branch lp:banking-addons/bank-statement-reconcile-7.0.


References