Analytic Line Revenue

Seperate revenue analytic lines from costs

https://kastor.lab.numigi.net/web/image/product.template/901/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Analytic Line Revenue

Context

In vanilla Odoo, there is no distinction between analytic lines generated from expenses versus revenues.

The sign of the amount can not be used for this purpose. For example, a supplier refund would be classified as a revenue.

Summary

This module adds a boolean field Revenue on analytic lines.

static/description/analytic_line_form.png

When validating a journal entry, if a line has an account of type Revenue, the checkbox Revenue will be checked on the analytic lines.

Any other analytic line is a cost by default.

Usage

As member of the group Sale / User, I validate a customer invoice.

static/description/customer_invoice_form.png

I notice that the generated analytic lines are revenues.

static/description/customer_invoice_analytic_lines.png

Filters

In the list of analytic lines, I find 2 new filters Costs and Revenues.

static/description/analytic_line_filters.png

If I check Costs, the list view will exclude analytic lines with Revenue checked.

static/description/analytic_line_costs.png

If I check Revenues, the list view will exclude analytic lines with Revenue unchecked.

static/description/analytic_line_revenues.png

Contributors