mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-18 03:42:08 +02:00
60 lines
1.3 KiB
Markdown
60 lines
1.3 KiB
Markdown
# WMS Accounting
|
|
|
|
|
|
WMS Accounting module
|
|
======================
|
|
This module makes the link between the 'stock' and 'account' modules and allows you to create accounting entries to value your stock movements
|
|
|
|
Key Features
|
|
------------
|
|
* Stock Valuation (periodical or automatic)
|
|
* Invoice from Picking
|
|
|
|
Dashboard / Reports for Warehouse Management includes:
|
|
------------------------------------------------------
|
|
* Stock Inventory Value at given date (support dates in the past)
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-stock_account
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
This addon depends on:
|
|
- stock
|
|
- account
|
|
|
|
## Manifest Information
|
|
|
|
- **Name**: WMS Accounting
|
|
- **Version**: 1.1
|
|
- **Category**: Hidden
|
|
- **License**: LGPL-3
|
|
- **Installable**: True
|
|
|
|
## Source
|
|
|
|
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `stock_account`.
|
|
|
|
## License
|
|
|
|
This package maintains the original LGPL-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
|