An open API service indexing awesome lists of open source software.

https://github.com/akretion/sale-configurator

[WIP] Product Configurator based on configurable option (each option is an other product)
https://github.com/akretion/sale-configurator

Last synced: 4 months ago
JSON representation

[WIP] Product Configurator based on configurable option (each option is an other product)

Awesome Lists containing this project

README

          

[![Pre-commit Status](https://github.com/akretion/sale-configurator/actions/workflows/pre-commit.yml/badge.svg?branch=18.0)](https://github.com/akretion/sale-configurator/actions/workflows/pre-commit.yml?query=branch%3A18.0)
[![Build Status](https://github.com/akretion/sale-configurator/actions/workflows/test.yml/badge.svg?branch=18.0)](https://github.com/akretion/sale-configurator/actions/workflows/test.yml?query=branch%3A18.0)
[![codecov](https://codecov.io/gh/akretion/sale-configurator/branch/18.0/graph/badge.svg)](https://codecov.io/gh/akretion/sale-configurator)

# Sale Configurator

Sale configurator

[//]: # (addons)

Unported addons
---------------
addon | version | maintainers | summary
--- | --- | --- | ---
[pim_sale_configurator](pim_sale_configurator/) | 14.0.1.0.0 (unported) | | Auto instalable module for better UX with PIM
[pos_sale_configurator_option](pos_sale_configurator_option/) | 14.0.1.0.0 (unported) | | Sell configuration from the Point Of Sale
[pos_sale_configurator_option_load](pos_sale_configurator_option_load/) | 14.0.1.0.0 (unported) | | Allow to load sale order with option into the POS
[sale_configurator_base](sale_configurator_base/) | 14.0.1.0.7 (unported) | | Base module for sale configurator
[sale_configurator_option](sale_configurator_option/) | 14.0.1.0.2 (unported) | | Base module for sale configurator
[sale_configurator_option_area](sale_configurator_option_area/) | 14.0.1.0.1 (unported) | | Module to manage Option Typologies
[sale_configurator_option_bom](sale_configurator_option_bom/) | 14.0.1.0.0 (unported) | | add modification on sale product to have relation beetwin option and bom
[sale_configurator_option_link](sale_configurator_option_link/) | 14.0.1.0.1 (unported) | | Module to manage Link betwen Options (the choise off one option add anthor option)
[sale_configurator_option_no_orphan](sale_configurator_option_no_orphan/) | 14.0.1.0.1 (unported) | | Remove ability to add options as standard sale order lines
[sale_configurator_option_product](sale_configurator_option_product/) | 14.0.1.0.1 (unported) | | add modification for adding option product in the Manufactur order
[sale_configurator_option_restricted_qty](sale_configurator_option_restricted_qty/) | 14.0.1.0.2 (unported) | | Manage Restricted Qty on Sale configurator
[sale_configurator_pricelist_tax](sale_configurator_pricelist_tax/) | 14.0.1.0.1 (unported) | | Glue module between sale_configurator_base and sale_order_pricelist_tax
[sale_configurator_variant](sale_configurator_variant/) | 14.0.1.1.3 (unported) | | Extend sale configurator to manage product variant
[sale_configurator_variant_restricted_qty](sale_configurator_variant_restricted_qty/) | 14.0.1.0.0 (unported) | | Glue module for compatibility
[sale_stock_configurator_option](sale_stock_configurator_option/) | 14.0.1.0.1 (unported) | | Sale Stock glue module for sale configurator
[test_sale_configurator_option_variant](test_sale_configurator_option_variant/) | 14.0.1.0.1 (unported) | | Module for testing compatibility

[//]: # (end addons)

## Licenses

This repository is licensed under [AGPL-3.0](LICENSE).

However, each module can have a totally different license, as long as they adhere to Akretion
policy. Consult each module's `__manifest__.py` file, which contains a `license` key
that explains its license.

----