parent
c367974170
commit
1b811f8de8
@ -621,7 +621,7 @@ robots.txt
|
|||||||
----------
|
----------
|
||||||
|
|
||||||
When indexing your website, search engines take a first look at the
|
When indexing your website, search engines take a first look at the
|
||||||
general indexing rules of the a``/robots.txt`` file (allowed robots,
|
general indexing rules of the ``/robots.txt`` file (allowed robots,
|
||||||
sitemap path, etc.). Odoo automatically creates it. Its content is:
|
sitemap path, etc.). Odoo automatically creates it. Its content is:
|
||||||
|
|
||||||
User-agent: \*
|
User-agent: \*
|
||||||
|
@ -37,7 +37,7 @@ File Structure
|
|||||||
You probably have already guessed that since dashboard views are an Enterprise view, they must have
|
You probably have already guessed that since dashboard views are an Enterprise view, they must have
|
||||||
a dependency on an Enterprise module. The Enterprise module is ``web_dashboard``. Don't forget to
|
a dependency on an Enterprise module. The Enterprise module is ``web_dashboard``. Don't forget to
|
||||||
add it to your manifest file! It is standard to add dashboards intended to be used as a
|
add it to your manifest file! It is standard to add dashboards intended to be used as a
|
||||||
``view_mode`` for one of your module's models (in the ``model`` folder``) to the views directory
|
``view_mode`` for one of your module's models (in the ``model`` folder) to the views directory
|
||||||
(i.e. the same file that contains the other views for the same model).
|
(i.e. the same file that contains the other views for the same model).
|
||||||
|
|
||||||
It is standard to create a separate Enterprise module to add extra Enterprise views and features to
|
It is standard to create a separate Enterprise module to add extra Enterprise views and features to
|
||||||
|
Loading…
Reference in New Issue
Block a user