mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-18 06:12:02 +02:00
47 lines
1 KiB
Markdown
47 lines
1 KiB
Markdown
# Stock Secondary Unit
|
|
|
|
Odoo addon: stock_secondary_unit
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-stock-logistics-warehouse-stock_secondary_unit
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
This addon depends on:
|
|
- stock
|
|
- product_secondary_unit
|
|
|
|
## Manifest Information
|
|
|
|
- **Name**: Stock Secondary Unit
|
|
- **Version**: 16.0.1.1.2
|
|
- **Category**: stock
|
|
- **License**: AGPL-3
|
|
- **Installable**: True
|
|
|
|
## Source
|
|
|
|
Based on [OCA/stock-logistics-warehouse](https://github.com/OCA/stock-logistics-warehouse) branch 16.0, addon `stock_secondary_unit`.
|
|
|
|
## License
|
|
|
|
This package maintains the original AGPL-3 license from the upstream Odoo project.
|
|
|
|
## Documentation
|
|
|
|
- Overview: doc/OVERVIEW.md
|
|
- Architecture: doc/ARCHITECTURE.md
|
|
- Models: doc/MODELS.md
|
|
- Controllers: doc/CONTROLLERS.md
|
|
- Wizards: doc/WIZARDS.md
|
|
- Reports: doc/REPORTS.md
|
|
- Security: doc/SECURITY.md
|
|
- Install: doc/INSTALL.md
|
|
- Usage: doc/USAGE.md
|
|
- Configuration: doc/CONFIGURATION.md
|
|
- Dependencies: doc/DEPENDENCIES.md
|
|
- Troubleshooting: doc/TROUBLESHOOTING.md
|
|
- FAQ: doc/FAQ.md
|