From 500026c6407e7cc4a619f5746a98ee2e7c17b298 Mon Sep 17 00:00:00 2001 From: git_admin Date: Tue, 28 Apr 2026 07:36:10 +0000 Subject: [PATCH] Tower: upload at_accounting 18.0.1.7 (via marketplace) --- addons/at_accounting/data/profit_and_loss.xml | 134 ++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 addons/at_accounting/data/profit_and_loss.xml diff --git a/addons/at_accounting/data/profit_and_loss.xml b/addons/at_accounting/data/profit_and_loss.xml new file mode 100644 index 0000000..80a978f --- /dev/null +++ b/addons/at_accounting/data/profit_and_loss.xml @@ -0,0 +1,134 @@ + + + + Profit and Loss + + + + selector + + this_year + + + Balance + balance + + + + + Revenue + REV + 1 + account_id + + + + balance + domain + + -sum + + + + + Less Costs of Revenue + COS + 1 + account_id + + + + balance + domain + + sum + + + + + + Gross Profit + GRP + 0 + + + balance + aggregation + REV.balance - COS.balance + + + + + Less Operating Expenses + EXP + 1 + account_id + + + + balance + domain + + sum + + + + + + Operating Income (or Loss) + 0 + INC + + + balance + aggregation + REV.balance - COS.balance - EXP.balance + + + + + Plus Other Income + OIN + 1 + account_id + + + + balance + domain + + -sum + + + + + Less Other Expenses + OEXP + 1 + account_id + + + + balance + domain + + sum + + + + + + Net Profit + 0 + NEP + + + balance + aggregation + REV.balance + OIN.balance - COS.balance - EXP.balance - OEXP.balance + + + + + +