Skip to content

Commit

Permalink
IMP README with images
Browse files Browse the repository at this point in the history
  • Loading branch information
eLBati committed Sep 4, 2015
1 parent 3d1618a commit d5a88a1
Show file tree
Hide file tree
Showing 11 changed files with 87 additions and 22 deletions.
1 change: 1 addition & 0 deletions account_vat_period_end_statement/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Contributors
* Sergio Corato <[email protected]>
* Andrea Gallina <[email protected]>
* Alex Comba <[email protected]>
* Alessandro Camilli <[email protected]>

Maintainer
----------
Expand Down
84 changes: 84 additions & 0 deletions l10n_it_vat_registries/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3

=====================================
Italian Localization - VAT Registries
=====================================

Law: http://goo.gl/b4y9Hx

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

You need to configure which tax codes are 'base', setting the 'is base' field
and which taxes are partially or totally non deductible, setting the
'non-deductible' field.

Also, you need to configure the 'vat statement type' on every tax code
(debit tax codes already have the default 'debit' value).

Consider using the mass_editing module

.. image:: /l10n_it_vat_registries/static/1-tax_iva22indetraibiel40.png

-------------------------------------------------------------------------------

.. image:: /l10n_it_vat_registries/static/2-taxcode_iva22indetraibile40_imponibile.png

-------------------------------------------------------------------------------

.. image:: /l10n_it_vat_registries/static/3-tax_iva22indetraibile40_parte_indetraibile.png

-------------------------------------------------------------------------------

.. image:: /l10n_it_vat_registries/static/5-tax_iva22indetraibile40_parte_detraibile.png

-------------------------------------------------------------------------------

.. image:: /l10n_it_vat_registries/static/4-taxcode_iva22indetraibile40_parte_indetraibile_.png

-------------------------------------------------------------------------------

.. image:: /l10n_it_vat_registries/static/6-taxcode_iva22indetraibile40_parte_detraibile.png


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

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

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


Credits
=======

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

* Lorenzo Battistini <[email protected]>
* Sergio Corato <[email protected]>
* Elena Carlesso <[email protected]>

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 http://odoo-community.org.
24 changes: 2 additions & 22 deletions l10n_it_vat_registries/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,9 @@
#
#
{
'name': 'Italian Localisation - VAT Registries',
'name': 'Italian Localization - VAT Registries',
'version': '8.0.2.0.0',
'category': 'Localisation/Italy',
'description': """
Accounting reports for Italian localization
VAT Registries
==============
http://goo.gl/b4y9Hx
Configuration
=============
You need to configure which tax codes are 'base', setting the 'is base' field
and which taxes are partially or totally non deductible, setting the
'non-deductible' field.
Also, you need to configure the 'vat statement type' on every tax code
(debit tax codes already have the default 'debit' value)
Consider using the mass_editing module
""",
'category': 'Localization/Italy',
'author': 'Agile Business Group,Odoo Community Association (OCA)',
'website': 'http://www.agilebg.com',
'license': 'AGPL-3',
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit d5a88a1

Please sign in to comment.