From b51c73fb3ca509c23931c9c5233eb8ee1772ed9b Mon Sep 17 00:00:00 2001 From: Sergio Zanchetta Date: Sat, 27 Oct 2018 09:37:29 +0200 Subject: [PATCH] [FIX] l10n_it_account: add Accounting labels (#620) --- l10n_it_account/README.rst | 77 +++- l10n_it_account/__manifest__.py | 9 +- l10n_it_account/readme/CONTRIBUTORS.rst | 4 + l10n_it_account/readme/CREDITS.rst | 3 + l10n_it_account/readme/DESCRIPTION.rst | 11 + l10n_it_account/static/description/index.html | 436 ++++++++++++++++++ l10n_it_account/views/account_menuitem.xml | 10 + l10n_it_account/views/partner_view.xml | 17 + l10n_it_account/views/product_view.xml | 17 + .../views/res_config_settings_views.xml | 17 + 10 files changed, 578 insertions(+), 23 deletions(-) create mode 100644 l10n_it_account/readme/CONTRIBUTORS.rst create mode 100644 l10n_it_account/readme/CREDITS.rst create mode 100644 l10n_it_account/readme/DESCRIPTION.rst create mode 100644 l10n_it_account/static/description/index.html create mode 100644 l10n_it_account/views/account_menuitem.xml create mode 100644 l10n_it_account/views/partner_view.xml create mode 100644 l10n_it_account/views/product_view.xml create mode 100644 l10n_it_account/views/res_config_settings_views.xml diff --git a/l10n_it_account/README.rst b/l10n_it_account/README.rst index 5f1d47c9efc5..105bcc58e35f 100644 --- a/l10n_it_account/README.rst +++ b/l10n_it_account/README.rst @@ -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 -`_. 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 `_. +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 `_. +Do not contact contributors directly about support or help with technical issues. Credits ======= +Authors +~~~~~~~ + +* Agile Business Group +* Abstract + Contributors ------------- +~~~~~~~~~~~~ * Davide Corio * Lorenzo Battistini * Alex Comba +* Sergio Zanchetta -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 `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/l10n_it_account/__manifest__.py b/l10n_it_account/__manifest__.py index 0ed3dd9e7d24..1836b27a4b3c 100644 --- a/l10n_it_account/__manifest__.py +++ b/l10n_it_account/__manifest__.py @@ -1,15 +1,16 @@ # Copyright 2015 Abstract srl () # Copyright 2015-2017 Agile Business Group () # Copyright 2015 Link It Spa () +# 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', @@ -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, diff --git a/l10n_it_account/readme/CONTRIBUTORS.rst b/l10n_it_account/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000000..dfcd8fa68892 --- /dev/null +++ b/l10n_it_account/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* Davide Corio +* Lorenzo Battistini +* Alex Comba +* Sergio Zanchetta diff --git a/l10n_it_account/readme/CREDITS.rst b/l10n_it_account/readme/CREDITS.rst new file mode 100644 index 000000000000..0ee23f1d1533 --- /dev/null +++ b/l10n_it_account/readme/CREDITS.rst @@ -0,0 +1,3 @@ +The development of this module has been financially supported by: + +* Odoo Italia Network diff --git a/l10n_it_account/readme/DESCRIPTION.rst b/l10n_it_account/readme/DESCRIPTION.rst new file mode 100644 index 000000000000..2c7be5a2098f --- /dev/null +++ b/l10n_it_account/readme/DESCRIPTION.rst @@ -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 diff --git a/l10n_it_account/static/description/index.html b/l10n_it_account/static/description/index.html new file mode 100644 index 000000000000..f6f344921a42 --- /dev/null +++ b/l10n_it_account/static/description/index.html @@ -0,0 +1,436 @@ + + + + + + +Italian Localization - Account + + + +
+

Italian Localization - Account

+ + +

Beta License: AGPL-3 OCA/l10n-italy Translate me on Weblate Try me on Runbot

+

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

+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub 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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Agile Business Group
  • +
  • Abstract
  • +
+
+
+

Contributors

+ +
+
+

Other credits

+

The development of this module has been financially supported by:

+
    +
  • Odoo Italia Network
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

This module is part of the OCA/l10n-italy project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/l10n_it_account/views/account_menuitem.xml b/l10n_it_account/views/account_menuitem.xml new file mode 100644 index 000000000000..975857feafe2 --- /dev/null +++ b/l10n_it_account/views/account_menuitem.xml @@ -0,0 +1,10 @@ + + + + + + + Accounting + + diff --git a/l10n_it_account/views/partner_view.xml b/l10n_it_account/views/partner_view.xml new file mode 100644 index 000000000000..88ae28d05111 --- /dev/null +++ b/l10n_it_account/views/partner_view.xml @@ -0,0 +1,17 @@ + + + + + + + res.partner.inherit.view.form + res.partner + + + + Accounting + + + + diff --git a/l10n_it_account/views/product_view.xml b/l10n_it_account/views/product_view.xml new file mode 100644 index 000000000000..2d5f0d85ed8c --- /dev/null +++ b/l10n_it_account/views/product_view.xml @@ -0,0 +1,17 @@ + + + + + + + product.template.inherit.view.form + product.template + + + + Accounting + + + + diff --git a/l10n_it_account/views/res_config_settings_views.xml b/l10n_it_account/views/res_config_settings_views.xml new file mode 100644 index 000000000000..d469ff4ab594 --- /dev/null +++ b/l10n_it_account/views/res_config_settings_views.xml @@ -0,0 +1,17 @@ + + + + + + + res.config.settings.inherit.view.form + res.config.settings + + +
+ Accounting +
+
+
+