Metadata-Version: 2.1
Name: odoo-addon-website_breadcrumb
Version: 15.0.1.0.0.7
Summary: Let you have breadcrumbs in website pages
Home-page: https://github.com/OCA/website
Author: Grupo ESOC Ingeniería de Servicios, Odoo Community Association (OCA)
Author-email: support@odoo-community.org
License: LGPL-3
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 15.0
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Requires-Python: >=3.8
Requires-Dist: odoo<15.1dev,>=15.0a

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

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

.. |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/15.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-15-0/website-15-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=15.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:

#. Enable developer mode.
#. Go to Website Admin > Configuration > Menus.
#. Remove the website grouping from the filter if it is set.
#. 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:

#. Log in.
#. Go to your homepage.
#. Go to **Customize** menu.
#. 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:%2015.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/15.0/website_breadcrumb>`_ project on GitHub.

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