Files
odoo-usability/purchase_usability_akretion/views/purchase_report.xml
2024-12-30 00:06:13 +01:00

15 lines
463 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2014-2024 Akretion (https://www.akretion.com/)
@author: Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<odoo>
<record id="purchase.action_purchase_order_report_all" model="ir.actions.act_window">
<field name="view_mode">pivot,graph,list</field> <!--- native order is graph,pivot. Switch order and add list -->
</record>
</odoo>