Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0][MIG] stock_dock: Migration to 18.0 #160

Merged
merged 20 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .oca/oca-port/blacklist/stock_dock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"pull_requests": {
"116": "Nothing to port"
}
}
99 changes: 99 additions & 0 deletions stock_dock/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
============
Loading Dock
============

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:1705370e0af3f8bbc077b5bb1c7fe3f064e0637eacae622987431275c45acb8e
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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%2Fstock--logistics--transport-lightgray.png?logo=github
:target: https://github.com/OCA/stock-logistics-transport/tree/18.0/stock_dock
:alt: OCA/stock-logistics-transport
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/stock-logistics-transport-18-0/stock-logistics-transport-18-0-stock_dock
: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/stock-logistics-transport&target_branch=18.0
:alt: Try me on Runboat

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

Manage the loading docks of your warehouse.

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-transport/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/stock-logistics-transport/issues/new?body=module:%20stock_dock%0Aversion:%2018.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
-------

* Camptocamp

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

- Sébastien Alix <[email protected]>
- `Trobz <https://trobz.com>`__:

- Dung Tran <[email protected]>
- Khoi (Kien Kim) <[email protected]>

Design
~~~~~~

- Joël Grand-Guillaume <[email protected]>
- Jacques-Etienne Baudoux <[email protected]>

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

**Financial support**

- Cosanum
- Camptocamp R&D

The migration of this module from 13.0 to 14.0 and then from 16.0 to
18.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/stock-logistics-transport <https://github.com/OCA/stock-logistics-transport/tree/18.0/stock_dock>`_ 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 stock_dock/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
21 changes: 21 additions & 0 deletions stock_dock/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2021 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)

{
"name": "Loading Dock",
"summary": "Manage the loading docks of your warehouse.",
"version": "18.0.1.0.0",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-transport",
"category": "Warehouse Management",
"depends": ["stock"],
"data": [
"security/ir.model.access.csv",
"demo/stock_dock.xml",
"views/stock_dock.xml",
],
"demo": ["demo/stock_dock.xml"],
"license": "AGPL-3",
"installable": True,
"application": False,
}
9 changes: 9 additions & 0 deletions stock_dock/demo/stock_dock.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2021 Camptocamp SA
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="stock_dock_demo" model="stock.dock">
<field name="name">Dock 01</field>
<field name="barcode">DOCK01</field>
</record>
</odoo>
114 changes: 114 additions & 0 deletions stock_dock/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_dock
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-03-25 09:09+0000\n"
"Last-Translator: \"Juanma B.O.\" <[email protected]>\n"
"Language-Team: none\n"
"Language: es\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.17\n"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__active
msgid "Active"
msgstr "Activo"

#. module: stock_dock
#: model_terms:ir.ui.view,arch_db:stock_dock.stock_dock_view_form
#: model_terms:ir.ui.view,arch_db:stock_dock.stock_dock_view_search
msgid "Archived"
msgstr "Archivado"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__barcode
msgid "Barcode"
msgstr "Código de barras"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__company_id
#: model_terms:ir.ui.view,arch_db:stock_dock.stock_dock_view_search
msgid "Company"
msgstr "Compañía"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__create_uid
msgid "Created by"
msgstr "Creado por"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__create_date
msgid "Created on"
msgstr "Creado el"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__display_name
msgid "Display Name"
msgstr "Nombre a mostrar"

#. module: stock_dock
#: model_terms:ir.ui.view,arch_db:stock_dock.stock_dock_view_form
msgid "Dock"
msgstr "Muelle"

#. module: stock_dock
#: model:ir.model,name:stock_dock.model_stock_dock
msgid "Dock, used by trucks to load/unload goods"
msgstr "Muelle, utilizado por camiones para cargar/descargar mercancías"

