[NEW] Addons account_budget_forecast creation
This commit is contained in:
18
account_budget_forecast/views/budget_coefficient.xml
Normal file
18
account_budget_forecast/views/budget_coefficient.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="view_budget_coefficient_form" model="ir.ui.view">
|
||||
<field name="name">budget.coefficient.form</field>
|
||||
<field name="model">budget.coefficient</field>
|
||||
<field name="arch" type="xml">
|
||||
<form>
|
||||
<sheet>
|
||||
<group>
|
||||
<field name="name" />
|
||||
<field name="coeff" />
|
||||
<field name="note" />
|
||||
</group>
|
||||
</sheet>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
Reference in New Issue
Block a user