Skip to content
Snippets Groups Projects
Commit 9d3bc20c authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[clean] remove unused files

parent 7f2a3719
No related branches found
No related tags found
1 merge request!1Ajouter les fonctions de rapport
......@@ -18,7 +18,6 @@
"datas/adefpat.project.statut.csv",
"datas/project_status_datas.xml",
"datas/project_task_type_datas.xml",
"views/project_assets.xml",
"views/project_views.xml",
"views/project_task_views.xml",
"views/res_partner_views.xml",
......
odoo.define("adefpat_project.update_kanban", function (require) {
"use strict";
var KanbanRecord = require("web_kanban.Record");
KanbanRecord.include({
_openRecord: function () {
if (this.modelName === "project.project") {
this.$(".o_kanban_card_manage_section a").first().click();
} else {
this._super.apply(this, arguments);
}
},
});
});
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2020-2022 Le Filament
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo>
<template id="assets_backend" name="project assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script
type="text/javascript"
src="/adefpat_project/static/src/js/project.js"
/>
</xpath>
</template>
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment