From 6f673c000b887c1fc54a13a6c50f9c91c9447f4d Mon Sep 17 00:00:00 2001 From: Florian da Costa Date: Wed, 5 Dec 2018 20:53:53 +0100 Subject: [PATCH] minor fixes --- stock_location_lockdown/i18n/fr.po | 2 +- stock_location_lockdown/models/stock_location.py | 2 +- .../tests/test_block_stock_location_entrance.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stock_location_lockdown/i18n/fr.po b/stock_location_lockdown/i18n/fr.po index 57547ba5e..be5e2ff3c 100644 --- a/stock_location_lockdown/i18n/fr.po +++ b/stock_location_lockdown/i18n/fr.po @@ -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." diff --git a/stock_location_lockdown/models/stock_location.py b/stock_location_lockdown/models/stock_location.py index 377e8ca68..bdc913503 100644 --- a/stock_location_lockdown/models/stock_location.py +++ b/stock_location_lockdown/models/stock_location.py @@ -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") diff --git a/stock_location_lockdown/tests/test_block_stock_location_entrance.py b/stock_location_lockdown/tests/test_block_stock_location_entrance.py index 44543ce4a..77d409c11 100644 --- a/stock_location_lockdown/tests/test_block_stock_location_entrance.py +++ b/stock_location_lockdown/tests/test_block_stock_location_entrance.py @@ -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