odoo-addon-ssi-master-data-mixin


Nameodoo-addon-ssi-master-data-mixin JSON
Version 18.0.1.1.0 PyPI version JSON
download
home_pagehttps://github.com/open-synergy/ssi-mixin
SummaryMaster Data Mixin
upload_time2025-07-24 11:34:50
maintainerNone
docs_urlNone
authorPT. Simetri Sinergi Indonesia
requires_python>=3.10
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements qrcode
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg
   :target: https://www.gnu.org/licenses/agpl-3.0.html
   :alt: License: AGPL-3

==================
📝 **Description**
==================

**Master Data Mixin** is a core mixin module in the **@simetri-sinergi-id/ssi-mixin** technology suite for Odoo. It provides foundational master data management capabilities that can be mixed into other modules to enable standardized master data handling for various business entities and processes.

It is ideal for Odoo developers who want to ensure their mixin modules are robust, reusable, and easy to maintain.

===================
🔧 **Key Features**
===================

- **Master Data Foundation:** Reusable master data management logic for Odoo modules.
- **Mixin Design:** Built to be inherited by other modules for master data functionality.
- **Deep Integration:** Seamlessly integrates with various business master data types.
- **Open Source:** AGPL-3.0 license with community-driven improvements.

==========================
💡 **Use Cases / Context**
==========================

This mixin is ideal for developers who need to add standardized master data management to their Odoo modules. Common use cases include:

- **Customer Master:** Standardize customer data management across different modules.
- **Supplier Master:** Centralize supplier information and validation logic.
- **Product Master:** Ensure consistent product data structure and validation.
- **Reference Data:** Manage reference tables and lookup values consistently.
- **Custom Modules:** Easily add master data functionality to any custom Odoo module.

Simply inherit from this mixin in your model class and configure the master data pattern according to your business needs.

===================
🚀 **Installation**
===================

To install this module:

1.  Clone the branch **18.0** of the repository: https://github.com/simetri-sinergi-id/ssi-mixin
2.  Add the path to this repository in your Odoo configuration (`addons-path`)
3.  Update the module list (ensure you are in developer mode)
4.  Go to menu *Apps → Apps → Main Apps*
5.  Search for *Master Data Mixin*
6.  Install the module

==========================
� **Installation & Usage**
==========================

1. **Add to Odoo:** Place `ssi_master_data_mixin` in your Odoo addons path.
2. **Enable:** In Odoo Apps, search for `ssi_master_data_mixin` and install.
3. **Extend:** Inherit this mixin in your custom modules to enable master data functionality.

==========
❓ **FAQ**
==========

- **Standalone?** *No, it's a mixin foundation for other modules requiring master data functionality.*
- **Odoo Version?** *Odoo 18 or above.*
- **Contribute?** *Fork, branch, and submit a pull request on* `GitHub <https://github.com/simetri-sinergi-id/ssi-mixin>`_.

==================
🐞 **Bug Tracker**
==================

Bugs are tracked on `GitHub Issues <https://github.com/simetri-sinergi-id/ssi-mixin/issues>`_.
If you encounter any issues, please check if it has already been reported. If not, help us improve by providing detailed feedback.

==============
🙌 **Credits**
==============

This module is developed and maintained by PT. Simetri Sinergi Indonesia. We would like to thank all the contributors who have helped make this module better.

**Contributors:**

- **Core Development:**
  
  - Andhitia Rama <andhitia.r@gmail.com>
  - Asrul Bastian Yunas <asrulbastianyunas@gmail.com>
  - Michael Viriyananda <viriyananda.michael@gmail.com>

- **Community:** Thanks to all community members who reported issues and provided feedback
- **Special Thanks:** To the Odoo Community Association (OCA) for the development guidelines and best practices

===============
**Maintainer:**
===============

.. image:: https://simetri-sinergi.id/logo.png
   :alt: PT. Simetri Sinergi Indonesia
   :target: https://simetri-sinergi.id

