Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC
This commit is contained in:
26
base_tier_validation/wizard/comment_wizard_view.xml
Normal file
26
base_tier_validation/wizard/comment_wizard_view.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- Copyright 2019 Ecosoft Co., Ltd. (http://ecosoft.co.th)
|
||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
||||
<odoo>
|
||||
<record id="view_comment_wizard" model="ir.ui.view">
|
||||
<field name="name">Comment Wizard</field>
|
||||
<field name="model">comment.wizard</field>
|
||||
<field name="type">form</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Comment">
|
||||
<group>
|
||||
<field colspan="2" name="comment" nolabel="1" />
|
||||
</group>
|
||||
<footer>
|
||||
<button
|
||||
name="add_comment"
|
||||
string="Comment"
|
||||
type="object"
|
||||
class="oe_highlight"
|
||||
/>
|
||||
<button special="cancel" string="Cancel" class="oe_link" />
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user