minor fixes

This commit is contained in:
Florian da Costa
2018-12-05 20:53:53 +01:00
parent 5ee4d9666e
commit 6f673c000b
3 changed files with 3 additions and 3 deletions

View File

@@ -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."

View File

@@ -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")

View File

@@ -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