Skip to content

Commit

Permalink
fixup! [FIX] *: Adding the cloc_exclude in manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeschwa committed Aug 28, 2024
1 parent 8310a5e commit 8fc17dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions micro_brewery/data/ir_model_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,4 @@
<field name="module">__cloc_exclude__</field>
<field name="res_id" eval="ref('contactus')"/>
</record>
<record id="cloc_exclude_appointment_heading" model="ir.model.data">
<field name="name">cloc_exclude_appointment_heading</field>
<field name="model">ir.ui.view</field>
<field name="module">__cloc_exclude__</field>
<field name="res_id" eval="ref('micro_brewery_custom_appointment_heading')"/>
</record>
</odoo>
1 change: 1 addition & 0 deletions tests/test_generic/tests/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'name': '',
'version': '',
'assets': {},
'cloc_exclude': [],
}


Expand Down

0 comments on commit 8fc17dc

Please sign in to comment.