diff --git a/account_financial_test_data/__init__.py b/account_financial_test_data/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/account_financial_test_data/__openerp__.py b/account_financial_test_data/__openerp__.py new file mode 100644 index 00000000..8c69071f --- /dev/null +++ b/account_financial_test_data/__openerp__.py @@ -0,0 +1,15 @@ +# -*- coding: utf-8 -*- +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + "name": "Account financial test data", + "summary": "Add all necessary data to test financial modules", + "version": "9.0.1.0.0", + "category": "Uncategorized", + "website": "https://odoo-community.org/", + "author": "Taktik, Odoo Community Association (OCA)", + "license": "AGPL-3", + "application": False, + "installable": True, + "data": [ + ] +}