diff --git a/account_move_print/README.rst b/account_move_print/README.rst new file mode 100644 index 000000000..63bfcb7cb --- /dev/null +++ b/account_move_print/README.rst @@ -0,0 +1,99 @@ +================== +Account Move Print +================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:45f90527ea4ca65e79bd38a3f3d592763fd2027f9a0478951d757b0ba76ed5db + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/17.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-17-0/account-financial-tools-17-0-account_move_print + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=17.0 + :alt: Try me on Runboat + +|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: + +1. Go to the *Accounting module* and click on *Accounting > Journal + Entries*. +2. Create or pick one of them. +3. Inside the *print button* you will see a new option called "Journal + Entries". +4. 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 to smash 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..112e746cb --- /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": "17.0.1.0.0", + "category": "Accounting/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..4f3428218 --- /dev/null +++ b/account_move_print/i18n/account_move_print.pot @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_print +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.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 "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/i18n/es.po b/account_move_print/i18n/es.po new file mode 100644 index 000000000..8cc625848 --- /dev/null +++ b/account_move_print/i18n/es.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_print +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2023-04-14 13:33+0000\n" +"Last-Translator: gelo joga Rodríguez \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Accounting Date:" +msgstr "Fecha contable:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Company:" +msgstr "Compañía:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Journal:" +msgstr "Diario:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Partner:" +msgstr "Partner:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Reference:" +msgstr "Referencia:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Account" +msgstr "Cuenta" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Amount in Currency" +msgstr "importe en divisa" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Credit" +msgstr "Haber" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Debit" +msgstr "Debe" + +#. module: account_move_print +#: model:ir.actions.report,name:account_move_print.action_report_journal_entries +msgid "Journal Entries" +msgstr "Asientos contables" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Label" +msgstr "Etiqueta" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Originator Tax" +msgstr "Generador de impuesto" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Partner" +msgstr "Partner" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Taxes" +msgstr "Impuestos" diff --git a/account_move_print/i18n/hr.po b/account_move_print/i18n/hr.po new file mode 100644 index 000000000..5a836a12c --- /dev/null +++ b/account_move_print/i18n/hr.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_print +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2023-04-03 13:22+0000\n" +"Last-Translator: Bole \n" +"Language-Team: none\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Accounting Date:" +msgstr "Knjigovodstveni datum:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Company:" +msgstr "Tvrtka:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Journal:" +msgstr "Dnevnik:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Partner:" +msgstr "Partner:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Reference:" +msgstr "Referenca:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Account" +msgstr "Konto" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Amount in Currency" +msgstr "Iznos u valuti" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Credit" +msgstr "Potražno" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Debit" +msgstr "Dugovno" + +#. module: account_move_print +#: model:ir.actions.report,name:account_move_print.action_report_journal_entries +msgid "Journal Entries" +msgstr "Stavke dnevnika" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Label" +msgstr "Labela" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Originator Tax" +msgstr "Izvorni porez" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Partner" +msgstr "Partner" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Taxes" +msgstr "Porezi" diff --git a/account_move_print/i18n/tr.po b/account_move_print/i18n/tr.po new file mode 100644 index 000000000..c2bb24828 --- /dev/null +++ b/account_move_print/i18n/tr.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_print +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2023-10-09 09:09+0000\n" +"Last-Translator: Ömer KÜLAK \n" +"Language-Team: none\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Accounting Date:" +msgstr "Muhasebe Tarihi:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Company:" +msgstr "Şirket:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Journal:" +msgstr "Yevmiye:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Partner:" +msgstr "İş Ortağı:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Reference:" +msgstr "Referans:" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Account" +msgstr "Hesap" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Amount in Currency" +msgstr "Para Birimi Cinsinden Tutar" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Credit" +msgstr "Alacak" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Debit" +msgstr "Borç" + +#. module: account_move_print +#: model:ir.actions.report,name:account_move_print.action_report_journal_entries +msgid "Journal Entries" +msgstr "Yemiye Kalemleri" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Label" +msgstr "Etiket" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Originator Tax" +msgstr "Kaynak Vergi" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Partner" +msgstr "İş Ortağı" + +#. module: account_move_print +#: model_terms:ir.ui.view,arch_db:account_move_print.report_journal_entry_document +msgid "Taxes" +msgstr "Vergiler" diff --git a/account_move_print/pyproject.toml b/account_move_print/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/account_move_print/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_move_print/readme/CONTRIBUTORS.md b/account_move_print/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..cb94ccf36 --- /dev/null +++ b/account_move_print/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- ForgeFlow, S.L. \<\> + - David Borromeo \<\> + - Jordi Ballester \<\> diff --git a/account_move_print/readme/DESCRIPTION.md b/account_move_print/readme/DESCRIPTION.md new file mode 100644 index 000000000..6aaf063dd --- /dev/null +++ b/account_move_print/readme/DESCRIPTION.md @@ -0,0 +1 @@ +This module adds the option to print Journal Entries. diff --git a/account_move_print/readme/USAGE.md b/account_move_print/readme/USAGE.md new file mode 100644 index 000000000..dccc853df --- /dev/null +++ b/account_move_print/readme/USAGE.md @@ -0,0 +1,8 @@ +To use this module, you need to: + +1. Go to the *Accounting module* and click on *Accounting \> Journal + Entries*. +2. Create or pick one of them. +3. Inside the *print button* you will see a new option called "Journal + Entries". +4. 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..7d1218c20 --- /dev/null +++ b/account_move_print/report/journal_report.xml @@ -0,0 +1,176 @@ + + + + + + + + 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..69482a0f7 --- /dev/null +++ b/account_move_print/static/description/index.html @@ -0,0 +1,440 @@ + + + + + + +Account Move Print + + + +
+

Account Move Print

+ + +

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

+

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 to smash 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.

+
+
+
+ +