mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Small usability improvements
Replace README.md by README.rst (not finished)
This commit is contained in:
committed by
Laurent Mignon (ACSONE)
parent
0686c3c671
commit
d5ce2246a9
@@ -1,3 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
@@ -10,7 +11,7 @@
|
||||
<field name="arch" type="xml">
|
||||
|
||||
<xpath expr="//page[@name='security']" position="before">
|
||||
<page string="LibreOffice template"
|
||||
<page string="LibreOffice Template"
|
||||
attrs="{'invisible': [('report_type', '!=', 'py3o')]}">
|
||||
|
||||
<group>
|
||||
|
||||
@@ -5,13 +5,11 @@
|
||||
<field name="name">py3o.server.configuration.form.view</field>
|
||||
<field name="model">py3o.server</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Py3o Server Configuration" version="7.0">
|
||||
<sheet>
|
||||
<group>
|
||||
<field name="url" />
|
||||
<field name="is_active" />
|
||||
</group>
|
||||
</sheet>
|
||||
<form string="Py3o Server Configuration">
|
||||
<group>
|
||||
<field name="url" widget="url"/>
|
||||
<field name="is_active" />
|
||||
</group>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
@@ -20,7 +18,7 @@
|
||||
<field name="name">py3o.server.configuration.tree.view</field>
|
||||
<field name="model">py3o.server</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Py3o Server Configuration" version="7.0">
|
||||
<tree string="Py3o Servers Configuration">
|
||||
<field name="url" />
|
||||
<field name="is_active" />
|
||||
</tree>
|
||||
@@ -28,14 +26,12 @@
|
||||
</record>
|
||||
|
||||
<record id="py3o_server_configuration_action" model="ir.actions.act_window">
|
||||
<field name="name">py3o.server.configuration.action</field>
|
||||
<field name="name">Py3o Servers</field>
|
||||
<field name="res_model">py3o.server</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
|
||||
<menuitem id="py3o_server_configuration_menu"
|
||||
name="Py3o Server Configuration"
|
||||
parent="py3o_config_menu"
|
||||
action="py3o_server_configuration_action" />
|
||||
</data>
|
||||
|
||||
@@ -5,9 +5,13 @@
|
||||
<field name="name">py3o.template.configuration.search.view</field>
|
||||
<field name="model">py3o.template</field>
|
||||
<field name="arch" type="xml">
|
||||
<search string="Py3o Templates Configuration" version="7.0">
|
||||
<search string="Py3o Templates Configuration">
|
||||
<field name="name" />
|
||||
<field name="filetype" />
|
||||
<group string="Group By" name="groupby">
|
||||
<filter name="filetype_groupby" string="File Type"
|
||||
context="{'group_by': 'filetype'}"/>
|
||||
</group>
|
||||
</search>
|
||||
</field>
|
||||
</record>
|
||||
@@ -16,14 +20,12 @@
|
||||
<field name="name">py3o.template.configuration.form.view</field>
|
||||
<field name="model">py3o.template</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Py3o Templates Configuration" version="7.0">
|
||||
<sheet>
|
||||
<group>
|
||||
<field name="name" />
|
||||
<field name="filetype" />
|
||||
<field name="py3o_template_data" />
|
||||
</group>
|
||||
</sheet>
|
||||
<form string="Py3o Templates Configuration">
|
||||
<group>
|
||||
<field name="name" />
|
||||
<field name="filetype" />
|
||||
<field name="py3o_template_data" />
|
||||
</group>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
@@ -32,7 +34,7 @@
|
||||
<field name="name">py3o.template.configuration.tree.view</field>
|
||||
<field name="model">py3o.template</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Py3o Templates Configuration" version="7.0">
|
||||
<tree string="Py3o Templates Configuration">
|
||||
<field name="name" />
|
||||
<field name="filetype" />
|
||||
</tree>
|
||||
@@ -40,14 +42,12 @@
|
||||
</record>
|
||||
|
||||
<record id="py3o_template_configuration_action" model="ir.actions.act_window">
|
||||
<field name="name">Py3o Templates Configuration</field>
|
||||
<field name="name">Py3o Templates</field>
|
||||
<field name="res_model">py3o.template</field>
|
||||
<field name="view_type">form</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
</record>
|
||||
|
||||
<menuitem id="py3o_template_configuration_menu"
|
||||
name="Py3o Templates"
|
||||
parent="py3o_config_menu"
|
||||
action="py3o_template_configuration_action" />
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user