https://github.com/akretion/pos-sale-order
Alternative pos implementation that use sale order
https://github.com/akretion/pos-sale-order
Last synced: 11 months ago
JSON representation
Alternative pos implementation that use sale order
- Host: GitHub
- URL: https://github.com/akretion/pos-sale-order
- Owner: akretion
- License: agpl-3.0
- Created: 2020-09-12T09:17:32.000Z (over 5 years ago)
- Default Branch: 14.0
- Last Pushed: 2025-02-27T17:55:13.000Z (over 1 year ago)
- Last Synced: 2025-04-05T08:51:15.445Z (about 1 year ago)
- Language: Python
- Size: 433 KB
- Stars: 2
- Watchers: 6
- Forks: 7
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/akretion/pos-sale-order/actions/workflows/pre-commit.yml?query=branch%3A14.0)
[](https://github.com/akretion/pos-sale-order/actions/workflows/test.yml?query=branch%3A14.0)
[](https://codecov.io/gh/akretion/pos-sale-order)
# Replace POS order by Sale Order
Replace Pos Order by Sale Order
[//]: # (addons)
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[pos_partial_payment](pos_partial_payment/) | 14.0.1.0.0 | | POS Partial Payment
[pos_sale_order](pos_sale_order/) | 14.0.1.1.1 | | POS Only Sale Order
[pos_sale_order_debug](pos_sale_order_debug/) | 14.0.1.0.0 | | In case a sync error a item is stored on backend to replay it easily
[pos_sale_order_delivery](pos_sale_order_delivery/) | 14.0.1.0.1 | | POS Sale Order Delivery
[pos_sale_order_load](pos_sale_order_load/) | 14.0.1.1.0 | | POS Sale Order Load
[pos_sale_order_no_payment](pos_sale_order_no_payment/) | 14.0.1.0.1 | | POS Sale Order No Payment
[pos_sale_order_reference](pos_sale_order_reference/) | 14.0.1.0.0 | | POS Sale Order Reference
[//]: # (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.
----