[IMP] procurement, process: remove group_extended

bzr revid: rco@openerp.com-20120425141836-p96aqbqojzpse8p3
This commit is contained in:
Raphael Collet 2012-04-25 16:18:36 +02:00
parent e4efcb808d
commit fdef92cb11
2 changed files with 11 additions and 12 deletions

View File

@ -5,8 +5,7 @@
<menuitem
id="menu_process"
name="Enterprise Process"
parent="base.menu_custom"
groups="base.group_extended"/>
parent="base.menu_custom"/>
<!-- Views for Process -->
<record model="ir.ui.view" id="view_process_form">

View File

@ -57,7 +57,7 @@
<separator colspan="2" string="Planification"/>
<field name="date_planned"/>
<field name="procure_method"/>
<field name="priority" groups="base.group_extended"/>
<field name="priority"/>
</group>
<notebook colspan="4">
<page string="Procurement Details">
@ -67,8 +67,8 @@
<field name="product_qty"/>
<field name="product_uom"/>
<field name="product_uos_qty" groups="product.group_uos,base.group_extended"/>
<field name="product_uos" groups="product.group_uos,base.group_extended"/>
<field name="product_uos_qty" groups="product.group_uos"/>
<field name="product_uos" groups="product.group_uos"/>
<separator colspan="4" string="Status"/>
<field colspan="4" name="message" readonly="1"/>
@ -82,9 +82,9 @@
</page>
<page string="Extra Information">
<separator colspan="4" string="Details"/>
<field name="move_id" groups="base.group_extended"/>
<field name="move_id"/>
<field name="date_close"/>
<field name="close_move" groups="base.group_extended"/>
<field name="close_move"/>
</page>
<page string="Notes">
<separator colspan="4" string="Note" />
@ -115,7 +115,7 @@
<field name="state" />
</group>
<newline/>
<group expand="0" string="Group By" groups="base.group_extended">
<group expand="0" string="Group By">
<filter string="Product" icon="terp-accessories-archiver" domain="[]" context="{'group_by':'product_id'}"/>
<filter string="Reason" icon="terp-gtk-jump-to-rtl" domain="[]" context="{'group_by':'name'}"/>
<filter string="Scheduled Date" icon="terp-go-month" domain="[]" context="{'group_by':'date_planned'}"/>
@ -220,12 +220,12 @@
<field name="product_max_qty"/>
<field name="qty_multiple"/>
</group>
<group col="2" colspan="2" groups="base.group_extended">
<group col="2" colspan="2">
<separator string="Misc" colspan="2" />
<field name="procurement_id" readonly="1"/>
<field name="active" />
</group>
<group col="4" colspan="4" groups="base.group_extended">
<group col="4" colspan="4">
<separator string="Procurement Orders to Process" colspan="4" />
<field name="procurement_draft_ids" colspan="4" nolabel="1"/>
</group>
@ -288,10 +288,10 @@
<field name="orderpoint_ids" context="{'default_product_uom': uom_id}" nolabel="1">
<tree string="Minimum Stock Rule" editable="bottom">
<field name="warehouse_id" on_change="onchange_warehouse_id(warehouse_id)" widget="selection"/>
<field name="location_id" groups="base.group_extended"/>
<field name="location_id"/>
<field name="product_min_qty"/>
<field name="product_max_qty"/>
<field name="product_uom" groups="base.group_extended"/>
<field name="product_uom" groups="product.group_uom"/>
</tree>
</field>
</group>