mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-20 04:12:18 -06:00
[IMP+FIX] document_page_reference: Refactor code related to https://github.com/OCA/knowledge/pull/550#issuecomment-3108953008
TT55514
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
.. image:: https://odoo-community.org/readme-banner-image
|
||||
:target: https://odoo-community.org/get-involved?utm_source=readme
|
||||
:alt: Odoo Community Association
|
||||
|
||||
=======================
|
||||
Document Page Reference
|
||||
=======================
|
||||
@@ -17,7 +13,7 @@ Document Page Reference
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
:target: https://odoo-community.org/page/development-status
|
||||
:alt: Beta
|
||||
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
||||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
|
||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||
:alt: License: AGPL-3
|
||||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github
|
||||
@@ -43,7 +39,7 @@ the link between document pages.
|
||||
Usage
|
||||
=====
|
||||
|
||||
When editing a document page add elements like ${XXX} where XXX is the
|
||||
When editing a document page add elements like {{XXX}} where XXX is the
|
||||
reference of another page. Now, when viewing the document, it will link
|
||||
directly to the page. Also, the name will be parsed as the display name.
|
||||
|
||||
@@ -68,7 +64,7 @@ Authors
|
||||
Contributors
|
||||
------------
|
||||
|
||||
- Enric Tobella <etobella@creublanca.es>
|
||||
- Enric Tobella <etobella@creublanca.es>
|
||||
|
||||
Maintainers
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user