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
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
and removes most stateful behavior of DataSet.

View File

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

View File

@ -451,7 +451,7 @@ formview, delegating instead to its
created.
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.
:param editor: editor object asking for the view