-
-
Notifications
You must be signed in to change notification settings - Fork 486
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] quality_control_oca, quality_control_stock_oca
This commit adds date_done field, update views and filters and the timing field in the QC trigger line to enable following scenarios: - When timing is 'Before', an inspection is generated for each related move when a picking with the trigger is confirmed. - When timing is 'Plan Ahead', a 'Plan' inspection is generated for each related move when a picking with the trigger is confirmed. A plan inspection is just a plan, and cannot be updated except for the date. A plan inspection gets converted into an executable inspection once the picking is done.
- Loading branch information
1 parent
ea08560
commit d909498
Showing
18 changed files
with
359 additions
and
58 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ 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: 2024-06-06 00:30+0000\n" | ||
"PO-Revision-Date: 2024-06-11 08:57+0000\n" | ||
"Last-Translator: Wang-TKurata <[email protected]>\n" | ||
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" | ||
"Language: ja\n" | ||
|
@@ -32,7 +32,7 @@ msgstr "トリガーを定義するための抽象行" | |
#. module: quality_control_oca | ||
#: model_terms:ir.ui.view,arch_db:quality_control_oca.view_qc_test_set_test_form | ||
msgid "Accept" | ||
msgstr "合格" | ||
msgstr "OK" | ||
|
||
#. module: quality_control_oca | ||
#: model:ir.model.fields,field_description:quality_control_oca.field_qc_inspection__message_needaction | ||
|
@@ -856,7 +856,7 @@ msgstr "付番" | |
#. module: quality_control_oca | ||
#: model_terms:ir.ui.view,arch_db:quality_control_oca.qc_inspection_form_view | ||
msgid "Set test" | ||
msgstr "テストに設定" | ||
msgstr "テスト選択" | ||
|
||
#. module: quality_control_oca | ||
#: model:ir.model,name:quality_control_oca.model_qc_inspection_set_test | ||
|
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
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
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
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
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
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
Oops, something went wrong.