← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~camptocamp/stock-logistic-warehouse/7.0-improve_stock_location_ownership-afe into lp:stock-logistic-warehouse

 

Alexandre Fayolle - camptocamp has proposed merging lp:~camptocamp/stock-logistic-warehouse/7.0-improve_stock_location_ownership-afe into lp:stock-logistic-warehouse.

Requested reviews:
  Stock and Logistic Core Editors (stock-logistic-core-editors)

For more details, see:
https://code.launchpad.net/~camptocamp/stock-logistic-warehouse/7.0-improve_stock_location_ownership-afe/+merge/210859

stock_location_ownership: add missing pot file, improve module description. 
-- 
https://code.launchpad.net/~camptocamp/stock-logistic-warehouse/7.0-improve_stock_location_ownership-afe/+merge/210859
Your team Stock and Logistic Core Editors is requested to review the proposed merge of lp:~camptocamp/stock-logistic-warehouse/7.0-improve_stock_location_ownership-afe into lp:stock-logistic-warehouse.
=== modified file 'stock_location_ownership/__openerp__.py'
--- stock_location_ownership/__openerp__.py	2013-08-06 15:07:18 +0000
+++ stock_location_ownership/__openerp__.py	2014-03-13 16:59:31 +0000
@@ -31,7 +31,13 @@
 Stock Location Ownership
 ========================
 
-Adds an ownership on the stock locations
+Adds an ownership on the stock locations.
+
+This is useful for instance when some locations in a warehouse are used to hold
+products which do not belong to the company. In which case a possible workflow
+could be that the company is allowed to use that stock, but this would generate
+a purchase order for the real owner of the stock, with or without direct
+delivery.
 """,
  'depends': ['stock',
              ],

=== added file 'stock_location_ownership/i18n/en.po'
--- stock_location_ownership/i18n/en.po	1970-01-01 00:00:00 +0000
+++ stock_location_ownership/i18n/en.po	2014-03-13 16:59:31 +0000
@@ -0,0 +1,31 @@
+# Translation of OpenERP Server.
+# This file contains the translation of the following modules:
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: OpenERP Server 7.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-03-13 16:49+0000\n"
+"PO-Revision-Date: 2014-03-13 16:44+0000\n"
+"Last-Translator: <>\n"
+"Language-Team: \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
+
+#. module: stock_location_ownership
+#: field:stock.location,owner_id:0
+msgid "Owner"
+msgstr "Owner"
+
+#. module: stock_location_ownership
+#: help:stock.location,owner_id:0
+msgid "Owner of the location if different from the company or address."
+msgstr "Owner of the location if different from the company or address."
+
+#. module: stock_location_ownership
+#: model:ir.model,name:stock_location_ownership.model_stock_location
+msgid "Location"
+msgstr "Location"

=== added file 'stock_location_ownership/i18n/fr.po'
--- stock_location_ownership/i18n/fr.po	1970-01-01 00:00:00 +0000
+++ stock_location_ownership/i18n/fr.po	2014-03-13 16:59:31 +0000
@@ -0,0 +1,31 @@
+# Translation of OpenERP Server.
+# This file contains the translation of the following modules:
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: OpenERP Server 7.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-03-13 16:49+0000\n"
+"PO-Revision-Date: 2014-03-13 17:51+0100\n"
+"Last-Translator: <>\n"
+"Language-Team: \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
+
+#. module: stock_location_ownership
+#: field:stock.location,owner_id:0
+msgid "Owner"
+msgstr "Propriétaire"
+
+#. module: stock_location_ownership
+#: help:stock.location,owner_id:0
+msgid "Owner of the location if different from the company or address."
+msgstr "Propriétaire de l'emplacement, si différent de la société"
+
+#. module: stock_location_ownership
+#: model:ir.model,name:stock_location_ownership.model_stock_location
+msgid "Location"
+msgstr "Emplacement"

=== added file 'stock_location_ownership/i18n/stock_location_ownership.pot'
--- stock_location_ownership/i18n/stock_location_ownership.pot	1970-01-01 00:00:00 +0000
+++ stock_location_ownership/i18n/stock_location_ownership.pot	2014-03-13 16:59:31 +0000
@@ -0,0 +1,31 @@
+# Translation of OpenERP Server.
+# This file contains the translation of the following modules:
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: OpenERP Server 7.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-03-13 16:49+0000\n"
+"PO-Revision-Date: 2014-03-13 17:50+0100\n"
+"Last-Translator: <>\n"
+"Language-Team: \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Plural-Forms: \n"
+
+#. module: stock_location_ownership
+#: field:stock.location,owner_id:0
+msgid "Owner"
+msgstr ""
+
+#. module: stock_location_ownership
+#: help:stock.location,owner_id:0
+msgid "Owner of the location if different from the company or address."
+msgstr ""
+
+#. module: stock_location_ownership
+#: model:ir.model,name:stock_location_ownership.model_stock_location
+msgid "Location"
+msgstr ""


Follow ups