diff --git a/account_move_print/README.rst b/account_move_print/README.rst new file mode 100644 index 000000000..f4317fd06 --- /dev/null +++ b/account_move_print/README.rst @@ -0,0 +1,94 @@ +================== +Account Move Print +================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! 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-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github + :target: https://github.com/OCA/account-financial-tools/tree/14.0/account_move_print + :alt: OCA/account-financial-tools +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_move_print + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/92/14.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module adds the option to print Journal Entries. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To use this module, you need to: + +#. Go to the *Accounting module* and click on *Accounting > Journal Entries*. +#. Create or pick one of them. +#. Inside the *print button* you will see a new option called "Journal Entries". +#. You now have your Journal Entry ready to print. + +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 +~~~~~~~ + +* ForgeFlow + +Contributors +~~~~~~~~~~~~ + +* ForgeFlow, S.L. + + * David Borromeo + * Jordi Ballester + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +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. + +.. |maintainer-JordiBForgeFlow| image:: https://github.com/JordiBForgeFlow.png?size=40px + :target: https://github.com/JordiBForgeFlow + :alt: JordiBForgeFlow + +Current `maintainer `__: + +|maintainer-JordiBForgeFlow| + +This module is part of the `OCA/account-financial-tools `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_move_print/__init__.py b/account_move_print/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/account_move_print/__manifest__.py b/account_move_print/__manifest__.py new file mode 100644 index 000000000..b89bef036 --- /dev/null +++ b/account_move_print/__manifest__.py @@ -0,0 +1,16 @@ +# Copyright 2017-20 ForgeFlow S.L. (https://www.forgeflow.com) +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). +{ + "name": "Account Move Print", + "version": "15.0.1.0.0", + "category": "Accounting", + "license": "LGPL-3", + "summary": "Adds the option to print Journal Entries", + "author": "ForgeFlow, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/account-financial-tools", + "depends": ["account"], + "maintainers": ["JordiBForgeFlow"], + "data": ["report/journal_report.xml"], + "demo": [], + "installable": True, +} diff --git a/account_move_print/i18n/account_move_print.pot b/account_move_print/i18n/account_move_print.pot new file mode 100644 index 000000000..22190c0a3 --- /dev/null +++ b/account_move_print/i18n/account_move_print.pot @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_print +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Accounting Date:" +msgstr "" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Company:" +msgstr "" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Journal:" +msgstr "" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Partner:" +msgstr "" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Reference:" +msgstr "" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Account" +msgstr "" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Amount in Currency" +msgstr "" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Analytic Account" +msgstr "" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Credit" +msgstr "" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Debit" +msgstr "" + +#. module: account_move_print +#: model:ir.actions.report,name:account_move_print.action_report_journal_entries +msgid "Journal Entries" +msgstr "" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Label" +msgstr "" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Originator Tax" +msgstr "" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Partner" +msgstr "" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Taxes" +msgstr "" diff --git a/account_move_print/readme/CONTRIBUTORS.rst b/account_move_print/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000..e8f8095a5 --- /dev/null +++ b/account_move_print/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* ForgeFlow, S.L. + + * David Borromeo + * Jordi Ballester diff --git a/account_move_print/readme/DESCRIPTION.rst b/account_move_print/readme/DESCRIPTION.rst new file mode 100644 index 000000000..6aaf063dd --- /dev/null +++ b/account_move_print/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module adds the option to print Journal Entries. diff --git a/account_move_print/readme/USAGE.rst b/account_move_print/readme/USAGE.rst new file mode 100644 index 000000000..e9afc14d4 --- /dev/null +++ b/account_move_print/readme/USAGE.rst @@ -0,0 +1,6 @@ +To use this module, you need to: + +#. Go to the *Accounting module* and click on *Accounting > Journal Entries*. +#. Create or pick one of them. +#. Inside the *print button* you will see a new option called "Journal Entries". +#. You now have your Journal Entry ready to print. diff --git a/account_move_print/report/journal_report.xml b/account_move_print/report/journal_report.xml new file mode 100644 index 000000000..4ba48e63d --- /dev/null +++ b/account_move_print/report/journal_report.xml @@ -0,0 +1,187 @@ + + + + + + + + Journal Entries + account.move + qweb-pdf + account_move_print.report_journal_entries + account_move_print.report_journal_entries + + list,form + + diff --git a/account_move_print/static/description/icon.png b/account_move_print/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/account_move_print/static/description/icon.png differ diff --git a/account_move_print/static/description/index.html b/account_move_print/static/description/index.html new file mode 100644 index 000000000..a6fbcbdeb --- /dev/null +++ b/account_move_print/static/description/index.html @@ -0,0 +1,436 @@ + + + + + + +Account Move Print + + + +
+

Account Move Print

+ + +

Beta License: LGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runbot

+

This module adds the option to print Journal Entries.

+

Table of contents

+ +
+

Usage

+

To use this module, you need to:

+
    +
  1. Go to the Accounting module and click on Accounting > Journal Entries.
  2. +
  3. Create or pick one of them.
  4. +
  5. Inside the print button you will see a new option called “Journal Entries”.
  6. +
  7. You now have your Journal Entry ready to print.
  8. +
+
+
+

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

+
    +
  • ForgeFlow
  • +
+
+
+

Contributors

+ +
+
+

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.

+

Current maintainer:

+

JordiBForgeFlow

+

This module is part of the OCA/account-financial-tools project on GitHub.

+

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

+
+
+
+ + diff --git a/setup/account_move_print/odoo/addons/account_move_print b/setup/account_move_print/odoo/addons/account_move_print new file mode 120000 index 000000000..e91fe1689 --- /dev/null +++ b/setup/account_move_print/odoo/addons/account_move_print @@ -0,0 +1 @@ +../../../../account_move_print \ No newline at end of file diff --git a/setup/account_move_print/setup.py b/setup/account_move_print/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/account_move_print/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)