diff --git a/product/ERP5/PropertySheet/BankAccount.py b/product/ERP5/PropertySheet/BankAccount.py index 67edf472fa9e8bf325cfd74e7f3702a87019c7d0..03e2afaadc505af794b996cf1bf03e6bb8688748 100644 --- a/product/ERP5/PropertySheet/BankAccount.py +++ b/product/ERP5/PropertySheet/BankAccount.py @@ -76,4 +76,4 @@ class BankAccount: ) - _categories = ( 'source', ) + _categories = ( 'source', 'bank_account_type', )