Browse Source
Merge pull request #1 from tafaRU/9.0-account_financial_test_data-fix
Merge pull request #1 from tafaRU/9.0-account_financial_test_data-fix
Fix errors concerning test_flake8 and test_pylintpull/188/head
KevinBro
9 years ago
7 changed files with 96 additions and 34 deletions
-
54account_financial_test_data/README.rst
-
2account_financial_test_data/__init__.py
-
24account_financial_test_data/__openerp__.py
-
5account_financial_test_data/data/partners_data.xml
-
5account_financial_test_data/models/__init__.py
-
7account_financial_test_data/models/account_installer.py
-
33account_financial_test_data/pos_install.py
@ -0,0 +1,54 @@ |
|||||
|
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg |
||||
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
||||
|
:alt: License: AGPL-3 |
||||
|
|
||||
|
=========================== |
||||
|
Account financial test data |
||||
|
=========================== |
||||
|
|
||||
|
This module provides demo data for the repo 'account-financial-reporting' |
||||
|
and will allow people to test all reports properly and make tests as well. |
||||
|
|
||||
|
Usage |
||||
|
===== |
||||
|
|
||||
|
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas |
||||
|
:alt: Try me on Runbot |
||||
|
:target: https://runbot.odoo-community.org/runbot/91/9.0 |
||||
|
|
||||
|
Bug Tracker |
||||
|
=========== |
||||
|
|
||||
|
Bugs are tracked on `GitHub Issues |
||||
|
<https://github.com/OCA/account-financial-reporting/issues>`_. In case of trouble, please |
||||
|
check there if your issue has already been reported. If you spotted it first, |
||||
|
help us smashing it by providing a detailed and welcomed feedback. |
||||
|
|
||||
|
Credits |
||||
|
======= |
||||
|
|
||||
|
Images |
||||
|
------ |
||||
|
|
||||
|
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_. |
||||
|
|
||||
|
Contributors |
||||
|
------------ |
||||
|
|
||||
|
* Taktik |
||||
|
* Alex Comba <alex.comba@agilebg.com> |
||||
|
|
||||
|
Maintainer |
||||
|
---------- |
||||
|
|
||||
|
.. image:: https://odoo-community.org/logo.png |
||||
|
:alt: Odoo Community Association |
||||
|
:target: https://odoo-community.org |
||||
|
|
||||
|
This module is maintained by the OCA. |
||||
|
|
||||
|
OCA, or the Odoo Community Association, is a nonprofit organization whose |
||||
|
mission is to support the collaborative development of Odoo features and |
||||
|
promote its widespread use. |
||||
|
|
||||
|
To contribute to this module, please visit https://odoo-community.org. |
@ -1,4 +1,6 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
|
# © 2016 Taktik |
||||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
||||
|
|
||||
from . import models |
from . import models |
||||
from . pos_install import post_init_hook |
from . pos_install import post_init_hook |
@ -1,3 +1,6 @@ |
|||||
# -*- coding: utf-8 -*- |
# -*- coding: utf-8 -*- |
||||
|
# © 2016 Taktik |
||||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
||||
|
|
||||
import account_installer |
|
||||
|
from . import model_name |
||||
|
from . import account_installer |
Write
Preview
Loading…
Cancel
Save
Reference in new issue