[MIG] Migration account_budget_forecast addons to v14.0

This commit is contained in:
Stéphan Sainléger
2022-06-01 21:40:42 +02:00
parent 0cb6311966
commit 1883014efc
36 changed files with 3424 additions and 0 deletions

View 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>