[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,9 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_backend" name="budget forecast assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/account_budget_forecast/static/src/scss/section_category_and_note_backend.scss" />
<script type="text/javascript" src="/account_budget_forecast/static/src/js/section_category_and_note_fields_backend.js"></script>
</xpath>
</template>
</odoo>