#. module: stock_dock
#: model:ir.actions.act_window,name:stock_dock.stock_dock_action
#: model:ir.ui.menu,name:stock_dock.stock_dock_menu
#: model_terms:ir.ui.view,arch_db:stock_dock.stock_dock_view_search
msgid "Docks"
msgstr "Muelles"

#. module: stock_dock
#: model_terms:ir.ui.view,arch_db:stock_dock.stock_dock_view_search
msgid "Group By"
msgstr "Agrupar por"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__id
msgid "ID"
msgstr "ID"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock____last_update
msgid "Last Modified on"
msgstr "Última modificación el"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__write_uid
msgid "Last Updated by"
msgstr "Ultima actualización por"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__write_date
msgid "Last Updated on"
msgstr "Última actualización el"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__name
msgid "Name"
msgstr "Nombre"

#. module: stock_dock
#: model:ir.model.fields,help:stock_dock.field_stock_dock__company_id
msgid "The company is automatically set from your user preferences."
msgstr ""
"La compañía se establece automáticamente en base a tus preferencias de "
"usuario."

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__warehouse_id
#: model_terms:ir.ui.view,arch_db:stock_dock.stock_dock_view_search
msgid "Warehouse"
msgstr "Almacén"
114 changes: 114 additions & 0 deletions stock_dock/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_dock
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-01-01 14:06+0000\n"
"Last-Translator: samibc2c <[email protected]>\n"
"Language-Team: none\n"
"Language: 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 5.6.2\n"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__active
msgid "Active"
msgstr "Actif"

#. module: stock_dock
#: model_terms:ir.ui.view,arch_db:stock_dock.stock_dock_view_form
#: model_terms:ir.ui.view,arch_db:stock_dock.stock_dock_view_search
msgid "Archived"
msgstr "Archivé"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__barcode
msgid "Barcode"
msgstr "Code-barre"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__company_id
#: model_terms:ir.ui.view,arch_db:stock_dock.stock_dock_view_search
msgid "Company"
msgstr "Société"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__create_uid
msgid "Created by"
msgstr "Créé par"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__create_date
msgid "Created on"
msgstr "Créé le"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__display_name
msgid "Display Name"
msgstr "Nom affiché"

#. module: stock_dock
#: model_terms:ir.ui.view,arch_db:stock_dock.stock_dock_view_form
msgid "Dock"
msgstr "Quai"

#. module: stock_dock
#: model:ir.model,name:stock_dock.model_stock_dock
msgid "Dock, used by trucks to load/unload goods"
msgstr "Quai, utilisé par les camions pour charger/décharger des marchandises"

#. module: stock_dock
#: model:ir.actions.act_window,name:stock_dock.stock_dock_action
#: model:ir.ui.menu,name:stock_dock.stock_dock_menu
#: model_terms:ir.ui.view,arch_db:stock_dock.stock_dock_view_search
msgid "Docks"
msgstr "Quais"

#. module: stock_dock
#: model_terms:ir.ui.view,arch_db:stock_dock.stock_dock_view_search
msgid "Group By"
msgstr "Grouper par"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__id
msgid "ID"
msgstr "ID"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock____last_update
msgid "Last Modified on"
msgstr "Dernière modification le"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__write_uid
msgid "Last Updated by"
msgstr "Dernière mise à jour par"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__write_date
msgid "Last Updated on"
msgstr "Dernière mise à jour le"

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__name
msgid "Name"
msgstr "Nom"

#. module: stock_dock
#: model:ir.model.fields,help:stock_dock.field_stock_dock__company_id
msgid "The company is automatically set from your user preferences."
msgstr ""
"La société est automatiquement définie à partir de vos préférences "
"utilisateur."

#. module: stock_dock
#: model:ir.model.fields,field_description:stock_dock.field_stock_dock__warehouse_id
#: model_terms:ir.ui.view,arch_db:stock_dock.stock_dock_view_search
msgid "Warehouse"
msgstr "Entrepôt"
Loading
Loading