
Prior to this commit, the /legal.html page relied on RST substitutions
to insert the images directives of legal agreements within the table.
This caused Sphinx to omit the `image-reference` class on all `<a>`
elements surrounding an `<img>` element, which it normally adds when the
`target` option is specified on an `image` directive. As the theme
relies on that class to hide the "external link" icon added with commit
343decf1
, the layout of the page was broken.
While replacing the substitutions with the plain `image` directive, the
grid table is converted to a list table to avoid the hassle of expanding
table cells to fit the directives. This will also help in maintaining
the content of the table when we will add new translations for the legal
agreements.
task-2909167
closes odoo/documentation#2438
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
105 lines
3.2 KiB
ReStructuredText
105 lines
3.2 KiB
ReStructuredText
:show-content:
|
|
:hide-page-toc:
|
|
:custom-css: legal.css
|
|
:orphan:
|
|
|
|
=====
|
|
Legal
|
|
=====
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
legal/licenses
|
|
legal/terms
|
|
legal/others
|
|
|
|
Licenses
|
|
========
|
|
|
|
- :ref:`licenses`
|
|
|
|
Terms and Conditions
|
|
====================
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* -
|
|
- English
|
|
- Français
|
|
- Nederlands
|
|
- Deutsch
|
|
- Español
|
|
* - Odoo Enterprise Agreement [#]_
|
|
- .. image:: legal/img/txt.svg
|
|
:alt: View Odoo Enterprise Agreement
|
|
:target: legal/terms/enterprise.html
|
|
.. image:: legal/img/pdf.svg
|
|
:alt: Download Odoo Enterprise Agreement
|
|
:target: https://www.odoo.com/documentation/12.0/odoo_enterprise_agreement.pdf
|
|
- .. image:: legal/img/txt.svg
|
|
:alt: View Odoo Enterprise Agreement (FR)
|
|
:target: legal/terms/i18n/enterprise_fr.html
|
|
.. image:: legal/img/pdf.svg
|
|
:alt: Download Odoo Enterprise Agreement (FR)
|
|
:target: https://www.odoo.com/documentation/12.0/odoo_enterprise_agreement_fr.pdf
|
|
- |missing_txt| |missing_pdf|
|
|
- |missing_txt| |missing_pdf|
|
|
- |missing_txt| |missing_pdf|
|
|
* - Odoo Partnership Agreement
|
|
- .. image:: legal/img/txt.svg
|
|
:alt: View Odoo Partnership Agreement
|
|
:target: legal/terms/partnership.html
|
|
.. image:: legal/img/pdf.svg
|
|
:alt: Download Odoo Partnership Agreement
|
|
:target: https://www.odoo.com/documentation/12.0/odoo_partnership_agreement.pdf
|
|
- .. image:: legal/img/txt.svg
|
|
:alt: View Odoo Partnership Agreement (FR)
|
|
:target: legal/terms/i18n/partnership_fr.html
|
|
.. image:: legal/img/pdf.svg
|
|
:alt: Download Odoo Partnership Agreement (FR)
|
|
:target: https://www.odoo.com/documentation/12.0/odoo_partnership_agreement_fr.pdf
|
|
- |missing_txt| |missing_pdf|
|
|
- |missing_txt| |missing_pdf|
|
|
- |missing_txt| |missing_pdf|
|
|
* - Terms of Sale
|
|
- .. image:: legal/img/txt.svg
|
|
:alt: View Terms of Sale
|
|
:target: legal/terms/terms_of_sale.html
|
|
.. image:: legal/img/pdf.svg
|
|
:alt: Download Odoo Terms of Sale
|
|
:target: terms_of_sale.pdf
|
|
- .. image:: legal/img/txt.svg
|
|
:alt: View Terms of Sale (FR)
|
|
:target: legal/terms/i18n/terms_of_sale_fr.html
|
|
.. image:: legal/img/pdf.svg
|
|
:alt: Download Odoo Terms of Sale (FR)
|
|
:target: https://www.odoo.com/documentation/12.0/terms_of_sale_fr.pdf
|
|
-
|
|
-
|
|
-
|
|
|
|
.. [#] Applies to self-hosting, Odoo.SH and Odoo Cloud.
|
|
|
|
.. |missing_pdf| image:: legal/img/pdf_missing.svg
|
|
:alt: Document not yet available
|
|
:class: o-no-modal
|
|
|
|
.. |missing_txt| image:: legal/img/txt_missing.svg
|
|
:alt: Document not yet available
|
|
:class: o-no-modal
|
|
|
|
.. seealso::
|
|
`Archive of older agreements <https://drive.google.com/open?id=1skSTsdAPOBlaIWi_hUkL3tfaoi8Qdspu>`_
|
|
|
|
Other legal references
|
|
======================
|
|
|
|
- `Odoo Cloud Service Level Agreement (SLA) <https://www.odoo.com/cloud-sla>`_
|
|
- `Odoo Cloud Acceptable Use Policy <https://www.odoo.com/acceptable-use>`_
|
|
- `Odoo SA's Privacy Policy <https://www.odoo.com/privacy>`_
|
|
- `Odoo SA's GDPR Compliance Guide <https://www.odoo.com/gdpr>`_
|
|
- :ref:`cla`
|
|
- :ref:`germany/gobd`
|