margin-analysis
margin-analysis copied to clipboard
Odoo Financial Controlling (margin, costs, ...)
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0 # Modules to migrate - [ ] account_invoice_margin - [x] account_invoice_margin_sale - By @BhaveshHeliconia - #231 - [x] product_standard_margin_security - By @luisDIXMIT - #248 - [x] sale_margin_delivered...
Adds security to product_standard_margin module
## Module account_invoice_margin ## Describe the bug When installing `account_invoice_margin`, the `purchase_price` field is expected to be populated with the product's `standard_price`, but it stays as zero. Manually running `_compute_purchase_price`...
Depends on - https://github.com/OCA/margin-analysis/pull/239
The following warning is shown in the logs : Two fields (margin, price_margin) of account.invoice.report() have the same label: Margin. [Modules: account_invoice_margin and account] ## Module account_invoice_margin ## Describe the...