mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_py3o_fusion_server to v16
Migration of report_py3o_fusion_server from v14 to v16
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<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">
|
||||
<form>
|
||||
<group name="main">
|
||||
<field name="url" widget="url" />
|
||||
<field name="pdf_options_id" />
|
||||
@@ -17,7 +17,7 @@
|
||||
<field name="name">py3o.server.configuration.tree.view</field>
|
||||
<field name="model">py3o.server</field>
|
||||
<field name="arch" type="xml">
|
||||
<tree string="Py3o Servers Configuration">
|
||||
<tree>
|
||||
<field name="url" />
|
||||
<field name="pdf_options_id" />
|
||||
<field name="is_active" />
|
||||
@@ -31,7 +31,8 @@
|
||||
</record>
|
||||
<menuitem
|
||||
id="py3o_server_configuration_menu"
|
||||
parent="report_py3o.py3o_config_menu"
|
||||
parent="base.reporting_menuitem"
|
||||
action="py3o_server_configuration_action"
|
||||
sequence="110"
|
||||
/>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user