[REM] @editable on fields and forms, makes no sense

bzr revid: xmo@openerp.com-20110531091456-kuyg11u9vtvxn8uv
This commit is contained in:
Xavier Morel 2011-05-31 11:14:56 +02:00
parent 134d61feba
commit b041c205ff
5 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,7 @@
<field name="model">analytic_journal_rate_grid</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Billing Rate per Journal for this Analytic Account" editable="bottom">
<form string="Billing Rate per Journal for this Analytic Account">
<field name="journal_id" required="1"/>
<field name="rate_id" />
</form>

View File

@ -375,7 +375,7 @@
</group>
</page>
<page string="Bids">
<field name="bid_lines" colspan="4" nolabel="1" editable="top">
<field name="bid_lines" colspan="4" nolabel="1">
<tree string="Bids Details" editable="top">
<field name="bid_id"/>
<field name="price"/>
@ -709,7 +709,7 @@
<field name="price"/>
<field name="call"/>
</tree>
<form string="Bids Lines" editable="top">
<form string="Bids Lines">
<field name="lot_id" domain="[('auction_id','=',parent.auction_id)]"/>
<field name="price"/>
<field name="call"/>

View File

@ -118,7 +118,7 @@
<field name="name" select="1" />
<newline/>
<separator string="Avalaible answers" colspan="4"/>
<field name="answers_ids" colspan="4" nolabel="1" editable="bottom">
<field name="answers_ids" colspan="4" nolabel="1">
<tree string="Answers" editable="bottom">
<field name="name" select="1"/>
</tree>

View File

@ -50,7 +50,7 @@
<field name="product_qty"/>
<field name="product_uom_id"/>
</tree>
<form string="Products" editable="bottom">
<form string="Products">
<field name="product_id" />
<field name="product_qty"/>
<field name="product_uom_id" />

View File

@ -41,7 +41,7 @@
<field name="arch" type="xml">
<notebook position="inside">
<page string="Logistics Flows">
<field name="flow_pull_ids" editable="bottom" colspan="4" nolabel="1">
<field name="flow_pull_ids" colspan="4" nolabel="1">
<tree string="Pulled flows">
<field name="name"/>
<field name="location_id" attrs="{'required': [('type_proc', '=', 'move')]}"/>
@ -69,7 +69,7 @@
</group>
</form>
</field>
<field name="path_ids" editable="bottom" colspan="4" nolabel="1">
<field name="path_ids" colspan="4" nolabel="1">
<field name="name"/>
<tree string="Pushed flows">
<field name="location_from_id"/>