From 19668013adb23e901bb1e6c12aa7c5d51c035d4a Mon Sep 17 00:00:00 2001 From: Antoine Huvelle Date: Thu, 15 Jan 2015 16:06:05 +0100 Subject: [PATCH] [FIX] stock_landed_cost: domain on expense account In the landed cost types form view (landed costs types being nothing else than `product.product`), we force users to choose an account of type `other`, in order to prevent them from entering wrong data, other types of accounts, or receive an error message when setting a view account type. This domain is actually the domain already applied in the regular `product.template` and `product.product` form view, thanks to `account.product_template_form_view` Closes #4719 --- addons/stock_landed_costs/stock_landed_costs_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/stock_landed_costs/stock_landed_costs_view.xml b/addons/stock_landed_costs/stock_landed_costs_view.xml index 5c41d96196d..178b8c2c0a0 100644 --- a/addons/stock_landed_costs/stock_landed_costs_view.xml +++ b/addons/stock_landed_costs/stock_landed_costs_view.xml @@ -190,7 +190,7 @@ - +