Compare commits

..

1 Commits

Author SHA1 Message Date
Laurent Stukkens (LTU)
d725556c94 [IMP] developer: add grid in views supporting sample data
Adding grid in the list of views that support sample data.

task-2702636
2022-03-31 16:20:20 +02:00
5 changed files with 11 additions and 152 deletions

View File

@@ -25,9 +25,9 @@ This matrix shows the support status of every version.
+-----------------+-------------+----------+-------------+----------------+------------------------+
| | Odoo Online | Odoo.sh | On-Premise | Release date | End of support |
+=================+=============+==========+=============+================+========================+
| Odoo saas~15.2 | |green| | N/A | N/A | March 2022 | |
| Odoo 15.saas~2 | |green| | N/A | N/A | March 2022 | |
+-----------------+-------------+----------+-------------+----------------+------------------------+
| Odoo saas~15.1 | |red| | N/A | N/A | February 2022 | |
| Odoo 15.saas~1 | |red| | N/A | N/A | February 2022 | |
+-----------------+-------------+----------+-------------+----------------+------------------------+
| **Odoo 15.0** | |green| | |green| | |green| | October 2021 | October 2024 (planned) |
+-----------------+-------------+----------+-------------+----------------+------------------------+
@@ -35,11 +35,11 @@ This matrix shows the support status of every version.
+-----------------+-------------+----------+-------------+----------------+------------------------+
| **Odoo 13.0** | |green| | |green| | |green| | October 2019 | October 2022 (planned) |
+-----------------+-------------+----------+-------------+----------------+------------------------+
| Odoo saas~12.3 | |red| | N/A | N/A | August 2019 | |
| Odoo 12.saas~3 | |red| | N/A | N/A | August 2019 | |
+-----------------+-------------+----------+-------------+----------------+------------------------+
| **Odoo 12.0** | |red| | |red| | |red| | October 2018 | October 2021 |
+-----------------+-------------+----------+-------------+----------------+------------------------+
| Odoo saas~11.3 | |red| | N/A | N/A | April 2018 | |
| Odoo 11.saas~3 | |red| | N/A | N/A | April 2018 | |
+-----------------+-------------+----------+-------------+----------------+------------------------+
| **Odoo 11.0** | |red| | |red| | |red| | October 2017 | October 2020 |
+-----------------+-------------+----------+-------------+----------------+------------------------+

View File

@@ -33,10 +33,6 @@ by going to the :menuselection:`Top Menu --> Products --> Create`, and add them
.. image:: media/bom_1.png
:align: center
.. warning::
The destination location should **not** be a scrap location. A scrap location is where you put
products that you don't need.
Using the same BoM to describe Variants
---------------------------------------

View File

@@ -566,7 +566,8 @@ Basic tabs
Basic tabs are useful to split content into multiple options. The `tabs` directive is used to define
a sequence of tabs. Each tab is then defined with the `tab` directive followed by a label.
**How you write it**
RST
~~~
.. code-block:: rst
@@ -584,21 +585,8 @@ a sequence of tabs. Each tab is then defined with the `tab` directive followed b
Third version for On-premise users.
.. raw:: html
<div class="badge">How it looks</div>
+-----------------+
| .. code-block:: |
| |
| coincoin |
+-----------------+
| +---+---+ |
| | a | a | |
| +===+===+ |
| | O | o | |
| +---+---+ |
+-----------------+
Render
~~~~~~
.. tabs::
@@ -848,110 +836,6 @@ Document metadata
| Sphinx supports document-wide metadata directives that specify a behavior for the entire page.
| They must be placed between colons (`:`) at the top of the source file.
Juste l'html:
+-----------------+------------------------------+
| **Row 1** | **Row 2** |
+=================+==============================+
| Coincoin | Coiiiiiiin |
+-----------------+------------------------------+
| This is a | Pouet |
| multi-line | |
| row. | |
+-----------------+------------------------------+
Juste le rst:
.. code-block:: rst
+-----------------+------------------------------+
| **Row 1** | **Row 2** |
+=================+==============================+
| Coincoin | Coiiiiiiin |
+-----------------+------------------------------+
| This is a | Pouet |
| multi-line | |
| row. | |
+-----------------+------------------------------+
::
table.special>tbody>tr {
border: 10px solid red;
}
Combiné:
.. rst-class:: special
+--------------------------------------------------------+
| +-----------------+------------------------------+ |
| | **Row 1** | **Row 2** | |
| +=================+==============================+ |
| | Coincoin | Coiiiiiiin | |
| +-----------------+------------------------------+ |
| | This is a | Pouet | |
| | multi-line | | |
| | row. | | |
| +-----------------+------------------------------+ |
+--------------------------------------------------------+
| |
| .. code-block:: rst |
| |
| +-----------------+------------------------------+ |
| | **Row 1** | **Row 2** | |
| +=================+==============================+ |
| | Coincoin | Coiiiiiiin | |
| +-----------------+------------------------------+ |
| | This is a | Pouet | |
| | multi-line | | |
| | row. | | |
| +-----------------+------------------------------+ |
| |
+--------------------------------------------------------+
+------------------------+
| .. warning:: |
| Youpie |
| |
+------------------------+
| .. code-block:: rst |
| |
| .. warning:: |
| Youpie |
| |
+------------------------+
+------------------------+
| |
| **Youpie** |
| |
+------------------------+
| .. code-block:: rst |
| |
| **Youpie** |
| |
+------------------------+
+-----------------------------------+
| .. tabs:: |
| |
| .. code-tab:: python |
| |
| print("Hello World") |
| |
| .. code-tab:: javascript |
| |
| console.log("Hello World"); |
| |
| .. code-tab:: html |
| |
| <p>Hello World</p> |
| |
+-----------------------------------+
+-----------------+--------------------------------------------------------------------------------+
| **Metadata** | **Purpose** |
+-----------------+--------------------------------------------------------------------------------+

View File

@@ -124,7 +124,8 @@ an impact on all view types.
``info``, ``warning``, ``danger`` and ``secondary`` displays. The list view supports ``bf``,
``it``, ``success``, ``info``, ``warning``, ``danger``, ``muted`` and ``primary`` displays.
* ``sample`` (``kanban`` & ``list`` & ``gantt`` & ``graph`` & ``pivot`` & ``cohort`` & ``dashboard``)
* ``sample`` (``kanban`` & ``list`` & ``gantt`` & ``graph`` & ``pivot`` & ``cohort`` & ``grid``
& ``dashboard``)
Populate the view with a set of sample records if none are found for the current model.
This attribute is false by default.
@@ -1939,22 +1940,7 @@ Map
<span class="badge" style="background-color:#AD5E99">Enterprise feature</span>
.. raw:: html
<div><div class="bg-primary">
mon exemple en rst
.. raw:: html
</div><div>
mon exemple en rst
.. raw:: html
</div></div>
This view is able to display records on a map and the routes between them. The records are represented by pins. It also allows the visualization of fields from the model in a popup tied to the record's pin.
.. note::

View File

@@ -1,7 +0,0 @@
:orphan:
:nosearch:
Last build date
===============
The last time the documentation was built in version |version| was on |today|.