odoo-addon-product-category-company-favorite


Nameodoo-addon-product-category-company-favorite JSON
Version 16.0.1.0.1.3 PyPI version JSON
download
home_pagehttps://github.com/OCA/multi-company
SummaryPossilibity to set favorite product categories per company
upload_time2024-02-27 05:26:07
maintainer
docs_urlNone
authorGRAP,Odoo Community Association (OCA)
requires_python>=3.10
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======================================
Product Categories - Company Favorites
======================================

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

.. |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-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%2Fmulti--company-lightgray.png?logo=github
    :target: https://github.com/OCA/multi-company/tree/16.0/product_category_company_favorite
    :alt: OCA/multi-company
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/multi-company-16-0/multi-company-16-0-product_category_company_favorite
    :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/multi-company&target_branch=16.0
    :alt: Try me on Runboat

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

This module is usefull in a multi-company context if
- the companies doesn't have to use all the same categories
- if you apply companies to your products.

Without that module, when creating products, end user can select categories
that don't make sense for the current company.
With that module, categories manager can set for each company, which category
will be displayed, reducing configuration error. (and so accounting error
if accounts are set at the category level.)

You could be interested by concurrent module named ``product_category_company``,
(same repository), that propose similar features but with alternative implementation.

**Note**

- When creating **new root category**:

    - it is favorite for all the other company if it is favorite in the current
      context.
    - it is not favorite for all the other company if it is not favorite in the current
      context.

- When creating **new child category**:

    - the category will inherit the configuration
      of the parent category in each company.

- when creating a **new company**:

    - all the existing categories are favorite in the new created company.

**Table of contents**

.. contents::
   :local:

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

* Select a company you want to configure

* Go to "Inventory" > "Configuration" > "Product Categories"

* Uncheck categories you don't want to use for the current company.

.. figure:: https://raw.githubusercontent.com/OCA/multi-company/16.0/product_category_company_favorite/static/description/product_category_tree.png

Usage
=====

* Go in "Inventory" > "Master Data" > "Products"

* Create a new product

.. figure:: https://raw.githubusercontent.com/OCA/multi-company/16.0/product_category_company_favorite/static/description/product_form_view.png

End user doesn't have access to the category "All / Consumable"
that is not favorite in the current company.

Known issues / Roadmap
======================

There is a little UX bug. When user display product categories in the tree view
and click to select which category is favorite
and which category is not, if the category has children, the value of the children
is updated in the database but the display is not updated.

Refresh the page resolve the problem.

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/multi-company/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/multi-company/issues/new?body=module:%20product_category_company_favorite%0Aversion:%2016.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
~~~~~~~

* GRAP

Contributors
~~~~~~~~~~~~

* Sylvain LE GAL (https://www.twitter.com/legalsylvain)

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.

.. |maintainer-legalsylvain| image:: https://github.com/legalsylvain.png?size=40px
    :target: https://github.com/legalsylvain
    :alt: legalsylvain

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-legalsylvain| 

This module is part of the `OCA/multi-company <https://github.com/OCA/multi-company/tree/16.0/product_category_company_favorite>`_ project on GitHub.

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



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/multi-company",
    "name": "odoo-addon-product-category-company-favorite",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "GRAP,Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": null,
    "description": "======================================\nProduct Categories - Company Favorites\n======================================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:a72e6c252981c898aa0b5a7afcc5dad3199450bef31ae2b76ca04c99a0021cac\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n    :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmulti--company-lightgray.png?logo=github\n    :target: https://github.com/OCA/multi-company/tree/16.0/product_category_company_favorite\n    :alt: OCA/multi-company\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/multi-company-16-0/multi-company-16-0-product_category_company_favorite\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n    :target: https://runboat.odoo-community.org/builds?repo=OCA/multi-company&target_branch=16.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module is usefull in a multi-company context if\n- the companies doesn't have to use all the same categories\n- if you apply companies to your products.\n\nWithout that module, when creating products, end user can select categories\nthat don't make sense for the current company.\nWith that module, categories manager can set for each company, which category\nwill be displayed, reducing configuration error. (and so accounting error\nif accounts are set at the category level.)\n\nYou could be interested by concurrent module named ``product_category_company``,\n(same repository), that propose similar features but with alternative implementation.\n\n**Note**\n\n- When creating **new root category**:\n\n    - it is favorite for all the other company if it is favorite in the current\n      context.\n    - it is not favorite for all the other company if it is not favorite in the current\n      context.\n\n- When creating **new child category**:\n\n    - the category will inherit the configuration\n      of the parent category in each company.\n\n- when creating a **new company**:\n\n    - all the existing categories are favorite in the new created company.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\n* Select a company you want to configure\n\n* Go to \"Inventory\" > \"Configuration\" > \"Product Categories\"\n\n* Uncheck categories you don't want to use for the current company.\n\n.. figure:: https://raw.githubusercontent.com/OCA/multi-company/16.0/product_category_company_favorite/static/description/product_category_tree.png\n\nUsage\n=====\n\n* Go in \"Inventory\" > \"Master Data\" > \"Products\"\n\n* Create a new product\n\n.. figure:: https://raw.githubusercontent.com/OCA/multi-company/16.0/product_category_company_favorite/static/description/product_form_view.png\n\nEnd user doesn't have access to the category \"All / Consumable\"\nthat is not favorite in the current company.\n\nKnown issues / Roadmap\n======================\n\nThere is a little UX bug. When user display product categories in the tree view\nand click to select which category is favorite\nand which category is not, if the category has children, the value of the children\nis updated in the database but the display is not updated.\n\nRefresh the page resolve the problem.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/multi-company/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/multi-company/issues/new?body=module:%20product_category_company_favorite%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* GRAP\n\nContributors\n~~~~~~~~~~~~\n\n* Sylvain LE GAL (https://www.twitter.com/legalsylvain)\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\n.. |maintainer-legalsylvain| image:: https://github.com/legalsylvain.png?size=40px\n    :target: https://github.com/legalsylvain\n    :alt: legalsylvain\n\nCurrent `maintainer <https://odoo-community.org/page/maintainer-role>`__:\n\n|maintainer-legalsylvain| \n\nThis module is part of the `OCA/multi-company <https://github.com/OCA/multi-company/tree/16.0/product_category_company_favorite>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Possilibity to set favorite product categories per company",
    "version": "16.0.1.0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/OCA/multi-company"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c2041181d1de44465b9f731d081ae720ca73d60a20ca60c9ef092cf9ad44184",
                "md5": "483d0da8e43323b7a7ee919409b1c166",
                "sha256": "5cdc9d190b7aeb9be1c60adcd47581e74ccf1c4d081fe8af90821e77de1b2937"
            },
            "downloads": -1,
            "filename": "odoo_addon_product_category_company_favorite-16.0.1.0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "483d0da8e43323b7a7ee919409b1c166",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 85802,
            "upload_time": "2024-02-27T05:26:07",
            "upload_time_iso_8601": "2024-02-27T05:26:07.048335Z",
            "url": "https://files.pythonhosted.org/packages/6c/20/41181d1de44465b9f731d081ae720ca73d60a20ca60c9ef092cf9ad44184/odoo_addon_product_category_company_favorite-16.0.1.0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 05:26:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "multi-company",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "odoo-addon-product-category-company-favorite"
}
        
Elapsed time: 0.29690s