Tower: upload om_account_followup 19.0.1.0.2 (was 1.0.2, via marketplace)

This commit is contained in:
2026-05-02 11:23:15 +00:00
parent 48db592326
commit ee9b1958f1
44 changed files with 13385 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<odoo>
<data>
<record id="action_report_followup" model="ir.actions.report">
<field name="name">Follow-up Report</field>
<field name="model">followup.followup</field>
<field name="report_type">qweb-pdf</field>
<field name="report_name">om_account_followup.report_followup</field>
<field name="report_file">om_account_followup.report_followup</field>
</record>
</data>
</odoo>