[ADD] support for fetching views's fields straight from demo

* resolves action by external id
* fetches relevant view
* prints table of all fields with an @help in view order
This commit is contained in:
Xavier Morel
2015-07-09 15:35:48 +02:00
parent 98e8930e02
commit f8d202061a
3 changed files with 165 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ extensions = [
'sphinx.ext.todo',
'odoo',
'html_domain',
'demo_link',
]
# Add any paths that contain templates here, relative to this directory.