https://github.com/akretion/sale-import
https://github.com/akretion/sale-import
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akretion/sale-import
- Owner: akretion
- License: agpl-3.0
- Created: 2020-04-13T12:42:49.000Z (about 6 years ago)
- Default Branch: 16.0
- Last Pushed: 2025-09-15T10:14:45.000Z (9 months ago)
- Last Synced: 2025-10-28T14:48:29.454Z (7 months ago)
- Language: HTML
- Size: 684 KB
- Stars: 3
- Watchers: 8
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/akretion/sale-import/actions/workflows/pre-commit.yml?query=branch%3A16.0)
[](https://github.com/akretion/sale-import/actions/workflows/test.yml?query=branch%3A16.0)
[](https://codecov.io/gh/akretion/sale-import)
# Module for sale channel and sale import
Module for managing several sale channel
[//]: # (addons)
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[queue_job_chunk](queue_job_chunk/) | 16.0.0.1.0 | | Job Queue Chunk
[sale_channel](sale_channel/) | 16.0.0.0.0 | | Adds the notion of sale channels
[sale_channel_partner](sale_channel_partner/) | 16.0.0.0.0 | | Bind sale channels to contacts
[sale_channel_white_label](sale_channel_white_label/) | 16.0.0.0.0 | | Base for white label management
[sale_import_base](sale_import_base/) | 16.0.0.0.0 | | Base for importing Sale Orders through a JSON file format
[sale_import_rest](sale_import_rest/) | 16.0.0.0.0 | | REST API for importig Sale Orders
Unported addons
---------------
addon | version | maintainers | summary
--- | --- | --- | ---
[sale_channel_hook](sale_channel_hook/) | 14.0.1.0.0 (unported) | | Adds customizable hooks to the sale channel
[sale_channel_hook_delivery_done](sale_channel_hook_delivery_done/) | 14.0.1.0.0 (unported) | | Adds a hook for when a Sale Order is marked as delivered
[sale_channel_hook_invoice](sale_channel_hook_invoice/) | 14.0.1.0.0 (unported) | | Adds a hook for when a sale order emits an invoice
[sale_channel_hook_sale_state](sale_channel_hook_sale_state/) | 14.0.1.0.0 (unported) | | Adds a hook for when a sale order emits an invoice
[sale_channel_hook_stock_variation](sale_channel_hook_stock_variation/) | 14.0.1.0.0 (unported) | | On stock variation, trigger notification to external webservice
[sale_channel_product](sale_channel_product/) | 14.0.1.0.0 (unported) | | Link Product with sale channel
[sale_import_delivery_carrier](sale_import_delivery_carrier/) | 14.0.1.0.0 (unported) | | Adds delivery carrier functionality to Sale Imports
[//]: # (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.
----