mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
minor fixes
This commit is contained in:
@@ -33,5 +33,5 @@ msgstr "L'emplacement %s n'est pas configuré pour recevoir du stock."
|
||||
|
||||
#. module: stock_location_lockdown
|
||||
#: model:ir.model.fields,help:stock_location_lockdown.field_stock_location_block_stock_entrance
|
||||
msgid "if this box is checked, put stock in this location won't be allowed. Usually used for virtual location, which has children"
|
||||
msgid "if this box is checked, putting stock in this location won't be allowed. Usually used for virtual location, which has children"
|
||||
msgstr "Si cette case est cochée, il ne sera pas possible d'ajouter du stock dans cette emplacement. Habituellement utilisée pour les emplacements virtuels ayant des enfants."
|
||||
|
||||
@@ -9,5 +9,5 @@ class StockLocation(models.Model):
|
||||
_inherit = 'stock.location'
|
||||
|
||||
block_stock_entrance = fields.Boolean(
|
||||
help="if this box is checked, put stock in this location won't be "
|
||||
help="if this box is checked, putting stock in this location won't be "
|
||||
"allowed. Usually used for virtual location, which has children")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
|
||||
# Copyright 2018 Akretion.
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from openerp.exceptions import UserError
|
||||
|
||||
Reference in New Issue
Block a user