details: https://code.tryton.org/tryton/commit/cc8f66119805
branch: 7.0
user: Cédric Krier <[email protected]>
date: Wed Jan 14 19:04:50 2026 +0100
description:
Add missing purchase reporting views from 49a612454113
Closes #14497
(grafted from 09fa58ec1ee665619603ebfcf91e49d80a5131cb)
diffstat:
modules/purchase/view/purchase_reporting_product_graph_expense.xml | 8
++++++++
modules/purchase/view/purchase_reporting_product_graph_number.xml | 8
++++++++
modules/purchase/view/purchase_reporting_supplier_graph_expense.xml | 8
++++++++
modules/purchase/view/purchase_reporting_supplier_graph_number.xml | 8
++++++++
4 files changed, 32 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r bcee2304da29 -r cc8f66119805
modules/purchase/view/purchase_reporting_product_graph_expense.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/purchase/view/purchase_reporting_product_graph_expense.xml
Wed Jan 14 19:04:50 2026 +0100
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
+this repository contains the full copyright notices and license terms. -->
+<data>
+ <xpath expr="//x/field[@name='id']" position="replace">
+ <field name="product"/>
+ </xpath>
+</data>
diff -r bcee2304da29 -r cc8f66119805
modules/purchase/view/purchase_reporting_product_graph_number.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/purchase/view/purchase_reporting_product_graph_number.xml Wed Jan
14 19:04:50 2026 +0100
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
+this repository contains the full copyright notices and license terms. -->
+<data>
+ <xpath expr="//x/field[@name='id']" position="replace">
+ <field name="product"/>
+ </xpath>
+</data>
diff -r bcee2304da29 -r cc8f66119805
modules/purchase/view/purchase_reporting_supplier_graph_expense.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/purchase/view/purchase_reporting_supplier_graph_expense.xml
Wed Jan 14 19:04:50 2026 +0100
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
+this repository contains the full copyright notices and license terms. -->
+<data>
+ <xpath expr="//x/field[@name='id']" position="replace">
+ <field name="supplier"/>
+ </xpath>
+</data>
diff -r bcee2304da29 -r cc8f66119805
modules/purchase/view/purchase_reporting_supplier_graph_number.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/purchase/view/purchase_reporting_supplier_graph_number.xml
Wed Jan 14 19:04:50 2026 +0100
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
+this repository contains the full copyright notices and license terms. -->
+<data>
+ <xpath expr="//x/field[@name='id']" position="replace">
+ <field name="supplier"/>
+ </xpath>
+</data>