Skip to content

Commit fe95339

Browse files
committed
[12.0][MIG] account_invoice_report_grouped_by_picking: Migration to 12.0
1 parent e17a62e commit fe95339

File tree

10 files changed

+532
-55
lines changed

10 files changed

+532
-55
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,38 @@
1-
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
2-
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
3-
:alt: License: AGPL-3
4-
5-
=============================
6-
Account Invoice Group Picking
7-
=============================
1+
==================================
2+
Account Invoice Grouped by Picking
3+
==================================
4+
5+
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6+
!! This file is generated by oca-gen-addon-readme !!
7+
!! changes will be overwritten. !!
8+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9+
10+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
11+
:target: https://odoo-community.org/page/development-status
12+
:alt: Beta
13+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
14+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
15+
:alt: License: AGPL-3
16+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--invoice--reporting-lightgray.png?logo=github
17+
:target: https://github.com/OCA/account-invoice-reporting/tree/12.0/account_invoice_report_grouped_by_picking
18+
:alt: OCA/account-invoice-reporting
19+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20+
:target: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-account_invoice_report_grouped_by_picking
21+
:alt: Translate me on Weblate
22+
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23+
:target: https://runbot.odoo-community.org/runbot/94/12.0
24+
:alt: Try me on Runbot
25+
26+
|badge1| |badge2| |badge3| |badge4| |badge5|
827

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

32+
**Table of contents**
33+
34+
.. contents::
35+
:local:
1336

1437
Usage
1538
=====
@@ -22,43 +45,44 @@ Usage
2245
#. Invoice report will group invoice lines and shows information about sales
2346
and pickings in every group.
2447

25-
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
26-
:alt: Try me on Runbot
27-
:target: https://runbot.odoo-community.org/runbot/95/9.0
28-
2948
Bug Tracker
3049
===========
3150

32-
Bugs are tracked on `GitHub Issues
33-
<https://github.com/OCA/account-invoicing/issues>`_. In case of trouble, please
34-
check there if your issue has already been reported. If you spotted it first,
35-
help us smash it by providing detailed and welcomed feedback.
51+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoice-reporting/issues>`_.
52+
In case of trouble, please check there if your issue has already been reported.
53+
If you spotted it first, help us smashing it by providing a detailed and welcomed
54+
`feedback <https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20account_invoice_report_grouped_by_picking%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
55+
56+
Do not contact contributors directly about support or help with technical issues.
3657

3758
Credits
3859
=======
3960

40-
Images
41-
------
61+
Authors
62+
~~~~~~~
4263

43-
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
64+
* Tecnativa
4465

4566
Contributors
46-
------------
67+
~~~~~~~~~~~~
4768

4869
* Carlos Dauden <carlos.dauden@tecnativa.com>
4970
* David Vidal <david.vidal@tecnativa.com>
71+
* Ioan Galan <ioan@studio73.es>
5072

51-
Maintainer
52-
----------
73+
Maintainers
74+
~~~~~~~~~~~
75+
76+
This module is maintained by the OCA.
5377

5478
.. image:: https://odoo-community.org/logo.png
5579
:alt: Odoo Community Association
5680
:target: https://odoo-community.org
5781

58-
This module is maintained by the OCA.
59-
6082
OCA, or the Odoo Community Association, is a nonprofit organization whose
6183
mission is to support the collaborative development of Odoo features and
6284
promote its widespread use.
6385

64-
To contribute to this module, please visit https://odoo-community.org.
86+
This module is part of the `OCA/account-invoice-reporting <https://github.com/OCA/account-invoice-reporting/tree/12.0/account_invoice_report_grouped_by_picking>`_ project on GitHub.
87+
88+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

account_invoice_report_grouped_by_picking/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Account Invoice Grouped by Picking",
77
"summary": "Print invoice lines grouped by picking",
8-
"version": "11.0.1.4.0",
8+
"version": "12.0.1.0.0",
99
"category": "Accounting & Finance",
1010
"website": "https://github.com/OCA/account-invoice-reporting",
1111
"author": "Tecnativa, "
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
# Translation of Odoo Server.
22
# This file contains the translation of the following modules:
3-
# * account_invoice_report_grouped_by_picking
3+
# * account_invoice_report_grouped_by_picking
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: Odoo Server 11.0\n"
7+
"Project-Id-Version: Odoo Server 12.0\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2018-11-22 09:16+0000\n"
10-
"PO-Revision-Date: 2018-11-22 09:16+0000\n"
9+
"POT-Creation-Date: 2019-07-11 09:46+0000\n"
10+
"PO-Revision-Date: 2019-07-11 09:46+0000\n"
1111
"Last-Translator: <>\n"
1212
"Language-Team: \n"
13-
"Language: \n"
1413
"MIME-Version: 1.0\n"
1514
"Content-Type: text/plain; charset=UTF-8\n"
1615
"Content-Transfer-Encoding: \n"
1716
"Plural-Forms: \n"
1817

1918
#. module: account_invoice_report_grouped_by_picking
20-
#: model:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
19+
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
2120
msgid "<span>Order:</span>"
2221
msgstr "<span>Pedido:</span>"
2322

2423
#. module: account_invoice_report_grouped_by_picking
25-
#: model:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
24+
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
2625
msgid "<span>Picking:</span>"
2726
msgstr "<span>Albarán:</span>"
2827

2928
#. module: account_invoice_report_grouped_by_picking
30-
#: model:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_layouted
29+
#: model_terms:ir.ui.view,arch_db:account_invoice_report_grouped_by_picking.report_invoice_document
3130
msgid "<strong>Subtotal: </strong>"
3231
msgstr "<strong>Subtotal: </strong>"
3332

3433
#. module: account_invoice_report_grouped_by_picking
3534
#: model:ir.model,name:account_invoice_report_grouped_by_picking.model_account_invoice
3635
msgid "Invoice"
3736
msgstr "Factura"
37+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Carlos Dauden <carlos.dauden@tecnativa.com>
2+
* David Vidal <david.vidal@tecnativa.com>
3+
* Ioan Galan <ioan@studio73.es>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This module allows print invoices with picking info. This module groups
2+
invoice lines and shows information related to sales and pickings on every
3+
group.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#. Create several quotation orders and confirm them.
2+
#. Deliver pickings related to each sale order.
3+
#. Go to *Sales > Invoicing > Sales to invoicing* and invoice these sale
4+
orders.
5+
#. Open invoice newly created and print it.
6+
#. Invoice report will group invoice lines and shows information about sales
7+
and pickings in every group.

0 commit comments

Comments
 (0)