changeset eb57aee81609 in modules/product:default
details: https://hg.tryton.org/modules/product?cmd=changeset;node=eb57aee81609
description:
        Add reporting menu entry

        issue9665
        review292371002
diffstat:

 product.xml |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r f1ad83824aa6 -r eb57aee81609 product.xml
--- a/product.xml       Tue Jan 05 16:40:35 2021 +0000
+++ b/product.xml       Sun Jan 17 00:56:53 2021 +0100
@@ -26,6 +26,8 @@
             <field name="group" ref="group_product_admin"/>
         </record>
 
+        <menuitem name="Reporting" parent="menu_main_product" 
id="menu_reporting" sequence="100"/>
+
         <record model="ir.ui.view" id="template_view_tree">
             <field name="model">product.template</field>
             <field name="type">tree</field>

Reply via email to