Skip to content

Commit

Permalink
Merge pull request OCA#258 from OCA/17.0
Browse files Browse the repository at this point in the history
Syncing from upstream OCA/account-invoice-reporting (17.0)
  • Loading branch information
bt-admin authored Dec 9, 2023
2 parents c0686ce + 40918ff commit cd3287d
Show file tree
Hide file tree
Showing 22 changed files with 1,480 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ TODO: add repo description.

[//]: # (addons)

This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[account_invoice_report_grouped_by_picking](account_invoice_report_grouped_by_picking/) | 17.0.1.0.0 | | Print invoice lines grouped by picking

[//]: # (end addons)

Expand Down
114 changes: 114 additions & 0 deletions account_invoice_report_grouped_by_picking/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
==================================
Account Invoice Grouped by Picking
==================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2c603755b8a7c4499809c5f751b02ad4158380249f849973acf9e3a3a2c7694c
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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%2Faccount--invoice--reporting-lightgray.png?logo=github
:target: https://github.com/OCA/account-invoice-reporting/tree/17.0/account_invoice_report_grouped_by_picking
:alt: OCA/account-invoice-reporting
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-invoice-reporting-17-0/account-invoice-reporting-17-0-account_invoice_report_grouped_by_picking
: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-invoice-reporting&target_branch=17.0
:alt: Try me on Runboat

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

This module allows print invoices with picking info. This module groups
invoice lines and shows information related to sales and pickings on
every group.

It also groups under the same block those service lines that are not in
the picking, but belongs to the same sales order as the rest of the
lines of the picking.

**Table of contents**

.. contents::
:local:

Usage
=====

1. Create several quotation orders and confirm them.
2. Deliver pickings related to each sale order.
3. Go to *Sales > To Invoice > Orders to Invoice* and invoice these sale
orders.
4. Open invoice newly created and print it.
5. Invoice report will group invoice lines and show information about
sales and pickings in every group.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoice-reporting/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 <https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20account_invoice_report_grouped_by_picking%0Aversion:%2017.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
-------

* Tecnativa

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

- `Tecnativa <https://www.tecnativa.com>`__:

- Carlos Dauden
- David Vidal
- Pedro M. Baeza
- Sergio Teruel
- João Marques
- Carlos Roca

- `Studio73 <https://www.studio73.es>`__:

- Ioan Galan <[email protected]>

- `Trobz <https://trobz.com>`__:

- Thao Le <[email protected]>

Other credits
-------------

The migration of this module from 16.0 to 17.0 was financially supported
by Camptocamp.

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.

This module is part of the `OCA/account-invoice-reporting <https://github.com/OCA/account-invoice-reporting/tree/17.0/account_invoice_report_grouped_by_picking>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions account_invoice_report_grouped_by_picking/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
18 changes: 18 additions & 0 deletions account_invoice_report_grouped_by_picking/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Copyright 2017-2019 Carlos Dauden <[email protected]>
# Copyright 2018 David Vidal <[email protected]>
# Copyright 2018-2019 Tecnativa - Pedro M. Baeza
# Copyright 2021 Tecnativa - João Marques
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Account Invoice Grouped by Picking",
"summary": "Print invoice lines grouped by picking",
"version": "17.0.1.0.0",
"category": "Accounting & Finance",
"website": "https://github.com/OCA/account-invoice-reporting",
"author": "Tecnativa, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["stock_picking_invoice_link"],
"data": ["views/report_invoice.xml"],
"installable": True,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_report_grouped_by_picking
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.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_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid "<span>Order:</span>"
msgstr ""

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid "<span>Picking:</span>"
msgstr ""

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid ""
"<strong>\n"
" <span>Without reference</span>\n"
" </strong>"
msgstr ""

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid "<strong>Subtotal: </strong>"
msgstr ""

#. module: account_invoice_report_grouped_by_picking
#: model:ir.model,name:account_invoice_report_grouped_by_picking.model_account_move
msgid "Journal Entry"
msgstr ""
57 changes: 57 additions & 0 deletions account_invoice_report_grouped_by_picking/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_report_grouped_by_picking
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-05-11 13:05+0000\n"
"Last-Translator: Maria Sparenberg <[email protected]>\n"
"Language-Team: none\n"
"Language: de\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.3.2\n"

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid "<span>Order:</span>"
msgstr "<span>Auftrag:</span>"

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid "<span>Picking:</span>"
msgstr "<span>Lieferung:</span>"

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid ""
"<strong>\n"
" <span>Without reference</span>\n"
" </strong>"
msgstr ""
"<strong>\n"
" <span>Ohne Referenz</span>\n"
" </strong>"

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid "<strong>Subtotal: </strong>"
msgstr "<strong>Zwischensumme: </strong>"

#. module: account_invoice_report_grouped_by_picking
#: model:ir.model,name:account_invoice_report_grouped_by_picking.model_account_move
msgid "Journal Entry"
msgstr "Journalbuchung"

#~ msgid "Display Name"
#~ msgstr "Anzeigename"

#~ msgid "ID"
#~ msgstr "ID"

#~ msgid "Last Modified on"
#~ msgstr "Zuletzt geändert am"
52 changes: 52 additions & 0 deletions account_invoice_report_grouped_by_picking/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_report_grouped_by_picking
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-06-25 22:35+0000\n"
"PO-Revision-Date: 2020-06-26 00:36+0200\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: \n"
"X-Generator: Poedit 2.0.6\n"

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid "<span>Order:</span>"
msgstr "<span>Pedido:</span>"

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid "<span>Picking:</span>"
msgstr "<span>Albarán:</span>"

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid ""
"<strong>\n"
" <span>Without reference</span>\n"
" </strong>"
msgstr ""
"<strong>\n"
" <span>Sin referencia</span>\n"
" </strong>"

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid "<strong>Subtotal: </strong>"
msgstr "<strong>Subtotal: </strong>"

#. module: account_invoice_report_grouped_by_picking
#: model:ir.model,name:account_invoice_report_grouped_by_picking.model_account_move
msgid "Journal Entry"
msgstr ""

#~ msgid "Journal Entries"
#~ msgstr "Asientos contables"
51 changes: 51 additions & 0 deletions account_invoice_report_grouped_by_picking/i18n/fr_FR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_report_grouped_by_picking
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-04-10 15:46+0000\n"
"Last-Translator: Yves Le Doeuff <[email protected]>\n"
"Language-Team: none\n"
"Language: fr_FR\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.3.2\n"

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid "<span>Order:</span>"
msgstr "<span>Commande:</span>"

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid "<span>Picking:</span>"
msgstr ""

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid ""
"<strong>\n"
" <span>Without reference</span>\n"
" </strong>"
msgstr ""
"<strong>\n"
" <span>Sans référence</span>\n"
" </strong>"

#. module: account_invoice_report_grouped_by_picking
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
msgid "<strong>Subtotal: </strong>"
msgstr "<strong>Sous-total : </strong>"

#. module: account_invoice_report_grouped_by_picking
#: model:ir.model,name:account_invoice_report_grouped_by_picking.model_account_move
msgid "Journal Entry"
msgstr "Ecriture"

#~ msgid "Last Modified on"
#~ msgstr "Dernière modification"
Loading

0 comments on commit cd3287d

Please sign in to comment.