Skip to content

Commit

Permalink
[FIX] l10n_it_account: add Accounting labels (OCA#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
primes2h authored and eLBati committed Sep 13, 2024
1 parent 132d076 commit f0e7b36
Show file tree
Hide file tree
Showing 10 changed files with 578 additions and 23 deletions.
77 changes: 56 additions & 21 deletions l10n_it_account/README.rst
Original file line number Diff line number Diff line change
@@ -1,59 +1,94 @@
.. 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

==============================
Italian Localization - Account
==============================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-italy/tree/11.0/l10n_it_account
:alt: OCA/l10n-italy
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/l10n-italy-11-0/l10n-italy-11-0-l10n_it_account
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/122/11.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

**Italiano**

Modulo di supporto per la contabilità.

Usato da moduli come l10n_it_vat_registries e account_vat_period_end_statement

**English**

Accounting-related modules helpers.

Used by modules like l10n_it_vat_registries and account_vat_period_end_statement

Usage
=====
**Table of contents**

.. 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
.. contents::
:local:

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 smash it by providing detailed and welcomed feedback.
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 <https://github.com/OCA/l10n-italy/issues/new?body=module:%20l10n_it_account%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Agile Business Group
* Abstract

Contributors
------------
~~~~~~~~~~~~

* Davide Corio
* Lorenzo Battistini <lorenzo.battistini@agilebg.com>
* Alex Comba <alex.comba@agilebg.com>
* Sergio Zanchetta <https://github.com/primes2h>

Funders
-------
Other credits
~~~~~~~~~~~~~

The development of this module has been financially supported by:

* Odoo Italia Network

Maintainer
----------
Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. 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.
This module is part of the `OCA/l10n-italy <https://github.com/OCA/l10n-italy/tree/11.0/l10n_it_account>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
9 changes: 7 additions & 2 deletions l10n_it_account/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Copyright 2015 Abstract srl (<http://www.abstract.it>)
# Copyright 2015-2017 Agile Business Group (<http://www.agilebg.com>)
# Copyright 2015 Link It Spa (<http://www.linkgroup.it/>)
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
'name': 'Italian Localization - Account',
'version': '11.0.1.1.0',
'version': '11.0.1.2.0',
'category': 'Hidden',
'author': "Agile Business Group, Abstract, "
"Odoo Community Association (OCA)",
'website': 'http://www.odoo-italia.net',
'website': 'https://github.com/OCA/l10n-italy/tree/11.0/l10n_it_account',
'license': 'AGPL-3',
"depends": [
'account_fiscal_year',
Expand All @@ -18,6 +19,10 @@
"data": [
'views/account_setting.xml',
'views/account_view.xml',
'views/account_menuitem.xml',
'views/partner_view.xml',
'views/product_view.xml',
'views/res_config_settings_views.xml',
'reports/account_reports_view.xml',
],
'installable': True,
Expand Down
4 changes: 4 additions & 0 deletions l10n_it_account/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Davide Corio
* Lorenzo Battistini <lorenzo.battistini@agilebg.com>
* Alex Comba <alex.comba@agilebg.com>
* Sergio Zanchetta <https://github.com/primes2h>
3 changes: 3 additions & 0 deletions l10n_it_account/readme/CREDITS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The development of this module has been financially supported by:

* Odoo Italia Network
11 changes: 11 additions & 0 deletions l10n_it_account/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
**Italiano**

Modulo di supporto per la contabilità.

Usato da moduli come l10n_it_vat_registries e account_vat_period_end_statement

**English**

Accounting-related modules helpers.

Used by modules like l10n_it_vat_registries and account_vat_period_end_statement
Loading

0 comments on commit f0e7b36

Please sign in to comment.