Metadata-Version: 2.1
Name: odoo-addon-website_breadcrumb
Version: 17.0.1.0.0.2
Requires-Python: >=3.10
Requires-Dist: odoo>=17.0a,<17.1dev
Summary: Let you have breadcrumbs in website pages
Home-page: https://github.com/OCA/website
License: LGPL-3
Author: =?utf-8?q?Grupo_ESOC_Ingenier=C3=ADa_de_Servicios=2C_Odoo_Community_Association_=28OCA=29?=
Author-email: support@odoo-community.org
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 17.0
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)

===================
Website Breadcrumbs
===================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:0c64fd58e5e140a759ad29844bffeb3028c49f78f515fa5baaab59be7c4ec7ec
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/licence-LGPL--3-blue.png
    :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
    :alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fwebsite-lightgray.png?logo=github
    :target: https://github.com/OCA/website/tree/17.0/website_breadcrumb
    :alt: OCA/website
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/website-17-0/website-17-0-website_breadcrumb
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/website&target_branch=17.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows you to have breadcrumbs in any page of your website.
But if an URL is not present in a menu (as indicated in the
Configuration section), no breadcrumbs will display.

**Table of contents**

.. contents::
   :local:

Configuration
=============

To configure the shown breadcrumbs, you need to:

1. Enable developer mode.
2. Go to Website Admin > Configuration > Menus.
3. Remove the website grouping from the filter if it is set.
4. Edit any menu there.

Keep in mind that:

- This module will try to match **exactly** the URL in the menu item
  with the one you are browsing.
- If it finds no match, breadcrumbs will not be shown.
- If it finds several matches, only the first one will be used.
- Using more than 1 submenu for the website top menu will probably make
  it unusable. In case you need that granularity, you will have to
  create a separate top menu for managing your breadcrumbs.
- Breadcrumbs use the menu name, **not the page name**, except for the
  top menu item, which will appear as *Home* and point to ``/`` unless
  you specify an URL for it.

Usage
=====

To use this module, you need to:

1. Log in.
2. Go to your home page and click on the body of the page.
3. Open the web editor and go to the **Customise** tab.
4. Enable **Breadcrumbs** (it is enabled by default).

- If you want to use this module in a theme but you do not like where it
  is rendered, you can simply disable it in the top menu and add in you
  own layout a ``<t t-call="website_breadcrumb.breadcrumb"/>`` element.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/website/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/website/issues/new?body=module:%20website_breadcrumb%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
-------

* Grupo ESOC Ingeniería de Servicios

Contributors
------------

- `Tecnativa <https://www.tecnativa.com>`__:

  - Jairo Llopis
  - Cristina Martin R.
  - Pilar Vargas

- Bjorn Billen <bjorn.billen@dynapps.be>

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/website <https://github.com/OCA/website/tree/17.0/website_breadcrumb>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
