# -*- coding: utf-8 -*- { 'name': 'Account Shared Bank Cash', 'version': '1.0', 'category': 'Accounting', 'summary': 'Allows Bank & Cash accounts to be shared between companies', 'description': """ This module removes the standard restriction that prevents Chart of Accounts (COA) of type 'Bank and Cash' from being shared across multiple companies. """, 'author': 'Antigravity', 'depends': ['account'], 'data': [], 'installable': True, 'application': False, 'license': 'LGPL-3', }