mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-21 00:22:00 +02:00
34 lines
697 B
Markdown
34 lines
697 B
Markdown
# Accounting - MRP
|
|
|
|
|
|
Analytic Accounting in MRP
|
|
==========================
|
|
|
|
* Cost structure report
|
|
|
|
Also, allows to compute the cost of the product based on its BoM, using the costs of its components and work center operations.
|
|
It adds a button on the product itself but also an action in the list view of the products.
|
|
If the automated inventory valuation is active, the necessary accounting entries will be created.
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-mrp_account
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- mrp
|
|
- stock_account
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/mrp_account
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|