[NEW] Addons account_budget_forecast creation

This commit is contained in:
Stéphan Sainléger
2022-05-19 12:21:24 +02:00
parent c23f15cf98
commit 0bd839caa3
30 changed files with 2544 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>