Browse Source

Initial commit

pull/188/head
Kevin Broodkoorn 9 years ago
parent
commit
59d832ab26
  1. 0
      account_financial_test_data/__init__.py
  2. 15
      account_financial_test_data/__openerp__.py

0
account_financial_test_data/__init__.py

15
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": [
]
}
Loading…
Cancel
Save