Skip to content

Commit

Permalink
update translation
Browse files Browse the repository at this point in the history
  • Loading branch information
AungKoKoLin1997 authored and kanda999 committed Jan 22, 2024
1 parent 6e7faf3 commit b12d28c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 24 deletions.
7 changes: 2 additions & 5 deletions base_auction/controllers/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ def index(self, *args, **kw):
return super(Home, self).index(*args, **kw)

def _login_redirect(self, uid, redirect=None):
if (
request.env["res.users"]
.sudo()
.browse(uid)
.has_group("base_auction.group_auction_user")
if not redirect and request.env["res.users"].sudo().browse(uid).has_group(
"base_auction.group_auction_user"
):
redirect = "/web"
return super(Home, self)._login_redirect(uid, redirect=redirect)
Expand Down
6 changes: 3 additions & 3 deletions stock_quant_sale_order/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Stock Quant Sale Order

This module does the following:

* Create sale order for selected stock quant(s).
- Create sale order for selected stock quant(s).

**Table of contents**

Expand All @@ -45,12 +45,12 @@ Credits
=======

Authors
~~~~~~~
-------

* Quartile Limited

Maintainers
~~~~~~~~~~~
-----------

This module is part of the `qrtl/rmm-custom <https://github.com/qrtl/rmm-custom/tree/15.0/stock_quant_sale_order>`_ project on GitHub.

Expand Down
26 changes: 13 additions & 13 deletions stock_quant_sale_order/i18n/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -18,42 +18,42 @@ msgstr ""
#. module: stock_quant_sale_order
#: model_terms:ir.ui.view,arch_db:stock_quant_sale_order.quant_sale_order_wizard_form
msgid "Cancel"
msgstr ""
msgstr "取消"

#. module: stock_quant_sale_order
#: model_terms:ir.ui.view,arch_db:stock_quant_sale_order.quant_sale_order_wizard_form
msgid "Create Sales Order"
msgstr ""
msgstr "販売オーダ作成"

#. module: stock_quant_sale_order
#: model:ir.actions.act_window,name:stock_quant_sale_order.action_view_stock_quant_create_sale_order
msgid "Create Sales Orders"
msgstr ""
msgstr "販売オーダ作成"

#. module: stock_quant_sale_order
#: model_terms:ir.ui.view,arch_db:stock_quant_sale_order.quant_sale_order_wizard_form
msgid "Create sales order for selected quants."
msgstr ""
msgstr "選択した保管ロットの販売オーダを作成します。"

#. module: stock_quant_sale_order
#: model:ir.model.fields,field_description:stock_quant_sale_order.field_quant_sale_order_wizard__create_uid
msgid "Created by"
msgstr ""
msgstr "作成者"

#. module: stock_quant_sale_order
#: model:ir.model.fields,field_description:stock_quant_sale_order.field_quant_sale_order_wizard__create_date
msgid "Created on"
msgstr ""
msgstr "作成日"

#. module: stock_quant_sale_order
#: model:ir.model.fields,field_description:stock_quant_sale_order.field_quant_sale_order_wizard__partner_id
msgid "Customer"
msgstr ""
msgstr "顧客"

#. module: stock_quant_sale_order
#: model:ir.model.fields,field_description:stock_quant_sale_order.field_quant_sale_order_wizard__display_name
msgid "Display Name"
msgstr ""
msgstr "表示名"

#. module: stock_quant_sale_order
#: model:ir.model.fields,field_description:stock_quant_sale_order.field_quant_sale_order_wizard__id
Expand All @@ -63,17 +63,17 @@ msgstr ""
#. module: stock_quant_sale_order
#: model:ir.model.fields,field_description:stock_quant_sale_order.field_quant_sale_order_wizard____last_update
msgid "Last Modified on"
msgstr ""
msgstr "最終更新日"

#. module: stock_quant_sale_order
#: model:ir.model.fields,field_description:stock_quant_sale_order.field_quant_sale_order_wizard__write_uid
msgid "Last Updated by"
msgstr ""
msgstr "最終更新者"

#. module: stock_quant_sale_order
#: model:ir.model.fields,field_description:stock_quant_sale_order.field_quant_sale_order_wizard__write_date
msgid "Last Updated on"
msgstr ""
msgstr "最終更新日"

#. module: stock_quant_sale_order
#: code:addons/stock_quant_sale_order/wizard/stock_quant_sale_order.py:0
Expand All @@ -92,7 +92,7 @@ msgstr "同じロケーション内の保管ロットを選択してください
#. module: stock_quant_sale_order
#: model:ir.model.fields,field_description:stock_quant_sale_order.field_quant_sale_order_wizard__team_id
msgid "Sales Channel"
msgstr ""
msgstr "販売チャネル"

#. module: stock_quant_sale_order
#: code:addons/stock_quant_sale_order/wizard/stock_quant_sale_order.py:0
Expand All @@ -119,7 +119,7 @@ msgstr "他の会社の保管ロットから販売オーダを作成すること
#. module: stock_quant_sale_order
#: model_terms:ir.ui.view,arch_db:stock_quant_sale_order.quant_sale_order_wizard_form
msgid "or"
msgstr ""
msgstr "または"

#. module: stock_quant_sale_order
#: model:ir.model,name:stock_quant_sale_order.model_quant_sale_order_wizard
Expand Down
3 changes: 3 additions & 0 deletions stock_quant_sale_order/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This module does the following:

- Create sale order for selected stock quant(s).
3 changes: 0 additions & 3 deletions stock_quant_sale_order/readme/DESCRIPTION.rst

This file was deleted.

0 comments on commit b12d28c

Please sign in to comment.