Skip to content

Commit 9d9020d

Browse files
committed
Merge PR #300 into 17.0
Signed-off-by gurneyalex
2 parents 15a2050 + df92eee commit 9d9020d

27 files changed

+2263
-0
lines changed
+137
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
=====================
2+
Valued Picking Report
3+
=====================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:faba26b7e8e791b2b83cd26d245bd0d7b9de3e7f37db485cd9c2a49109e49a0b
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github
20+
:target: https://github.com/OCA/stock-logistics-reporting/tree/17.0/stock_picking_report_valued
21+
:alt: OCA/stock-logistics-reporting
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/stock-logistics-reporting-17-0/stock-logistics-reporting-17-0-stock_picking_report_valued
24+
:alt: Translate me on Weblate
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-reporting&target_branch=17.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
Add amount information to Delivery Slip report. You can select at
32+
partner level if picking list report must be valued or not. If the
33+
picking is done it's valued with quantity done, otherwise the picking is
34+
valued with reserved quantity.
35+
36+
**Table of contents**
37+
38+
.. contents::
39+
:local:
40+
41+
Configuration
42+
=============
43+
44+
1. Go to *Sales > Orders > Customers > (select one of your choice) >
45+
Sales & Purchases*.
46+
2. Set *Valued picking* field on.
47+
48+
Usage
49+
=====
50+
51+
To get the stock picking valued report:
52+
53+
1. Create a Sales Order with storable products a *Valued picking* able
54+
customer.
55+
2. Confirm the Sale Order.
56+
3. Click on *Delivery* stat button.
57+
4. Go to *Print > Delivery Slip*.
58+
59+
Known issues / Roadmap
60+
======================
61+
62+
- If the picking is not reserved, values aren't computed.
63+
64+
Changelog
65+
=========
66+
67+
This module includes the features from the module
68+
*stock_picking_report_valued_delivery*:
69+
https://github.com/OCA/stock-logistics-reporting/pull/285
70+
71+
Bug Tracker
72+
===========
73+
74+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-reporting/issues>`_.
75+
In case of trouble, please check there if your issue has already been reported.
76+
If you spotted it first, help us to smash it by providing a detailed and welcomed
77+
`feedback <https://github.com/OCA/stock-logistics-reporting/issues/new?body=module:%20stock_picking_report_valued%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
78+
79+
Do not contact contributors directly about support or help with technical issues.
80+
81+
Credits
82+
=======
83+
84+
Authors
85+
-------
86+
87+
* Tecnativa
88+
89+
Contributors
90+
------------
91+
92+
- `Avanzosc <http://www.avanzosc.es>`__:
93+
94+
- Oihane Crucelaegui
95+
96+
- `Tecnativa <https://www.tecnativa.com>`__:
97+
98+
- Pedro M. Baeza
99+
- Antonio Espinosa
100+
- Carlos Dauden
101+
- David Vidal
102+
- Luis M. Ontalba
103+
- Ernesto Tejeda
104+
- Sergio Teruel
105+
106+
- `GreenIce <https://www.greenice.com>`__:
107+
108+
- Fernando La Chica <fernandolachica@gmail.com>
109+
110+
- `Landoo <https://www.landoo.es>`__:
111+
112+
- Aritz Olea <ao@landoo.es>
113+
114+
- `Studio73 <https://www.studio73.es>`__:
115+
116+
- Miguel Gandia <miguel@studio73.es>
117+
118+
- `Trobz <https://trobz.com>`__:
119+
120+
- Nguyen Minh Chien <chien@trobz.com>
121+
122+
Maintainers
123+
-----------
124+
125+
This module is maintained by the OCA.
126+
127+
.. image:: https://odoo-community.org/logo.png
128+
:alt: Odoo Community Association
129+
:target: https://odoo-community.org
130+
131+
OCA, or the Odoo Community Association, is a nonprofit organization whose
132+
mission is to support the collaborative development of Odoo features and
133+
promote its widespread use.
134+
135+
This module is part of the `OCA/stock-logistics-reporting <https://github.com/OCA/stock-logistics-reporting/tree/17.0/stock_picking_report_valued>`_ project on GitHub.
136+
137+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import models
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright 2014 Pedro M. Baeza - Tecnativa <pedro.baeza@tecnativa.com>
2+
# Copyright 2015 Antonio Espinosa - Tecnativa <antonio.espinosa@tecnativa.com>
3+
# Copyright 2016-2019 Carlos Dauden - Tecnativa <carlos.dauden@tecnativa.com>
4+
# Copyright 2017 David Vidal - Tecnativa <david.vidal@tecnativa.com>
5+
# Copyright 2017 Luis M. Ontalba - Tecnativa <luis.martinez@tecnativa.com>
6+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
7+
8+
{
9+
"name": "Valued Picking Report",
10+
"summary": "Adding Valued Picking on Delivery Slip report",
11+
"version": "17.0.1.0.0",
12+
"author": "Tecnativa, Odoo Community Association (OCA)",
13+
"website": "https://github.com/OCA/stock-logistics-reporting",
14+
"category": "Warehouse Management",
15+
"license": "AGPL-3",
16+
"depends": ["sale_stock"],
17+
"data": ["views/res_partner_view.xml", "report/stock_picking_report_valued.xml"],
18+
"installable": True,
19+
}
+154
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * stock_picking_report_valued
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 10.0c\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2017-08-21 08:13+0000\n"
10+
"PO-Revision-Date: 2023-11-20 10:35+0000\n"
11+
"Last-Translator: Gelojr <gelo@moduon.team>\n"
12+
"Language-Team: \n"
13+
"Language: es\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18+
"X-Generator: Weblate 4.17\n"
19+
20+
#. module: stock_picking_report_valued
21+
#: model_terms:ir.ui.view,arch_db:stock_picking_report_valued.valued_report_picking
22+
msgid "<strong>Discount</strong>"
23+
msgstr "<strong>Descuento</strong>"
24+
25+
#. module: stock_picking_report_valued
26+
#: model_terms:ir.ui.view,arch_db:stock_picking_report_valued.valued_report_picking
27+
msgid "<strong>Qty Reserved</strong>"
28+
msgstr "<strong>Cantidad Reservada</strong>"
29+
30+
#. module: stock_picking_report_valued
31+
#: model_terms:ir.ui.view,arch_db:stock_picking_report_valued.valued_report_picking
32+
msgid "<strong>Subtotal</strong>"
33+
msgstr "<strong>Subtotal</strong>"
34+
35+
#. module: stock_picking_report_valued
36+
#: model_terms:ir.ui.view,arch_db:stock_picking_report_valued.valued_report_picking
37+
msgid "<strong>Taxes</strong>"
38+
msgstr "<strong>Impuestos</strong>"
39+
40+
#. module: stock_picking_report_valued
41+
#: model_terms:ir.ui.view,arch_db:stock_picking_report_valued.valued_report_picking
42+
msgid "<strong>Total</strong>"
43+
msgstr "<strong>Total</strong>"
44+
45+
#. module: stock_picking_report_valued
46+
#: model_terms:ir.ui.view,arch_db:stock_picking_report_valued.valued_report_picking
47+
msgid "<strong>Unit Price</strong>"
48+
msgstr "<strong>Precio Unidad</strong>"
49+
50+
#. module: stock_picking_report_valued
51+
#: model_terms:ir.ui.view,arch_db:stock_picking_report_valued.valued_report_picking
52+
msgid "<strong>Untaxed Amount</strong>"
53+
msgstr "<strong>Base imponible</strong>"
54+
55+
#. module: stock_picking_report_valued
56+
#: model:ir.model,name:stock_picking_report_valued.model_res_partner
57+
msgid "Contact"
58+
msgstr "Contacto"
59+
60+
#. module: stock_picking_report_valued
61+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_stock_picking__currency_id
62+
msgid "Currency"
63+
msgstr "Moneda"
64+
65+
#. module: stock_picking_report_valued
66+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_stock_move_line__sale_price_subtotal
67+
msgid "Price subtotal"
68+
msgstr "Subtotal"
69+
70+
#. module: stock_picking_report_valued
71+
#: model:ir.model,name:stock_picking_report_valued.model_stock_move_line
72+
msgid "Product Moves (Stock Move Line)"
73+
msgstr "Movimientos de producto (línea de movimiento de existencias)"
74+
75+
#. module: stock_picking_report_valued
76+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_stock_move_line__sale_line
77+
msgid "Related order line"
78+
msgstr "Línea de pedido relacionada"
79+
80+
#. module: stock_picking_report_valued
81+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_stock_move_line__currency_id
82+
msgid "Sale Currency"
83+
msgstr "Divisa de Venta"
84+
85+
#. module: stock_picking_report_valued
86+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_stock_move_line__sale_price_unit
87+
msgid "Sale Price Unit"
88+
msgstr "Precio de Venta Unidad"
89+
90+
#. module: stock_picking_report_valued
91+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_stock_move_line__sale_tax_id
92+
msgid "Sale Tax"
93+
msgstr "Impuesto de Venta"
94+
95+
#. module: stock_picking_report_valued
96+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_stock_move_line__sale_discount
97+
msgid "Sale discount (%)"
98+
msgstr "Descuento venta (%)"
99+
100+
#. module: stock_picking_report_valued
101+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_stock_move_line__sale_tax_description
102+
msgid "Tax Description"
103+
msgstr "Descripción de impuesto"
104+
105+
#. module: stock_picking_report_valued
106+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_stock_move_line__sale_price_tax
107+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_stock_picking__amount_tax
108+
msgid "Taxes"
109+
msgstr "Impuestos"
110+
111+
#. module: stock_picking_report_valued
112+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_stock_move_line__sale_price_total
113+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_stock_picking__amount_total
114+
msgid "Total"
115+
msgstr "Total"
116+
117+
#. module: stock_picking_report_valued
118+
#: model:ir.model,name:stock_picking_report_valued.model_stock_picking
119+
msgid "Transfer"
120+
msgstr "Transferir"
121+
122+
#. module: stock_picking_report_valued
123+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_stock_picking__amount_untaxed
124+
msgid "Untaxed Amount"
125+
msgstr "Base imponible"
126+
127+
#. module: stock_picking_report_valued
128+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_res_partner__valued_picking
129+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_res_users__valued_picking
130+
#: model:ir.model.fields,field_description:stock_picking_report_valued.field_stock_picking__valued
131+
msgid "Valued Picking"
132+
msgstr "Albarán valorado"
133+
134+
#. module: stock_picking_report_valued
135+
#: model:ir.model.fields,help:stock_picking_report_valued.field_res_partner__valued_picking
136+
#: model:ir.model.fields,help:stock_picking_report_valued.field_res_users__valued_picking
137+
#: model:ir.model.fields,help:stock_picking_report_valued.field_stock_picking__valued
138+
msgid "You can select which partners have valued pickings"
139+
msgstr "Puede seleccionar qué empresas tienen albarán valorado"
140+
141+
#~ msgid "Sale price unit"
142+
#~ msgstr "Precio venta"
143+
144+
#~ msgid "Packing Operation"
145+
#~ msgstr "Operación de empaquetado"
146+
147+
#~ msgid "Partner"
148+
#~ msgstr "Empresa"
149+
150+
#~ msgid "Website Messages"
151+
#~ msgstr "Mensajes del sitio web"
152+
153+
#~ msgid "Website communication history"
154+
#~ msgstr "Historial de comunicaciones del sitio web"

0 commit comments

Comments
 (0)