From: Martin Trigaux Date: Tue, 28 Oct 2014 14:57:14 +0000 (+0100) Subject: [IMP] stock_account: stock journal in multicompany X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=ed5fc84a373920a9740cac990cab33666f3373f8;p=odoo%2Fodoo.git [IMP] stock_account: stock journal in multicompany Restrict the property_stock_journal to the main company only. This avoids errors in multicompany when the stock journal of the main company (getting an error company mismatch) is used instead of a more useful message explaining the missing stock journal. Fixes #3251 --- diff --git a/addons/stock_account/product_data.xml b/addons/stock_account/product_data.xml index 49a0654..33b65f6 100644 --- a/addons/stock_account/product_data.xml +++ b/addons/stock_account/product_data.xml @@ -6,6 +6,7 @@ property_stock_journal +