[ADD] stock : Added the option to install module from warehouse configuration wizard.

bzr revid: mdi@tinyerp.com-20140409044125-mfyqq66f0qvpoui3
This commit is contained in:
DJ Patel 2014-04-09 10:11:25 +05:30
parent ea7fb6d0d2
commit f146fe4d6a
2 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,8 @@ This installs the module product_expiry."""),
help="""This way you can receive products attributed to a certain owner. """),
'module_stock_account': fields.boolean("Generate accounting entries per stock movement",
help="""Allows to configure inventory valuations on products and product categories."""),
'module_stock_landed_costs': fields.boolean("Allows to calculate landed costs on products",
help="""Allows to calculate landed costs on products."""),
'group_stock_multiple_locations': fields.boolean("Manage multiple locations and warehouses",
implied_group='stock.group_locations',
help="""This allows to configure and use multiple stock locations and warehouses,

View File

@ -56,6 +56,10 @@
<field name="module_stock_invoice_directly" class="oe_inline"/>
<label for="module_stock_invoice_directly"/>
</div>
<div>
<field name="module_stock_landed_costs" class="oe_inline"/>
<label for="module_stock_landed_costs"/>
</div>
</div>
</group>
<separator string="Location &amp; Warehouse"/>