c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12532
[Bug 658382] Re: [trunk] missing documentation "form_view_ref"
** Branch linked: lp:openobject-doc
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/658382
Title:
[trunk] missing documentation "form_view_ref"
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'}"/>