Tower: upload tk_construction_management 18.0.2.0.8 (was 18.0.2.0.8, via marketplace)
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="budget_construction_view_form" model="ir.ui.view">
|
||||
<field name="name">budget.construction.view.form</field>
|
||||
<field name="model">budget.construction</field>
|
||||
<field name="arch" type="xml">
|
||||
<form>
|
||||
<group>
|
||||
<group>
|
||||
<field name="name" required="1"/>
|
||||
</group>
|
||||
<group>
|
||||
<field name="responsible_id" required="1"/>
|
||||
</group>
|
||||
</group>
|
||||
<footer>
|
||||
<button string="Create Budget" type="object" class="btn btn-primary"
|
||||
name="action_create_sub_project_budget"/>
|
||||
<button string="Cancel" special="cancel"/>
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
<record id="budget_construction_action" model="ir.actions.act_window">
|
||||
<field name="name">Construction Budget</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">budget.construction</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">new</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user