-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by LoisRForgeFlow
- Loading branch information
Showing
20 changed files
with
1,327 additions
and
0 deletions.
There are no files selected for viewing
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,99 @@ | ||
=========== | ||
Repair Type | ||
=========== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:cc16ad0f3b7b905aa701afc37b9a87372fbec49941bfc6a03287f894420f8d01 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Alpha | ||
.. |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%2Frepair-lightgray.png?logo=github | ||
:target: https://github.com/OCA/repair/tree/17.0/repair_type | ||
:alt: OCA/repair | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/repair-17-0/repair-17-0-repair_type | ||
: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/repair&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module adds the source location from removing and recycling | ||
components. If we select the both locations on stock picking type when | ||
you select that in a Repair Order, Odoo will automatically set that in | ||
stock moves for that components. | ||
|
||
.. IMPORTANT:: | ||
This is an alpha version, the data model and design can change at any time without warning. | ||
Only for development or testing purpose, do not use in production. | ||
`More details on development status <https://odoo-community.org/page/development-status>`_ | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Usage | ||
===== | ||
|
||
Set stock picking type for repairs and select source locations for | ||
removing and recycling components. Afterwards selecting that stock | ||
picking type on a Repair Order will automatically put that source | ||
location on stock moves of that components. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/repair/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/repair/issues/new?body=module:%20repair_type%0Aversion:%2017.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 | ||
------- | ||
|
||
* ForgeFlow | ||
|
||
Contributors | ||
------------ | ||
|
||
- `ForgeFlow <https://forgeflow.com>`__: | ||
|
||
- Bernat Puig <[email protected]> | ||
|
||
- `APSL-Nagarro <https://apsl.tech>`__: | ||
|
||
- Antoni Marroig <[email protected]> | ||
- Miquel Alzanillas <[email protected]>> | ||
|
||
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/repair <https://github.com/OCA/repair/tree/17.0/repair_type>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
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 @@ | ||
from . import models |
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,19 @@ | ||
# Copyright 2021 ForgeFlow S.L. | ||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
"name": "Repair Type", | ||
"version": "17.0.1.0.0", | ||
"author": "ForgeFlow, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/repair", | ||
"summary": "Repair type", | ||
"category": "Repair", | ||
"depends": ["repair"], | ||
"data": [ | ||
"views/stock_picking_type_views.xml", | ||
], | ||
"installable": True, | ||
"development_status": "Alpha", | ||
"license": "AGPL-3", | ||
"application": False, | ||
} |
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,54 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * repair_type | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 17.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-06-27 13:31+0000\n" | ||
"PO-Revision-Date: 2024-06-27 13:31+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: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_stock_picking_type__default_recycle_location_src_id | ||
msgid "Default Recycle Source Location" | ||
msgstr "Ubicación de origen por defecto para reciclaje" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_stock_picking_type__default_remove_location_src_id | ||
msgid "Default Remove Source Location" | ||
msgstr "Ubicación de origen por defecto para eliminar" | ||
|
||
#. module: repair_type | ||
#: model:ir.model,name:repair_type.model_stock_picking_type | ||
msgid "Picking Type" | ||
msgstr "Tipo de recolección" | ||
|
||
#. module: repair_type | ||
#: model:ir.model,name:repair_type.model_stock_move | ||
msgid "Stock Move" | ||
msgstr "Movimiento de stock" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,help:repair_type.field_stock_picking_type__default_recycle_location_src_id | ||
msgid "" | ||
"This is the default recycle source location when you create a repair order " | ||
"with this operation type." | ||
msgstr "" | ||
"Esta es la ubicación de origen por defecto para el reciclaje cuando cree " | ||
"una orden de reparación con este tipo de operación." | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,help:repair_type.field_stock_picking_type__default_remove_location_src_id | ||
msgid "" | ||
"This is the default remove source location when you create a repair order " | ||
"with this operation type." | ||
msgstr "" | ||
"Esta es la ubicación de origen por defecto para eleminar cuando cree una " | ||
"orden de reparación con este tipo de operación." |
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,143 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * repair_type | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2022-08-22 14:07+0000\n" | ||
"Last-Translator: Bole <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: hr\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" | ||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" | ||
"X-Generator: Weblate 4.3.2\n" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_type__create_uid | ||
msgid "Created by" | ||
msgstr "Kreirao" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_type__create_date | ||
msgid "Created on" | ||
msgstr "Kreirano" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_line__location_dest_id | ||
msgid "Dest. Location" | ||
msgstr "Odredišna lokacija" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_type__destination_location_add_part_id | ||
msgid "Destination Location Add Component" | ||
msgstr "Dodaj komponentu na odredišnu lokaciju" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_type__destination_location_remove_part_id | ||
msgid "Destination Location Remove Component" | ||
msgstr "Ukloni komponentu sa odredišne lokacije" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_type__display_name | ||
msgid "Display Name" | ||
msgstr "Naziv" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_type__id | ||
msgid "ID" | ||
msgstr "ID" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_type____last_update | ||
msgid "Last Modified on" | ||
msgstr "Zadnje modificirano" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_type__write_uid | ||
msgid "Last Updated by" | ||
msgstr "Zadnje ažurirano" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_type__write_date | ||
msgid "Last Updated on" | ||
msgstr "" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_order__location_id | ||
msgid "Location" | ||
msgstr "Lokacija" | ||
|
||
#. module: repair_type | ||
#: model:ir.model,name:repair_type.model_repair_line | ||
msgid "Repair Line (parts)" | ||
msgstr "Stavka popravka (dijelovi)" | ||
|
||
#. module: repair_type | ||
#: model:ir.model,name:repair_type.model_repair_order | ||
msgid "Repair Order" | ||
msgstr "Nalog za popravak" | ||
|
||
#. module: repair_type | ||
#: model:ir.model,name:repair_type.model_repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_order__repair_type_id | ||
msgid "Repair Type" | ||
msgstr "Vrsta popravka" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_type__name | ||
msgid "Repair Type Name" | ||
msgstr "Naziv vrste popravka" | ||
|
||
#. module: repair_type | ||
#: model:ir.actions.act_window,name:repair_type.repair_type_action | ||
#: model:ir.ui.menu,name:repair_type.repair_type_menu | ||
msgid "Repair Types" | ||
msgstr "Vrste popravaka" | ||
|
||
#. module: repair_type | ||
#: model_terms:ir.ui.view,arch_db:repair_type.repair_type_view_form | ||
msgid "Repair types" | ||
msgstr "Vrste popravaka" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_line__location_id | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_type__source_location_id | ||
msgid "Source Location" | ||
msgstr "Izvorišna lokacija" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_type__source_location_add_part_id | ||
msgid "Source Location Add Component" | ||
msgstr "" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,field_description:repair_type.field_repair_type__source_location_remove_part_id | ||
msgid "Source Location Remove Component" | ||
msgstr "" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,help:repair_type.field_repair_type__destination_location_add_part_id | ||
#: model:ir.model.fields,help:repair_type.field_repair_type__source_location_add_part_id | ||
msgid "This is the location where the part of the product to add is located." | ||
msgstr "" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,help:repair_type.field_repair_type__destination_location_remove_part_id | ||
#: model:ir.model.fields,help:repair_type.field_repair_type__source_location_remove_part_id | ||
msgid "" | ||
"This is the location where the part of the product to remove is located." | ||
msgstr "" | ||
|
||
#. module: repair_type | ||
#: model:ir.model.fields,help:repair_type.field_repair_order__location_id | ||
#: model:ir.model.fields,help:repair_type.field_repair_type__source_location_id | ||
msgid "This is the location where the product to repair is located." | ||
msgstr "" | ||
|
||
#~ msgid "Destination Location" | ||
#~ msgstr "Odredišna lokacija" |
Oops, something went wrong.