[FIX] sale: removed remaining reference to the group base.group_extended in view.xml

bzr revid: qdp-launchpad@openerp.com-20120426091638-rc3ul8xm8g6jp8yr
This commit is contained in:
Quentin (OpenERP) 2012-04-26 11:16:38 +02:00
parent cf08ca0180
commit 477503c527
1 changed files with 2 additions and 2 deletions

View File

@ -254,9 +254,9 @@
<field name="origin"/>
<field name="date"/>
<field name="min_date"/>
<field name="backorder_id" groups="base.group_extended"/>
<field name="backorder_id"/>
<field name="invoice_state"/>
<field name="stock_journal_id" groups="base.group_extended" widget="selection"/>
<field name="stock_journal_id" widget="selection"/>
<field name="state"/>
<button name="action_process" states="assigned" string="Deliver" type="object" icon="gtk-go-forward" context="{'default_type': 'out'}"/>
</tree>