remove remaining deprecated things

This commit is contained in:
Laurent Mignon (Acsone)
2014-01-24 18:11:21 +01:00
parent 6247f93885
commit ce0f591cff
3 changed files with 2 additions and 7 deletions

View File

@@ -33,9 +33,8 @@ Immediately usable is computed : Quantity on Hand - Outgoing Stock.
""",
"website": "http://tinyerp.com/module_account.html",
"category": "Generic Modules/Stock",
"init_xml": [],
"demo_xml": [],
"update_xml": ["product_view.xml", ],
"data": ["product_view.xml",
],
"active": False,
"installable": True
}

View File

@@ -140,5 +140,3 @@ class product_immediately_usable(orm.Model):
help="Quantity of products really available for sale." \
"Computed as: Quantity On Hand - Outgoing."),
}
product_immediately_usable()

View File

@@ -12,7 +12,6 @@
<record model="ir.ui.view" id="view_normal_stock_active_qty_form">
<field name="name">product.normal.stock.active.qty.form.inherit</field>
<field name="model">product.product</field>
<field name="type">form</field>
<field name="inherit_id" ref="stock.view_normal_procurement_locations_form"/>
<field name="arch" type="xml">
<field name="virtual_available" position="after">
@@ -25,7 +24,6 @@
<record model="ir.ui.view" id="product_product_tree_view">
<field name="name">product_immediately_usable.product_product_tree_view</field>
<field name="model">product.product</field>
<field name="type">form</field>
<field name="inherit_id" ref="product.product_product_tree_view"/>
<field name="arch" type="xml">
<data>