This module is maintained by PT. Simetri Sinergi Indonesia.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/open-synergy/ssi-mixin",
    "name": "odoo-addon-ssi-master-data-mixin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "PT. Simetri Sinergi Indonesia",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": ".. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg\n   :target: https://www.gnu.org/licenses/agpl-3.0.html\n   :alt: License: AGPL-3\n\n==================\n\ud83d\udcdd **Description**\n==================\n\n**Master Data Mixin** is a core mixin module in the **@simetri-sinergi-id/ssi-mixin** technology suite for Odoo. It provides foundational master data management capabilities that can be mixed into other modules to enable standardized master data handling for various business entities and processes.\n\nIt is ideal for Odoo developers who want to ensure their mixin modules are robust, reusable, and easy to maintain.\n\n===================\n\ud83d\udd27 **Key Features**\n===================\n\n- **Master Data Foundation:** Reusable master data management logic for Odoo modules.\n- **Mixin Design:** Built to be inherited by other modules for master data functionality.\n- **Deep Integration:** Seamlessly integrates with various business master data types.\n- **Open Source:** AGPL-3.0 license with community-driven improvements.\n\n==========================\n\ud83d\udca1 **Use Cases / Context**\n==========================\n\nThis mixin is ideal for developers who need to add standardized master data management to their Odoo modules. Common use cases include:\n\n- **Customer Master:** Standardize customer data management across different modules.\n- **Supplier Master:** Centralize supplier information and validation logic.\n- **Product Master:** Ensure consistent product data structure and validation.\n- **Reference Data:** Manage reference tables and lookup values consistently.\n- **Custom Modules:** Easily add master data functionality to any custom Odoo module.\n\nSimply inherit from this mixin in your model class and configure the master data pattern according to your business needs.\n\n===================\n\ud83d\ude80 **Installation**\n===================\n\nTo install this module:\n\n1.  Clone the branch **18.0** of the repository: https://github.com/simetri-sinergi-id/ssi-mixin\n2.  Add the path to this repository in your Odoo configuration (`addons-path`)\n3.  Update the module list (ensure you are in developer mode)\n4.  Go to menu *Apps \u2192 Apps \u2192 Main Apps*\n5.  Search for *Master Data Mixin*\n6.  Install the module\n\n==========================\n\ufffd **Installation & Usage**\n==========================\n\n1. **Add to Odoo:** Place `ssi_master_data_mixin` in your Odoo addons path.\n2. **Enable:** In Odoo Apps, search for `ssi_master_data_mixin` and install.\n3. **Extend:** Inherit this mixin in your custom modules to enable master data functionality.\n\n==========\n\u2753 **FAQ**\n==========\n\n- **Standalone?** *No, it's a mixin foundation for other modules requiring master data functionality.*\n- **Odoo Version?** *Odoo 18 or above.*\n- **Contribute?** *Fork, branch, and submit a pull request on* `GitHub <https://github.com/simetri-sinergi-id/ssi-mixin>`_.\n\n==================\n\ud83d\udc1e **Bug Tracker**\n==================\n\nBugs are tracked on `GitHub Issues <https://github.com/simetri-sinergi-id/ssi-mixin/issues>`_.\nIf you encounter any issues, please check if it has already been reported. If not, help us improve by providing detailed feedback.\n\n==============\n\ud83d\ude4c **Credits**\n==============\n\nThis module is developed and maintained by PT. Simetri Sinergi Indonesia. We would like to thank all the contributors who have helped make this module better.\n\n**Contributors:**\n\n- **Core Development:**\n  \n  - Andhitia Rama <andhitia.r@gmail.com>\n  - Asrul Bastian Yunas <asrulbastianyunas@gmail.com>\n  - Michael Viriyananda <viriyananda.michael@gmail.com>\n\n- **Community:** Thanks to all community members who reported issues and provided feedback\n- **Special Thanks:** To the Odoo Community Association (OCA) for the development guidelines and best practices\n\n===============\n**Maintainer:**\n===============\n\n.. image:: https://simetri-sinergi.id/logo.png\n   :alt: PT. Simetri Sinergi Indonesia\n   :target: https://simetri-sinergi.id\n\nThis module is maintained by PT. Simetri Sinergi Indonesia.\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Master Data Mixin",
    "version": "18.0.1.1.0",
    "project_urls": {
        "Homepage": "https://github.com/open-synergy/ssi-mixin"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d47a1b4f52b9fae31307c8a4870b0b5487a9dbde564ad60f645547a94417172b",
                "md5": "b652b633f8de543fa31a10c0c613fb00",
                "sha256": "e0669a067a05255f9bccecf9aec5db408f2840e45eb34463c1923938518db932"
            },
            "downloads": -1,
            "filename": "odoo_addon_ssi_master_data_mixin-18.0.1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b652b633f8de543fa31a10c0c613fb00",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 76535,
            "upload_time": "2025-07-24T11:34:50",
            "upload_time_iso_8601": "2025-07-24T11:34:50.130320Z",
            "url": "https://files.pythonhosted.org/packages/d4/7a/1b4f52b9fae31307c8a4870b0b5487a9dbde564ad60f645547a94417172b/odoo_addon_ssi_master_data_mixin-18.0.1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-24 11:34:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "open-synergy",
    "github_project": "ssi-mixin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "qrcode",
            "specs": []
        }
    ],
    "lcname": "odoo-addon-ssi-master-data-mixin"
}
        
Elapsed time: 1.29931s