-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] stock_move_qty_by_packaging_report: Divide module in two - func…
…tionality and report
- Loading branch information
Showing
10 changed files
with
235 additions
and
2 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
setup/stock_move_qty_by_packaging_report/odoo/addons/stock_move_qty_by_packaging_report
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../stock_move_qty_by_packaging_report |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import setuptools | ||
|
||
setuptools.setup( | ||
setup_requires=['setuptools-odoo'], | ||
odoo_addon=True, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
|
||
================================== | ||
Stock move qty by packaging Report | ||
================================== | ||
|
||
* Add Stock move qty by packaging Report | ||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues | ||
<https://github.com/avanzosc/odoo-addons/issues>`_. In case of trouble, | ||
please check there if your issue has already been reported. If you spotted | ||
it first, help us smash it by providing detailed and welcomed feedback. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Contributors | ||
------------ | ||
|
||
* Berezi Amubieta <[email protected]> | ||
* Alfredo de la Fuente <[email protected]> | ||
* Ana Juaristi <[email protected]> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Copyright 2023 Alfredo de la Fuente - AvanzOSC | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
{ | ||
"name": "Stock Move Qty By Packaging Report", | ||
"version": "16.0.1.0.0", | ||
"category": "Hidden", | ||
"license": "AGPL-3", | ||
"author": "AvanzOSC", | ||
"website": "https://github.com/avanzosc/odoo-addons", | ||
"depends": [ | ||
"stock", | ||
"stock_move_qty_by_packaging", | ||
], | ||
"excludes": [], | ||
"data": [ | ||
"report/deliveryslip_report.xml", | ||
"report/stockpicking_operations_report.xml", | ||
], | ||
"installable": True, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * stock_move_qty_by_packaging | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-07-18 07:43+0000\n" | ||
"PO-Revision-Date: 2024-07-18 07:43+0000\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: stock_move_qty_by_packaging | ||
#: model_terms:ir.ui.view,arch_db:stock_move_qty_by_packaging.report_delivery_document | ||
#: model_terms:ir.ui.view,arch_db:stock_move_qty_by_packaging.report_picking | ||
msgid "<strong>Packages</strong>" | ||
msgstr "<strong>Bultos</strong>" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move__boxes_sacks | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move_line__boxes_sacks | ||
msgid "Boxes/Sacks" | ||
msgstr "Bultos" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move__palet_qty | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move_line__palet_qty | ||
msgid "Contained Palet Quantity" | ||
msgstr "Cantidad palet" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move_line__gross_weight | ||
msgid "Gross Weight" | ||
msgstr "Peso bruto" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move_line__no_update_palet_qty | ||
msgid "No update palet_qty" | ||
msgstr "No actualizar pale_qty" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move_line__product_packaging_id | ||
msgid "Packaging" | ||
msgstr "Empaquetado" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move__product_packaging_qty | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move_line__product_packaging_qty | ||
msgid "Packaging Quantity" | ||
msgstr "Cantidad empaquetado" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move_line__palet_id | ||
msgid "Palet" | ||
msgstr "" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model,name:stock_move_qty_by_packaging.model_stock_move_line | ||
msgid "Product Moves (Stock Move Line)" | ||
msgstr "Movimientos de Producto (Stock Move Line)" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move__demand_product_packaging_qty | ||
msgid "Product packaging qty (Demand)" | ||
msgstr "Bultos (Demanda)" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move__done_product_packaging_qty | ||
msgid "Product packaging qty (Done)" | ||
msgstr "Bultos (Realizado)" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model,name:stock_move_qty_by_packaging.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "Pedido de venta" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model,name:stock_move_qty_by_packaging.model_stock_move | ||
msgid "Stock Move" | ||
msgstr "Movimiento de existencias" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model,name:stock_move_qty_by_packaging.model_stock_picking | ||
msgid "Transfer" | ||
msgstr "Albarán" |
90 changes: 90 additions & 0 deletions
90
stock_move_qty_by_packaging_report/i18n/stock_move_qty_by_packaging.pot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * stock_move_qty_by_packaging | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-07-18 07:43+0000\n" | ||
"PO-Revision-Date: 2024-07-18 07:43+0000\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: stock_move_qty_by_packaging | ||
#: model_terms:ir.ui.view,arch_db:stock_move_qty_by_packaging.report_delivery_document | ||
#: model_terms:ir.ui.view,arch_db:stock_move_qty_by_packaging.report_picking | ||
msgid "<strong>Packages</strong>" | ||
msgstr "" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move__boxes_sacks | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move_line__boxes_sacks | ||
msgid "Boxes/Sacks" | ||
msgstr "" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move__palet_qty | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move_line__palet_qty | ||
msgid "Contained Palet Quantity" | ||
msgstr "" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move_line__gross_weight | ||
msgid "Gross Weight" | ||
msgstr "" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move_line__no_update_palet_qty | ||
msgid "No update palet_qty" | ||
msgstr "" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move_line__product_packaging_id | ||
msgid "Packaging" | ||
msgstr "" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move__product_packaging_qty | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move_line__product_packaging_qty | ||
msgid "Packaging Quantity" | ||
msgstr "" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move_line__palet_id | ||
msgid "Palet" | ||
msgstr "" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model,name:stock_move_qty_by_packaging.model_stock_move_line | ||
msgid "Product Moves (Stock Move Line)" | ||
msgstr "" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move__demand_product_packaging_qty | ||
msgid "Product packaging qty (Demand)" | ||
msgstr "" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model.fields,field_description:stock_move_qty_by_packaging.field_stock_move__done_product_packaging_qty | ||
msgid "Product packaging qty (Done)" | ||
msgstr "" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model,name:stock_move_qty_by_packaging.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model,name:stock_move_qty_by_packaging.model_stock_move | ||
msgid "Stock Move" | ||
msgstr "" | ||
|
||
#. module: stock_move_qty_by_packaging | ||
#: model:ir.model,name:stock_move_qty_by_packaging.model_stock_picking | ||
msgid "Transfer" | ||
msgstr "" |
File renamed without changes.
File renamed without changes.