Skip to content

Commit

Permalink
[8.0.1.0.0][l10n_id_account_type]
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Aug 13, 2017
1 parent 53c6b5a commit 11a2398
Show file tree
Hide file tree
Showing 5 changed files with 722 additions and 0 deletions.
61 changes: 61 additions & 0 deletions l10n_id_account_type/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
.. 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

========================
Indonesia - Account Type
========================



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

To install this module, you need to:

1. Clone the branch 8.0 of the repository https://github.com/open-synergy/l10n_id_opnsynd
2. Add the path to this repository in your configuration (addons-path)
3. Update the module list
4. Go to menu *Setting -> Modules -> Local Modules*
5. Search For *Indonesia - Account Type*
6. Install the module

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


Usage
=====


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


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

Bugs are tracked on `GitHub Issues
<https://github.com/open-synergy/opnsynid-l10n-indonesia/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
=======


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

* Andhitia Rama <andhitia.r@gmail.com>


Maintainer
----------

.. image:: https://opensynergy-indonesia.com/logo.png
:alt: OpenSynergy Indonesia
:target: https://opensynergy-indonesia.com

This module is maintained by the OpenSynergy Indonesia.
3 changes: 3 additions & 0 deletions l10n_id_account_type/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2017 OpenSynergy Indonesia
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
19 changes: 19 additions & 0 deletions l10n_id_account_type/__openerp__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
# Copyright 2017 OpenSynergy Indonesia
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Indonesia - Account Type",
"version": "8.0.1.0.0",
"author": "OpenSynergy Indonesia",
"website": "https://opensynergy-indonesia.com",
"category": "Localization",
"description": """
""",
"depends": [
"account",
],
"data": [
"data/data_AccountType.xml",
],
"installable": True,
}
Loading

0 comments on commit 11a2398

Please sign in to comment.