Skip to content

Commit

Permalink
Merge pull request #2 from andhit-r/8.0-l10n_id_taxform
Browse files Browse the repository at this point in the history
Merge #2
  • Loading branch information
andhit-r committed Sep 22, 2016
2 parents 76b2596 + 1667d67 commit 14574dc
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 0 deletions.
68 changes: 68 additions & 0 deletions l10n_id_taxform/README.rst
@@ -0,0 +1,68 @@
.. 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's Taxform
===================

This is the base module for all indonesia's related taxform modules.
Alone this module does nothing other than create root


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

To install this module, you need to:

1. Clone the branch 8.0 of the repository https://github.com/OCA/l10n-indonesia
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's Taxform*
6. Install the module

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/219/8.0


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

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/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
=======

Images
------

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.

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

* Andhitia Rama <andhitia.r@gmail.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.
3 changes: 3 additions & 0 deletions l10n_id_taxform/__init__.py
@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2016 OpenSynergy Indonesia
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
20 changes: 20 additions & 0 deletions l10n_id_taxform/__openerp__.py
@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2016 OpenSynergy Indonesia
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Indonesia's Taxform",
"version": "8.0.1.0.0",
"category": "Hidden",
"website": "https://opensynergy-indonesia.com",
"author": "OpenSynergy Indonesia,"
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": True,
"installable": True,
"depends": [
"base",
],
"data": [
"menu.xml",
],
}
86 changes: 86 additions & 0 deletions l10n_id_taxform/menu.xml
@@ -0,0 +1,86 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright <YEAR(S)> <AUTHOR(S)>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->

<openerp>
<data>

<menuitem
id="taxform_main_menu"
name="Taxform"
sequence="20"
/>

<menuitem
id="taxform_spt_masa_pribadi_menu"
name="SPT Masa Orang Pribadi"
sequence="1"
parent="taxform_main_menu"
/>

<menuitem
id="taxform_spt_masa_badan_menu"
name="SPT Masa Badan"
sequence="2"
parent="taxform_main_menu"
/>

<menuitem
id="taxform_spt_tahunan_pribadi_menu"
name="SPT Tahunan Orang Pribadi"
sequence="3"
parent="taxform_main_menu"
/>

<menuitem
id="taxform_spt_tahunan_badan_menu"
name="SPT Tahunan Badan"
sequence="4"
parent="taxform_main_menu"
/>

<menuitem
id="taxform_skp_stp_menu"
name="SKP &amp; STP"
sequence="5"
parent="taxform_main_menu"
/>

<menuitem
id="taxform_ssp_menu"
name="Surat Setor Pajak"
sequence="6"
parent="taxform_main_menu"
/>

<menuitem
id="taxform_bukti_potong_menu"
name="Bukti Potong"
sequence="7"
parent="taxform_main_menu"
/>

<menuitem
id="taxform_bukti_potong_21_26_menu"
name="PPh 21 &amp; 26"
sequence="1"
parent="taxform_bukti_potong_menu"
/>

<menuitem
id="taxform_formulir_lainnya_menu"
name="Formulir Lainnya"
sequence="8"
parent="taxform_main_menu"
/>


<menuitem
id="taxform_configuration_menu"
name="Configuration"
sequence="99"
parent="taxform_main_menu"
/>

</data>
</openerp>
Binary file added l10n_id_taxform/static/description/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 14574dc

Please sign in to comment.