mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-21 11:02:10 +02:00
37 lines
759 B
Markdown
37 lines
759 B
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
|
|
|
|
- stock
|
|
- account
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/stock_account
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|