Skip to content

Commit

Permalink
[ADD] README and flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrixcosta committed Jul 10, 2017
1 parent 3f36000 commit ba4902a
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 4 deletions.
66 changes: 66 additions & 0 deletions l10n_br_account_payment_mode/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3

Brazil Account Banking - Payments Mode
======================================

This module provide an mode payment for payment orders.

Installation
============

This module depends on:

* account_banking_payment_export
* l10n_br_account
* l10n_br_data_base
* account_due_list_payment_mode
* account_banking_payment_export

Configuration
=============

No configuration required.

Usage
=====

This module provides a menu to configure payment order types : Accounting > Configuration > Miscellaneous > Payment Export Types

For further information, please visit:

* https://www.odoo.com/forum/help-1

Known issues / Roadmap
======================

* no known issues

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-payment/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
`here <https://github.com/OCA/bank-payment/issues/new?body=module:%20account_banking_payment_export%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.


Credits
=======

Contributors
------------


Maintainer
----------

.. image:: http://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.
6 changes: 3 additions & 3 deletions l10n_br_account_payment_mode/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

{
'name': 'Odoo Brazil Account Banking Payment Infrastructure',
'summary': 'Odoo Brazil Payments Mode',
'version': '8.0.1.0.0',
'category': 'Banking addons',
'license': 'AGPL-3',
'summary': '',
'description': """ """,
'author': 'KMEE',
'website': 'http://www.kmee.com.br',
'author': "KMEE, Odoo Community Association (OCA)",
"website": "https://odoo-community.org/",
'depends': [
'l10n_br_account',
'l10n_br_data_base',
Expand Down
4 changes: 3 additions & 1 deletion l10n_br_account_payment_mode/views/payment_mode_view.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>

<openerp>
<data>

<record id="view_payment_mode_form_inherit_l10n_br_payment" model="ir.ui.view">
<field name="name">payment.mode.l10n_br_payment.form.inherit</field>
<field name="model">payment.mode</field>
Expand Down Expand Up @@ -67,4 +69,4 @@
</record>

</data>
</openerp>
</openerp>

0 comments on commit ba4902a

Please sign in to comment.