Skip to content

Commit

Permalink
electronic_store: ir model data
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrs-odoo committed Apr 17, 2024
1 parent e81f495 commit 17b24c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion electronic_store/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'data/sale_order_template_line.xml',
'data/knowledge_cover.xml',
'data/knowledge_article.xml',
'data/ir_model_data.xml',
],
'demo': [
'demo/res_partner.xml',
Expand Down Expand Up @@ -76,5 +77,5 @@
],
'license': 'OPL-1',
'images': ['images/main.png'],
'maintenance_loc': 31,
'maintenance_loc': 3,
}
9 changes: 9 additions & 0 deletions electronic_store/data/ir_model_data.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<odoo>
<record id="cloc_exclude_worksheet_template_1" model="ir.model.data">
<field name="name">cloc_exclude_worksheet_template_1</field>
<field name="model">ir.ui.view</field>
<field name="module">__cloc_exclude__</field>
<field name="res_id" eval="ref('report_custom_x_project_task_worksheet_template_1')"/>
</record>
</odoo>

0 comments on commit 17b24c9

Please sign in to comment.