details:   https://code.tryton.org/tryton/commit/8dd89bf0e400
branch:    7.6
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 33a2a896f3e5 -r 8dd89bf0e400 
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 33a2a896f3e5 -r 8dd89bf0e400 
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 33a2a896f3e5 -r 8dd89bf0e400 
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 33a2a896f3e5 -r 8dd89bf0e400 
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>

Reply via email to