odoo-addon-test-ssi-mixin


Nameodoo-addon-test-ssi-mixin JSON
Version 18.0.1.0.2.2 PyPI version JSON
download
home_pagehttps://github.com/open-synergy/ssi-mixin
SummaryDevelopment Model for Testing Mixin
upload_time2025-07-17 12:49:21
maintainerNone
docs_urlNone
authorOpenSynergy Indonesia, PT. 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**
==================

**Development Model for Testing Mixin** is an Odoo module designed to provide a reusable and standardized development/testing model for mixin modules. It helps developers test, validate, and demonstrate mixin logic in a controlled environment.

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

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

- **Testing Environment:** Controlled environment for testing mixin functionality.
- **Development Support:** Tools and utilities for mixin development and validation.
- **Reference Implementation:** Examples and best practices for mixin usage.
- **Open Source:** AGPL-3.0 license with community-driven improvements.

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

This module is ideal for developers who need to test and validate mixin functionality. Common use cases include:

- **Mixin Testing:** Test mixin logic in isolation before integrating into production modules.
- **Reference Implementation:** Teams that need a reference implementation for mixin development and testing.
- **Validation:** Projects requiring automated or manual validation of mixin features.
- **Development:** Learning and understanding mixin patterns and best practices.
- **Prototyping:** Quickly prototype and test new mixin ideas.

Simply use this module as a testing ground for your mixin development and validation 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 *Development Model for Testing Mixin*
6.  Install the module

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

1. **Add to Odoo:** Place `test_ssi_mixin` in your Odoo addons path.
2. **Enable:** In Odoo Apps, search for `test_ssi_mixin` and install.
3. **Test:** Use the provided test models and functionality to validate mixin behavior.

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

- **Standalone?** *Yes, but it's designed to work with other mixin modules for testing purposes.*
- **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:**
  
  - 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-test-ssi-mixin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "OpenSynergy Indonesia, 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**Development Model for Testing Mixin** is an Odoo module designed to provide a reusable and standardized development/testing model for mixin modules. It helps developers test, validate, and demonstrate mixin logic in a controlled environment.\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- **Testing Environment:** Controlled environment for testing mixin functionality.\n- **Development Support:** Tools and utilities for mixin development and validation.\n- **Reference Implementation:** Examples and best practices for mixin usage.\n- **Open Source:** AGPL-3.0 license with community-driven improvements.\n\n==========================\n\ud83d\udca1 **Use Cases / Context**\n==========================\n\nThis module is ideal for developers who need to test and validate mixin functionality. Common use cases include:\n\n- **Mixin Testing:** Test mixin logic in isolation before integrating into production modules.\n- **Reference Implementation:** Teams that need a reference implementation for mixin development and testing.\n- **Validation:** Projects requiring automated or manual validation of mixin features.\n- **Development:** Learning and understanding mixin patterns and best practices.\n- **Prototyping:** Quickly prototype and test new mixin ideas.\n\nSimply use this module as a testing ground for your mixin development and validation 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 *Development Model for Testing Mixin*\n6.  Install the module\n\n==========================\n\ufffd **Installation & Usage**\n==========================\n\n1. **Add to Odoo:** Place `test_ssi_mixin` in your Odoo addons path.\n2. **Enable:** In Odoo Apps, search for `test_ssi_mixin` and install.\n3. **Test:** Use the provided test models and functionality to validate mixin behavior.\n\n==========\n\u2753 **FAQ**\n==========\n\n- **Standalone?** *Yes, but it's designed to work with other mixin modules for testing purposes.*\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  - 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": "Development Model for Testing Mixin",
    "version": "18.0.1.0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/open-synergy/ssi-mixin"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "657a309b6963f9b1750ca88dabc8f9a415f83ff94fb49d1aa974160b80fec569",
                "md5": "924dc0f0f062c118d9e95d808afa1143",
                "sha256": "bddd3a46d160c4d37185a0012da38b8ac1f1711f198e4a997e613fa8b31589ac"
            },
            "downloads": -1,
            "filename": "odoo_addon_test_ssi_mixin-18.0.1.0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "924dc0f0f062c118d9e95d808afa1143",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 68574,
            "upload_time": "2025-07-17T12:49:21",
            "upload_time_iso_8601": "2025-07-17T12:49:21.899868Z",
            "url": "https://files.pythonhosted.org/packages/65/7a/309b6963f9b1750ca88dabc8f9a415f83ff94fb49d1aa974160b80fec569/odoo_addon_test_ssi_mixin-18.0.1.0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 12:49:21",
    "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-test-ssi-mixin"
}
        
Elapsed time: 1.31593s