Browse Source

[ADD] Added Readme file

pull/153/head
Darshan Patel 9 years ago
parent
commit
ae73680fe6
  1. 69
      account_entries_report_hooks/README.rst
  2. 0
      account_entries_report_hooks/__init__.py
  3. 2
      account_entries_report_hooks/__openerp__.py
  4. 0
      account_entries_report_hooks/report/__init__.py
  5. 0
      account_entries_report_hooks/report/account_entries_report.py

69
account_entries_report_hooks/README.rst

@ -0,0 +1,69 @@
.. image:: https://img.shields.io/badge/license-AGPLv3-blue.svg
:target: https://www.gnu.org/licenses/agpl.html
:alt: License: AGPL-3
===============================
Account Entries Report Hooks
===============================
This module extends the functionality of account.entries.report module
which intends to override it in order to support and allow you to extend
it by other modules that want to add or change the standard behaviour.
Installation
============
No external library is used.
Configuration
=============
To configure this module, you need to:
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/91/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
<https://github.com/OCA/
91/issues/new?body=module:%20
account_entries_report_hooks%0Aversion:%20
9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Credits
=======
Images
------
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
Contributors
------------
* Eficent Business and IT Consulting Services S.L. <contact@eficent.com>
* Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>
Maintainer
----------
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: http://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 http://odoo-community.org.

0
account_report_entries_hooks/__init__.py → account_entries_report_hooks/__init__.py

2
account_report_entries_hooks/__openerp__.py → account_entries_report_hooks/__openerp__.py

@ -4,7 +4,7 @@
# © 2015 Serpent Consulting Services Pvt. Ltd. - Sudhir Arya
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
'name' : 'Account Report Entries Hooks',
'name' : 'Account Entries Report Hooks',
'version' : '8.0.1.0.0',
"author": "Eficent Business and IT Consulting Services S.L., "
"Serpent Consulting Services Pvt. Ltd.,"

0
account_report_entries_hooks/report/__init__.py → account_entries_report_hooks/report/__init__.py

0
account_report_entries_hooks/report/account_entries_report.py → account_entries_report_hooks/report/account_entries_report.py

Loading…
Cancel
Save