mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-25 22:32:02 +02:00
30 lines
634 B
Markdown
30 lines
634 B
Markdown
# Product Availability
|
|
|
|
|
|
Manage the inventory of your products and display their availability status in your eCommerce store.
|
|
In case of stockout, you can decide to block further sales or to keep selling.
|
|
A default behavior can be selected in the Website settings.
|
|
Then it can be made specific at the product level.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-website_sale_stock
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- website_sale
|
|
- sale_stock
|
|
- stock_delivery
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/website_sale_stock
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|