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

Unified Diff: trytond/ir/view/module_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
« no previous file with comments | « trytond/ir/view/module_dependency_list.xml ('k') | trytond/ir/view/module_install_upgrade_done_form.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trytond/ir/view/module_form.xml
===================================================================
new file mode 100644
--- /dev/null
+++ b/trytond/ir/view/module_form.xml
@@ -0,0 +1,20 @@
+<?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="Module" on_write="on_write">
+ <label name="name"/>
+ <field name="name"/>
+ <label name="version"/>
+ <field name="version"/>
+ <field name="dependencies" colspan="4"/>
+ <label name="state"/>
+ <field name="state" readonly="1"/>
+ <group col="2" colspan="2" id="button">
+ <button string="Mark for Upgrade" name="upgrade"/>
+ <button string="Mark for Uninstallation (beta)" name="uninstall"/>
+ <button string="Mark for Installation" name="install"/>
+ <button string="Cancel Installation" name="install_cancel"/>
+ <button string="Cancel Upgrade" name="upgrade_cancel"/>
+ <button string="Cancel Uninstallation" name="uninstall_cancel"/>
+ </group>
+</form>
« no previous file with comments | « trytond/ir/view/module_dependency_list.xml ('k') | trytond/ir/view/module_install_upgrade_done_form.xml » ('j') | no next file with comments »

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