diff --git a/addons/stock_account/res_config.py b/addons/stock_account/res_config.py index bcbbab1d641..a6076bebf94 100644 --- a/addons/stock_account/res_config.py +++ b/addons/stock_account/res_config.py @@ -34,6 +34,8 @@ class stock_config_settings(osv.osv_memory): help='This allows to automatically launch the invoicing wizard if the delivery is ' 'to be invoiced when you send or deliver goods.\n' '-This installs the module stock_invoice_directly.'), + 'module_stock_landed_costs': fields.boolean("Calculate landed costs on products", + help="""Install the module that allows to affect landed costs on pickings, and split them onto the different products."""), } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/stock_account/res_config_view.xml b/addons/stock_account/res_config_view.xml index 9ed855fc170..4a48349f8df 100644 --- a/addons/stock_account/res_config_view.xml +++ b/addons/stock_account/res_config_view.xml @@ -18,6 +18,10 @@