[IMP] pms: add model to save log of sending files to institutions

This commit is contained in:
miguelpadin
2021-06-18 19:08:25 +02:00
parent 01d09c9c47
commit 4cfe6e9022
9 changed files with 131 additions and 96 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data noupdate="1">
<record id="channel_gc_file_send" model="queue.job.channel">
<field name="name">gc_file_send</field>
<record id="channel_institution_file_send" model="queue.job.channel">
<field name="name">institution_file_send</field>
<field name="parent_id" ref="queue_job.channel_root" />
</record>
</data>