Metadata-Version: 2.1
Name: odoo-addon-test_ssi_mixin
Version: 18.0.1.0.1
Requires-Python: >=3.10
Requires-Dist: odoo-addon-ssi_master_data_mixin==18.0.*
Requires-Dist: odoo==18.0.*
Summary: Development Model for Testing Mixin
Home-page: https://github.com/open-synergy/ssi-mixin
License: AGPL-3
Author: OpenSynergy Indonesia, PT. Simetri Sinergi Indonesia
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 18.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Description-Content-Type: text/x-rst

.. 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.

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

- Developers who want to test mixin logic in isolation before integrating into production modules.
- Teams that need a reference implementation for mixin development and testing.
- Projects requiring automated or manual validation of mixin features.

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

To install this module:

1.  Clone the branch **18.0** of the repository: https://github.com/open-synergy/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

=================
🛠️ **How To Use**
=================

1. Install this module and its dependencies.
2. Activate developer mode in Odoo.
3. Go to the "**Settings → Technical → Testing**" menu in Odoo.
4. Create or edit a test model/type to try out mixin features.
5. Use the provided actions, buttons, or fields to validate mixin logic.
6. Review results and logs to ensure your mixin works as expected.

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

Bugs are tracked on `GitHub Issues <https://github.com/open-synergy/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**
==============

**Contributors:**

  - Michael Viriyananda <viriyananda.michael@gmail.com>

===============
**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.
