[UPD] README.rst

pull/2207/head
OCA-git-bot 2022-04-27 07:19:36 +00:00
parent 22ee0a4013
commit 3634aa73bc
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ the possible attributes for the tag:
+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| colors | No | Allows to set certain specific colors if the expressed condition (JS syntax) is met. | | colors | No | Allows to set certain specific colors if the expressed condition (JS syntax) is met. |
+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| color-field | No | Allows to set a field (on the current model) that contains the HTML color (e.g. #FFFFFF). This option has priority over 'colors'. | | color_field | No | Allows to set a field (on the current model) that contains the HTML color (e.g. #FFFFFF). This option has priority over 'colors'. |
+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| dependency_arrow | No | Set this attribute to a x2many field to draw arrows between the records referenced in the x2many field. | | dependency_arrow | No | Set this attribute to a x2many field to draw arrows between the records referenced in the x2many field. |
+--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +--------------------+-----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

View File

@ -449,7 +449,7 @@ the possible attributes for the tag:</p>
<td>No</td> <td>No</td>
<td>Allows to set certain specific colors if the expressed condition (JS syntax) is met.</td> <td>Allows to set certain specific colors if the expressed condition (JS syntax) is met.</td>
</tr> </tr>
<tr><td>color-field</td> <tr><td>color_field</td>
<td>No</td> <td>No</td>
<td>Allows to set a field (on the current model) that contains the HTML color (e.g. #FFFFFF). This option has priority over colors.</td> <td>Allows to set a field (on the current model) that contains the HTML color (e.g. #FFFFFF). This option has priority over colors.</td>
</tr> </tr>