-
-
Notifications
You must be signed in to change notification settings - Fork 574
[18.0][MIG] mrp_progress_button: Migration to 18.0 #1729
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
Open
Killance
wants to merge
36
commits into
OCA:18.0
Choose a base branch
from
Killance:18.0-mig-mrp_progress_button
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
b37b45c
Add mrp_progress_button
florian-dacosta ed63881
OCA Transbot updated translations from Transifex
oca-transbot e542ecc
[MIG][11.0][mrp_progress_button]
JordiBForgeFlow 66616ee
[UPD] Update mrp_progress_button.pot
oca-travis 73cac66
[UPD] README.rst
OCA-git-bot 3ce3aba
[MIG] Migrated mrp_progress_button to v12
sudhir-erpharbor 1fe211e
[IMP] Improve code
sudhir-erpharbor 283e497
[UPD] Update mrp_progress_button.pot
oca-travis 96b8cc6
[UPD] README.rst
OCA-git-bot 889bc0e
Update translation files
oca-transbot 6b8b967
Translated using Weblate (Portuguese (Brazil))
marcelsavegnago 0489ea8
[IMP] mrp_progress_button: black, isort, prettier
BernatPForgeFlow d0fa327
[MIG] mrp_progress_button: Migration to 14.0
BernatPForgeFlow d19c133
[UPD] Update mrp_progress_button.pot
oca-travis 895fc93
[UPD] README.rst
OCA-git-bot 7ce64dc
[IMP] mrp_progress_button: Unstart button and date_start field added
BernatPForgeFlow c73bce2
[UPD] Update mrp_progress_button.pot
oca-travis d63cb86
[UPD] README.rst
OCA-git-bot 8efe8a2
mrp_progress_button 14.0.1.1.0
OCA-git-bot 4f9e79f
Update translation files
oca-transbot 9b4d8c0
[MIG] mrp_progress_button: Migration to 15.0
BernatPForgeFlow 384bca0
[UPD] Update mrp_progress_button.pot
d32ac15
[UPD] README.rst
OCA-git-bot 071f1ea
[15.0][FIX] mrp_progress_button: Fix unstart functionality
BernatPForgeFlow b2fed25
mrp_progress_button 15.0.1.1.0
OCA-git-bot a460ec2
[IMP][15.0] mrp_progress_button: Improved tests with time
JoanMForgeFlow cb00be8
mrp_progress_button 15.0.1.1.1
OCA-git-bot 74a3ffb
[FIX] mrp_progress_button: Handle state with its compute function
BernatPForgeFlow c722e0e
mrp_progress_button 15.0.2.0.0
OCA-git-bot e9b95c6
Added translation using Weblate (Italian)
mymage 0a870aa
Translated using Weblate (Italian)
mymage 1ddc2de
Translated using Weblate (Italian)
francesco-ooops 3b77ee8
Translated using Weblate (Spanish)
Ivorra78 e71f3dd
[UPD] README.rst
OCA-git-bot 5fb8d3b
Update translation files
weblate 12728c9
[MIG] mrp_progress_button: Migration to 18.0
Killance File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,89 @@ | ||
| =================== | ||
| Mrp Progress Button | ||
| =================== | ||
|
|
||
| .. | ||
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
| !! This file is generated by oca-gen-addon-readme !! | ||
| !! changes will be overwritten. !! | ||
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
| !! source digest: sha256:45557aca05a46041560b43916f00658df5f71380c3d5031e7fca6db71df0ea58 | ||
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
|
|
||
| .. |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%2Fmanufacture-lightgray.png?logo=github | ||
| :target: https://github.com/OCA/manufacture/tree/18.0/mrp_progress_button | ||
| :alt: OCA/manufacture | ||
| .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
| :target: https://translation.odoo-community.org/projects/manufacture-18-0/manufacture-18-0-mrp_progress_button | ||
| :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/manufacture&target_branch=18.0 | ||
| :alt: Try me on Runboat | ||
|
|
||
| |badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
|
||
| Simple module that add a button on MO to mark the Manufacturing Order to | ||
| *In Progress* state. This module is usefull only when you do not use | ||
| routing and operations. Indeed, the *In Progress* state is automatically | ||
| put when the first operation is started. | ||
|
|
||
| **Table of contents** | ||
|
|
||
| .. contents:: | ||
| :local: | ||
|
|
||
| Usage | ||
| ===== | ||
|
|
||
| To use this module, you need to: | ||
|
|
||
| 1. Go to *Manufacturing* and create a Manufacturing Order. | ||
| 2. Click on *Mark As Started* button | ||
|
|
||
| Bug Tracker | ||
| =========== | ||
|
|
||
| Bugs are tracked on `GitHub Issues <https://github.com/OCA/manufacture/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/manufacture/issues/new?body=module:%20mrp_progress_button%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 | ||
| ------- | ||
|
|
||
| * Akretion | ||
|
|
||
| Contributors | ||
| ------------ | ||
|
|
||
| - Florian da Costa <florian.dacosta@akretion.com> | ||
| - Bernat Puig Font <bernat.puig@forgeflow.com> | ||
| - Fabian Semal <fabian@digital-serenity.net> | ||
|
|
||
| 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/manufacture <https://github.com/OCA/manufacture/tree/18.0/mrp_progress_button>`_ project on GitHub. | ||
|
|
||
| You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains hidden or 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 hidden or 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,16 @@ | ||
| # Copyright (C) 2017 Akretion (http://www.akretion.com). All Rights Reserved | ||
| # @author Florian DA COSTA <florian.dacosta@akretion.com> | ||
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
|
||
| { | ||
| "name": "Mrp Progress Button", | ||
| "summary": "Add a button on MO to make the MO state 'In Progress'", | ||
| "author": "Akretion, Odoo Community Association (OCA)", | ||
| "website": "https://github.com/OCA/manufacture", | ||
| "category": "Manufacturing", | ||
| "version": "18.0.2.0.0", | ||
| "license": "AGPL-3", | ||
| "depends": ["mrp"], | ||
| "data": ["views/production.xml"], | ||
| "installable": True, | ||
| } | ||
This file contains hidden or 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,37 @@ | ||
| # Translation of Odoo Server. | ||
| # This file contains the translation of the following modules: | ||
| # * mrp_progress_button | ||
| # | ||
| # Translators: | ||
| # OCA Transbot <transbot@odoo-community.org>, 2017 | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: Odoo Server 10.0\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2017-11-28 03:44+0000\n" | ||
| "PO-Revision-Date: 2017-11-28 03:44+0000\n" | ||
| "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n" | ||
| "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" | ||
| "Language: de\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" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model_terms:ir.ui.view,arch_db:mrp_progress_button.mrp_production_progress_button_form_view | ||
| msgid "Mark As Started" | ||
| msgstr "" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model:ir.model,name:mrp_progress_button.model_mrp_production | ||
| msgid "Production Order" | ||
| msgstr "" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model_terms:ir.ui.view,arch_db:mrp_progress_button.mrp_production_progress_button_form_view | ||
| msgid "Unstart" | ||
| msgstr "" | ||
|
|
||
| #~ msgid "Manufacturing Order" | ||
| #~ msgstr "Fertigungsautrag" |
This file contains hidden or 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,47 @@ | ||
| # Translation of Odoo Server. | ||
| # This file contains the translation of the following modules: | ||
| # * mrp_progress_button | ||
| # | ||
| # Translators: | ||
| # OCA Transbot <transbot@odoo-community.org>, 2017 | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: Odoo Server 10.0\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2017-11-28 03:44+0000\n" | ||
| "PO-Revision-Date: 2023-07-23 08:10+0000\n" | ||
| "Last-Translator: Ivorra78 <informatica@totmaterial.es>\n" | ||
| "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\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: mrp_progress_button | ||
| #: model_terms:ir.ui.view,arch_db:mrp_progress_button.mrp_production_progress_button_form_view | ||
| msgid "Mark As Started" | ||
| msgstr "Marcar como iniciada" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model:ir.model,name:mrp_progress_button.model_mrp_production | ||
| msgid "Production Order" | ||
| msgstr "Orden de Producción" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model_terms:ir.ui.view,arch_db:mrp_progress_button.mrp_production_progress_button_form_view | ||
| msgid "Unstart" | ||
| msgstr "No comenzar" | ||
|
|
||
| #~ msgid "Display Name" | ||
| #~ msgstr "nombre a mostrar" | ||
|
|
||
| #~ msgid "ID" | ||
| #~ msgstr "ID (identificación)" | ||
|
|
||
| #~ msgid "Last Modified on" | ||
| #~ msgstr "Modificado por última vez el" | ||
|
|
||
| #~ msgid "Manufacturing Order" | ||
| #~ msgstr "Órden de producción" |
This file contains hidden or 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,38 @@ | ||
| # Translation of Odoo Server. | ||
| # This file contains the translation of the following modules: | ||
| # * mrp_progress_button | ||
| # | ||
| # Translators: | ||
| # OCA Transbot <transbot@odoo-community.org>, 2018 | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: Odoo Server 10.0\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2018-02-12 03:48+0000\n" | ||
| "PO-Revision-Date: 2018-02-12 03:48+0000\n" | ||
| "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" | ||
| "Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" | ||
| "es_MX/)\n" | ||
| "Language: es_MX\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" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model_terms:ir.ui.view,arch_db:mrp_progress_button.mrp_production_progress_button_form_view | ||
| msgid "Mark As Started" | ||
| msgstr "" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model:ir.model,name:mrp_progress_button.model_mrp_production | ||
| msgid "Production Order" | ||
| msgstr "" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model_terms:ir.ui.view,arch_db:mrp_progress_button.mrp_production_progress_button_form_view | ||
| msgid "Unstart" | ||
| msgstr "" | ||
|
|
||
| #~ msgid "Manufacturing Order" | ||
| #~ msgstr "Orden de fabricación" |
This file contains hidden or 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,37 @@ | ||
| # Translation of Odoo Server. | ||
| # This file contains the translation of the following modules: | ||
| # * mrp_progress_button | ||
| # | ||
| # Translators: | ||
| # Quentin THEURET <odoo@kerpeo.com>, 2017 | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: Odoo Server 10.0\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2017-11-28 03:44+0000\n" | ||
| "PO-Revision-Date: 2017-11-28 03:44+0000\n" | ||
| "Last-Translator: Quentin THEURET <odoo@kerpeo.com>, 2017\n" | ||
| "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\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" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model_terms:ir.ui.view,arch_db:mrp_progress_button.mrp_production_progress_button_form_view | ||
| msgid "Mark As Started" | ||
| msgstr "" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model:ir.model,name:mrp_progress_button.model_mrp_production | ||
| msgid "Production Order" | ||
| msgstr "" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model_terms:ir.ui.view,arch_db:mrp_progress_button.mrp_production_progress_button_form_view | ||
| msgid "Unstart" | ||
| msgstr "" | ||
|
|
||
| #~ msgid "Manufacturing Order" | ||
| #~ msgstr "Ordre de fabrication" |
This file contains hidden or 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,37 @@ | ||
| # Translation of Odoo Server. | ||
| # This file contains the translation of the following modules: | ||
| # * mrp_progress_button | ||
| # | ||
| # Translators: | ||
| # OCA Transbot <transbot@odoo-community.org>, 2018 | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: Odoo Server 10.0\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2018-02-12 03:48+0000\n" | ||
| "PO-Revision-Date: 2018-02-12 03:48+0000\n" | ||
| "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2018\n" | ||
| "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" | ||
| "Language: gl\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" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model_terms:ir.ui.view,arch_db:mrp_progress_button.mrp_production_progress_button_form_view | ||
| msgid "Mark As Started" | ||
| msgstr "" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model:ir.model,name:mrp_progress_button.model_mrp_production | ||
| msgid "Production Order" | ||
| msgstr "" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model_terms:ir.ui.view,arch_db:mrp_progress_button.mrp_production_progress_button_form_view | ||
| msgid "Unstart" | ||
| msgstr "" | ||
|
|
||
| #~ msgid "Manufacturing Order" | ||
| #~ msgstr "Orde de fabricación" |
This file contains hidden or 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,39 @@ | ||
| # Translation of Odoo Server. | ||
| # This file contains the translation of the following modules: | ||
| # * mrp_progress_button | ||
| # | ||
| # Translators: | ||
| # OCA Transbot <transbot@odoo-community.org>, 2018 | ||
| # Bole <bole@dajmi5.com>, 2018 | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: Odoo Server 10.0\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2018-02-12 03:48+0000\n" | ||
| "PO-Revision-Date: 2018-02-12 03:48+0000\n" | ||
| "Last-Translator: Bole <bole@dajmi5.com>, 2018\n" | ||
| "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\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" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model_terms:ir.ui.view,arch_db:mrp_progress_button.mrp_production_progress_button_form_view | ||
| msgid "Mark As Started" | ||
| msgstr "Označi kao započeto" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model:ir.model,name:mrp_progress_button.model_mrp_production | ||
| msgid "Production Order" | ||
| msgstr "" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model_terms:ir.ui.view,arch_db:mrp_progress_button.mrp_production_progress_button_form_view | ||
| msgid "Unstart" | ||
| msgstr "" | ||
|
|
||
| #~ msgid "Manufacturing Order" | ||
| #~ msgstr "Proizvodni nalog" |
This file contains hidden or 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,39 @@ | ||
| # Translation of Odoo Server. | ||
| # This file contains the translation of the following modules: | ||
| # * mrp_progress_button | ||
| # | ||
| # Translators: | ||
| # Bole <bole@dajmi5.com>, 2017 | ||
| msgid "" | ||
| msgstr "" | ||
| "Project-Id-Version: Odoo Server 10.0\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "POT-Creation-Date: 2017-11-28 03:44+0000\n" | ||
| "PO-Revision-Date: 2017-11-28 03:44+0000\n" | ||
| "Last-Translator: Bole <bole@dajmi5.com>, 2017\n" | ||
| "Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" | ||
| "hr_HR/)\n" | ||
| "Language: hr_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" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model_terms:ir.ui.view,arch_db:mrp_progress_button.mrp_production_progress_button_form_view | ||
| msgid "Mark As Started" | ||
| msgstr "" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model:ir.model,name:mrp_progress_button.model_mrp_production | ||
| msgid "Production Order" | ||
| msgstr "" | ||
|
|
||
| #. module: mrp_progress_button | ||
| #: model_terms:ir.ui.view,arch_db:mrp_progress_button.mrp_production_progress_button_form_view | ||
| msgid "Unstart" | ||
| msgstr "" | ||
|
|
||
| #~ msgid "Manufacturing Order" | ||
| #~ msgstr "Proizvodni nalog" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version should be "18.0.1.0.0"