Skip to content

Commit f6e6ec8

Browse files
committed
[MIG] l10n_es_sigaus_stock_picking_report_valued: Migration to 18.0
1 parent c02c261 commit f6e6ec8

File tree

19 files changed

+1417
-0
lines changed

19 files changed

+1417
-0
lines changed
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
============================
2+
SIGAUS Report Picking Valued
3+
============================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:ba1d7db85c0c701e5fa4b2da3fab8508bf944421b1d848fa7f48130d84273fd8
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%2Fl10n--spain-lightgray.png?logo=github
20+
:target: https://github.com/OCA/l10n-spain/tree/18.0/l10n_es_sigaus_stock_picking_report_valued
21+
:alt: OCA/l10n-spain
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/l10n-spain-18-0/l10n-spain-18-0-l10n_es_sigaus_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/l10n-spain&target_branch=18.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
Mostrar la aportación SIGAUS en los albaranes valorados que proceden de
32+
un pedido de ventas. Los cálculos se realizan según el valor de cantidad
33+
hecha si este es distinto a 0. En caso contrario, los calculos se
34+
realizan según la cantidad reservada.
35+
36+
**Table of contents**
37+
38+
.. contents::
39+
:local:
40+
41+
Configuration
42+
=============
43+
44+
Para que la aportación SIGAUS aparezca en el albarán valorado, el
45+
contacto del albarán tiene que tener activada la opción "Albarán
46+
valorado" de la pestaña "Venta y compra" de su ficha.
47+
48+
Bug Tracker
49+
===========
50+
51+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-spain/issues>`_.
52+
In case of trouble, please check there if your issue has already been reported.
53+
If you spotted it first, help us to smash it by providing a detailed and welcomed
54+
`feedback <https://github.com/OCA/l10n-spain/issues/new?body=module:%20l10n_es_sigaus_stock_picking_report_valued%0Aversion:%2018.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.
57+
58+
Credits
59+
=======
60+
61+
Authors
62+
-------
63+
64+
* Sygel
65+
66+
Contributors
67+
------------
68+
69+
- `Sygel <https://www.sygel.es>`__:
70+
71+
- Manuel Regidor <[email protected]>
72+
- Harald Panten <[email protected]>
73+
74+
Maintainers
75+
-----------
76+
77+
This module is maintained by the OCA.
78+
79+
.. image:: https://odoo-community.org/logo.png
80+
:alt: Odoo Community Association
81+
:target: https://odoo-community.org
82+
83+
OCA, or the Odoo Community Association, is a nonprofit organization whose
84+
mission is to support the collaborative development of Odoo features and
85+
promote its widespread use.
86+
87+
This module is part of the `OCA/l10n-spain <https://github.com/OCA/l10n-spain/tree/18.0/l10n_es_sigaus_stock_picking_report_valued>`_ project on GitHub.
88+
89+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright 2024 Manuel Regidor <[email protected]>
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
4+
from . import models
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright 2024 Manuel Regidor <[email protected]>
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
4+
{
5+
"name": "SIGAUS Report Picking Valued",
6+
"summary": "Show SIGAUS amount in valued stock pickings.",
7+
"version": "18.0.1.0.0",
8+
"license": "AGPL-3",
9+
"author": "Sygel, Odoo Community Association (OCA)",
10+
"category": "Stock",
11+
"website": "https://github.com/OCA/l10n-spain",
12+
"depends": [
13+
"stock_picking_report_valued",
14+
"l10n_es_sigaus_sale",
15+
],
16+
"data": ["report/report_deliveryslip.xml"],
17+
"installable": True,
18+
}
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * l10n_es_sigaus_stock_picking_report_valued
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2024-07-09 15:58+0000\n"
10+
"Last-Translator: Jaime Ruiz Maccione <[email protected]>\n"
11+
"Language-Team: none\n"
12+
"Language: ca\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 5.6.2\n"
18+
19+
#. module: l10n_es_sigaus_stock_picking_report_valued
20+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_report_delivery_document
21+
msgid "<strong>SIGAUS Taxes</strong>"
22+
msgstr "<strong>Impostos SIGAUS</strong>"
23+
24+
#. module: l10n_es_sigaus_stock_picking_report_valued
25+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_report_delivery_document
26+
msgid "<strong>SIGAUS Untaxed Amount</strong>"
27+
msgstr "<strong>Import sense impostos SIGAUS</strong>"
28+
29+
#. module: l10n_es_sigaus_stock_picking_report_valued
30+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_report_delivery_document
31+
msgid "<strong>Total Picking</strong>"
32+
msgstr "<strong>Total recollida</strong>"
33+
34+
#. module: l10n_es_sigaus_stock_picking_report_valued
35+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_report_delivery_document
36+
msgid "<strong>Total SIGAUS</strong>"
37+
msgstr "<strong>Total SIGAUS</strong>"
38+
39+
#. module: l10n_es_sigaus_stock_picking_report_valued
40+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_stock_report_delivery_has_serial_move_line_sigaus
41+
msgid "Aportación SIGAUS (RD 679/2006):"
42+
msgstr "Aportació SIGAUS (RD 679/2006):"
43+
44+
#. module: l10n_es_sigaus_stock_picking_report_valued
45+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_picking__picking_total_with_sigaus
46+
msgid "Picking Total With Sigaus"
47+
msgstr "Total recollida amb SIGAUS"
48+
49+
#. module: l10n_es_sigaus_stock_picking_report_valued
50+
#: model:ir.model,name:l10n_es_sigaus_stock_picking_report_valued.model_stock_move_line
51+
msgid "Product Moves (Stock Move Line)"
52+
msgstr "Moviments de producte (Línia de moviment d'estoc)"
53+
54+
#. module: l10n_es_sigaus_stock_picking_report_valued
55+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_move_line__sigaus_amount_subtotal
56+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_picking__sigaus_amount_subtotal
57+
msgid "Sigaus Amount Subtotal"
58+
msgstr "Subtotal import SIGAUS"
59+
60+
#. module: l10n_es_sigaus_stock_picking_report_valued
61+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_move_line__sigaus_amount_tax
62+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_picking__sigaus_amount_tax
63+
msgid "Sigaus Amount Tax"
64+
msgstr "Impost de l'import SIGAUS"
65+
66+
#. module: l10n_es_sigaus_stock_picking_report_valued
67+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_move_line__sigaus_amount_total
68+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_picking__sigaus_amount_total
69+
msgid "Sigaus Amount Total"
70+
msgstr "Import total SIGAUS"
71+
72+
#. module: l10n_es_sigaus_stock_picking_report_valued
73+
#: model:ir.model,name:l10n_es_sigaus_stock_picking_report_valued.model_stock_picking
74+
msgid "Transfer"
75+
msgstr "Transferència"
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * l10n_es_sigaus_stock_picking_report_valued
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2024-02-27 12:24+0000\n"
10+
"PO-Revision-Date: 2024-02-29 00:13+0000\n"
11+
"Last-Translator: Ivorra78 <[email protected]>\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: l10n_es_sigaus_stock_picking_report_valued
21+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_report_delivery_document
22+
msgid "<strong>SIGAUS Taxes</strong>"
23+
msgstr "<strong>Impuesto SIGAUS</strong>"
24+
25+
#. module: l10n_es_sigaus_stock_picking_report_valued
26+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_report_delivery_document
27+
msgid "<strong>SIGAUS Untaxed Amount</strong>"
28+
msgstr "<strong>SIGAUS Imponible</strong>"
29+
30+
#. module: l10n_es_sigaus_stock_picking_report_valued
31+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_report_delivery_document
32+
msgid "<strong>Total Picking</strong>"
33+
msgstr "<strong>TOTAL ALBARÁN</strong>"
34+
35+
#. module: l10n_es_sigaus_stock_picking_report_valued
36+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_report_delivery_document
37+
msgid "<strong>Total SIGAUS</strong>"
38+
msgstr "<strong>Total SIGAUS</strong>"
39+
40+
#. module: l10n_es_sigaus_stock_picking_report_valued
41+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_stock_report_delivery_has_serial_move_line_sigaus
42+
msgid "Aportación SIGAUS (RD 679/2006):"
43+
msgstr "Aportación SIGAUS (RD 679/2006):"
44+
45+
#. module: l10n_es_sigaus_stock_picking_report_valued
46+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_picking__picking_total_with_sigaus
47+
msgid "Picking Total With Sigaus"
48+
msgstr "Total de albarán con SIGAUS"
49+
50+
#. module: l10n_es_sigaus_stock_picking_report_valued
51+
#: model:ir.model,name:l10n_es_sigaus_stock_picking_report_valued.model_stock_move_line
52+
msgid "Product Moves (Stock Move Line)"
53+
msgstr "Movimientos de Producto (Stock Move Line)"
54+
55+
#. module: l10n_es_sigaus_stock_picking_report_valued
56+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_move_line__sigaus_amount_subtotal
57+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_picking__sigaus_amount_subtotal
58+
msgid "Sigaus Amount Subtotal"
59+
msgstr "Subtotal SIGAUS"
60+
61+
#. module: l10n_es_sigaus_stock_picking_report_valued
62+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_move_line__sigaus_amount_tax
63+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_picking__sigaus_amount_tax
64+
msgid "Sigaus Amount Tax"
65+
msgstr "Impuesto SIGAUS"
66+
67+
#. module: l10n_es_sigaus_stock_picking_report_valued
68+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_move_line__sigaus_amount_total
69+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_picking__sigaus_amount_total
70+
msgid "Sigaus Amount Total"
71+
msgstr "Total SIGAUS"
72+
73+
#. module: l10n_es_sigaus_stock_picking_report_valued
74+
#: model:ir.model,name:l10n_es_sigaus_stock_picking_report_valued.model_stock_picking
75+
msgid "Transfer"
76+
msgstr "Albarán"
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * l10n_es_sigaus_stock_picking_report_valued
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: \n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: l10n_es_sigaus_stock_picking_report_valued
17+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_report_delivery_document
18+
msgid "<strong>SIGAUS Taxes</strong>"
19+
msgstr ""
20+
21+
#. module: l10n_es_sigaus_stock_picking_report_valued
22+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_report_delivery_document
23+
msgid "<strong>SIGAUS Untaxed Amount</strong>"
24+
msgstr ""
25+
26+
#. module: l10n_es_sigaus_stock_picking_report_valued
27+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_report_delivery_document
28+
msgid "<strong>Total Picking</strong>"
29+
msgstr ""
30+
31+
#. module: l10n_es_sigaus_stock_picking_report_valued
32+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_report_delivery_document
33+
msgid "<strong>Total SIGAUS</strong>"
34+
msgstr ""
35+
36+
#. module: l10n_es_sigaus_stock_picking_report_valued
37+
#: model_terms:ir.ui.view,arch_db:l10n_es_sigaus_stock_picking_report_valued.l10n_es_sigaus_stock_report_delivery_has_serial_move_line_sigaus
38+
msgid "Aportación SIGAUS (RD 679/2006):"
39+
msgstr ""
40+
41+
#. module: l10n_es_sigaus_stock_picking_report_valued
42+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_picking__picking_total_with_sigaus
43+
msgid "Picking Total With Sigaus"
44+
msgstr ""
45+
46+
#. module: l10n_es_sigaus_stock_picking_report_valued
47+
#: model:ir.model,name:l10n_es_sigaus_stock_picking_report_valued.model_stock_move_line
48+
msgid "Product Moves (Stock Move Line)"
49+
msgstr ""
50+
51+
#. module: l10n_es_sigaus_stock_picking_report_valued
52+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_move_line__sigaus_amount_subtotal
53+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_picking__sigaus_amount_subtotal
54+
msgid "Sigaus Amount Subtotal"
55+
msgstr ""
56+
57+
#. module: l10n_es_sigaus_stock_picking_report_valued
58+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_move_line__sigaus_amount_tax
59+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_picking__sigaus_amount_tax
60+
msgid "Sigaus Amount Tax"
61+
msgstr ""
62+
63+
#. module: l10n_es_sigaus_stock_picking_report_valued
64+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_move_line__sigaus_amount_total
65+
#: model:ir.model.fields,field_description:l10n_es_sigaus_stock_picking_report_valued.field_stock_picking__sigaus_amount_total
66+
msgid "Sigaus Amount Total"
67+
msgstr ""
68+
69+
#. module: l10n_es_sigaus_stock_picking_report_valued
70+
#: model:ir.model,name:l10n_es_sigaus_stock_picking_report_valued.model_stock_picking
71+
msgid "Transfer"
72+
msgstr ""
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Copyright 2024 Manuel Regidor <[email protected]>
2+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3+
4+
from . import stock_picking
5+
from . import stock_move_line

0 commit comments

Comments
 (0)