doc remove dev_ internal_ dichotomy tutorial will replace dev_

bzr revid: al@openerp.com-20121114230042-ojzn4hr3fp0k15dz
This commit is contained in:
Antony Lesuisse 2012-11-15 00:00:42 +01:00
parent 72f991f631
commit ba22c50e12
9 changed files with 9 additions and 10 deletions

View File

@ -15,7 +15,7 @@ DataSet -> Model
---------------- ----------------
The 6.1 ``DataSet`` API has been deprecated in favor of the smaller The 6.1 ``DataSet`` API has been deprecated in favor of the smaller
and more orthogonal :doc:`Model </dev_rpc>` API, which more closely and more orthogonal :doc:`Model </rpc>` API, which more closely
matches the API in OpenERP Web's Python side and in OpenObject addons matches the API in OpenERP Web's Python side and in OpenObject addons
and removes most stateful behavior of DataSet. and removes most stateful behavior of DataSet.

View File

@ -14,14 +14,13 @@ Contents:
presentation presentation
async async
dev_rpc widget
dev_widget qweb
dev_qweb rpc
dev_client_action client_action
form_view
internal_form search_view
internal_list list_view
internal_search
changelog-7.0 changelog-7.0

View File

@ -451,7 +451,7 @@ formview, delegating instead to its
created. created.
The result should be a valid form view, see :doc:`Form Notes The result should be a valid form view, see :doc:`Form Notes
<internal_form>` for various peculiarities of the form view <form_view>` for various peculiarities of the form view
format. format.
:param editor: editor object asking for the view :param editor: editor object asking for the view