← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 658382] Re: [trunk] missing documentation "form_view_ref"

 

** Project changed: openobject-server => openobject-doc

** Changed in: openobject-doc
       Status: New => Confirmed

-- 
[trunk] missing documentation "form_view_ref"
https://bugs.launchpad.net/bugs/658382
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenERP Documentation: Confirmed

Bug description:
IMHO
http://doc.openerp.com/developer/2_6_views_events/views/design_element.html?highlight=one2many_list
should mention that it is possible to use form_view_ref (and tree_view_ref ?) in context.

this will make it much easier to code custom modules without interfering with the standard "priority" model, especially when it comes to models with a grat number of views like stock.picking

found a single instance of this in
./sale/sale_view.xml:                            <field colspan="4" name="invoice_ids" nolabel="1" context="{'form_view_ref':'account.invoice_form'}"/>