Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(880)

Unified Diff: trytond/ir/view/module_config_wizard_first_form.xml

Issue 3991046: trytond: Allow to use XML file for views (Closed)
Patch Set: External some missing views Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trytond/ir/view/module_config_wizard_first_form.xml
===================================================================
new file mode 100644
--- /dev/null
+++ b/trytond/ir/view/module_config_wizard_first_form.xml
@@ -0,0 +1,10 @@
+<?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. -->
+<form string="Welcome to the module configuration wizard!" col="2">
+ <image name="tryton-dialog-information" xexpand="0"
+ xfill="0"/>
+ <label string="You will be able to configure your installation depending on the modules you have installed."
+ id="configure"
+ yalign="0.0" xalign="0.0" xexpand="1"/>
+</form>
« no previous file with comments | « trytond/ir/view/model_print_model_graph_start_form.xml ('k') | trytond/ir/view/module_config_wizard_item_list.xml » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b