|
| 1 | +.. image:: https://odoo-community.org/readme-banner-image |
| 2 | + :target: https://odoo-community.org/get-involved?utm_source=readme |
| 3 | + :alt: Odoo Community Association |
| 4 | + |
| 5 | +=============================== |
| 6 | +Product Pricelist Multi Company |
| 7 | +=============================== |
| 8 | + |
| 9 | +.. |
| 10 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 11 | + !! This file is generated by oca-gen-addon-readme !! |
| 12 | + !! changes will be overwritten. !! |
| 13 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 14 | + !! source digest: sha256:f8aa025f67c2dc076e15b3cd8f2079923d2c125534c0b0220daf52e4f07715d4 |
| 15 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 16 | +
|
| 17 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 18 | + :target: https://odoo-community.org/page/development-status |
| 19 | + :alt: Beta |
| 20 | +.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png |
| 21 | + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
| 22 | + :alt: License: AGPL-3 |
| 23 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmulti--company-lightgray.png?logo=github |
| 24 | + :target: https://github.com/OCA/multi-company/tree/19.0/product_pricelist_multi_company |
| 25 | + :alt: OCA/multi-company |
| 26 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 27 | + :target: https://translation.odoo-community.org/projects/multi-company-19-0/multi-company-19-0-product_pricelist_multi_company |
| 28 | + :alt: Translate me on Weblate |
| 29 | +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png |
| 30 | + :target: https://runboat.odoo-community.org/builds?repo=OCA/multi-company&target_branch=19.0 |
| 31 | + :alt: Try me on Runboat |
| 32 | + |
| 33 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 34 | + |
| 35 | +Odoo standard allows a pricelist to belong to **one company** or to |
| 36 | +**all companies** (when Company is left empty). There is no middle |
| 37 | +ground. |
| 38 | + |
| 39 | +This module adds a **group of companies** option: |
| 40 | + |
| 41 | +- Adds an **Available in Companies** field (many2many) to each |
| 42 | + pricelist. |
| 43 | +- A pricelist can be shared with any subset of companies without |
| 44 | + exposing it to all. |
| 45 | +- When **Company** is set, that company is automatically included in |
| 46 | + **Available in Companies**. |
| 47 | +- When **Company** is empty, the pricelist remains globally accessible |
| 48 | + (standard behaviour) and the **Available in Companies** field is |
| 49 | + hidden. |
| 50 | +- Security rules are updated so users can see pricelists where their |
| 51 | + company appears in **Available in Companies**. |
| 52 | +- Pricelist items inherit the same visibility automatically. |
| 53 | + |
| 54 | +**Table of contents** |
| 55 | + |
| 56 | +.. contents:: |
| 57 | + :local: |
| 58 | + |
| 59 | +Use Cases / Context |
| 60 | +=================== |
| 61 | + |
| 62 | +- Multiple companies (but not all) sharing the same pricelist — e.g. |
| 63 | + pricelists by country or region. |
| 64 | +- Manage pricing in one place instead of duplicating per company. |
| 65 | + |
| 66 | +Companion glue modules (auto-installed): |
| 67 | + |
| 68 | +- ``product_pricelist_multi_company_sale`` — extends Sale to allow |
| 69 | + shared pricelists on sale orders. |
| 70 | +- ``product_pricelist_multi_company_website_sale`` — extends Website |
| 71 | + Sale security rules accordingly. |
| 72 | + |
| 73 | +Usage |
| 74 | +===== |
| 75 | + |
| 76 | +1. Go to **Sales > Settings** and enable Pricelists. |
| 77 | +2. Open a pricelist and add one or more companies to **Available in |
| 78 | + Companies**. |
| 79 | +3. Users of those companies can now select the shared pricelist (e.g. on |
| 80 | + a sale order). |
| 81 | + |
| 82 | +Changelog |
| 83 | +========= |
| 84 | + |
| 85 | +19.0.1.0.0 (2026-06-29) |
| 86 | +----------------------- |
| 87 | + |
| 88 | +- [ADD] Add module |
| 89 | + |
| 90 | +Bug Tracker |
| 91 | +=========== |
| 92 | + |
| 93 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/multi-company/issues>`_. |
| 94 | +In case of trouble, please check there if your issue has already been reported. |
| 95 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 96 | +`feedback <https://github.com/OCA/multi-company/issues/new?body=module:%20product_pricelist_multi_company%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 97 | + |
| 98 | +Do not contact contributors directly about support or help with technical issues. |
| 99 | + |
| 100 | +Credits |
| 101 | +======= |
| 102 | + |
| 103 | +Authors |
| 104 | +------- |
| 105 | + |
| 106 | +* ACSONE SA/NV |
| 107 | + |
| 108 | +Contributors |
| 109 | +------------ |
| 110 | + |
| 111 | +- Tobias Zehntner tobias.zehntner@acsone.eu (https://www.acsone.eu) |
| 112 | + |
| 113 | +Maintainers |
| 114 | +----------- |
| 115 | + |
| 116 | +This module is maintained by the OCA. |
| 117 | + |
| 118 | +.. image:: https://odoo-community.org/logo.png |
| 119 | + :alt: Odoo Community Association |
| 120 | + :target: https://odoo-community.org |
| 121 | + |
| 122 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 123 | +mission is to support the collaborative development of Odoo features and |
| 124 | +promote its widespread use. |
| 125 | + |
| 126 | +This module is part of the `OCA/multi-company <https://github.com/OCA/multi-company/tree/19.0/product_pricelist_multi_company>`_ project on GitHub. |
| 127 | + |
| 128 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments