Skip to content

Commit

Permalink
[IMP] document_page_procedure: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
natuan9 committed Dec 2, 2024
1 parent 12776a7 commit f7f0fd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
6 changes: 2 additions & 4 deletions document_page_procedure/data/document_page_procedure.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo noupdate="1">

<record id="document_page_group_procedure" model="document.page">
<record id="document_page_group_procedure" model="document.page">
<field name="name">Procedure</field>
<field name="type">category</field>
<field name="template">
Expand All @@ -17,6 +16,5 @@
<h1>Process</h1>
]]>
</field>
</record>

</record>
</odoo>
6 changes: 2 additions & 4 deletions document_page_procedure/demo/document_page_procedure.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>

<record id="document_page_procedure" model="document.page">
<record id="document_page_procedure" model="document.page">
<field name="name">Procedure</field>
<field name="parent_id" ref="document_page_group_procedure" />
<field name="type">content</field>
Expand All @@ -18,6 +17,5 @@
<h1>Process</h1>
]]>
</field>
</record>

</record>
</odoo>
2 changes: 0 additions & 2 deletions document_page_procedure/views/document_page_procedure.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>

<record model="ir.actions.act_window" id="action_procedures">
<field name="name">Procedures</field>
<field name="res_model">document.page</field>
Expand Down Expand Up @@ -36,5 +35,4 @@
sequence="10"
groups="base.group_user"
/>

</odoo>

0 comments on commit f7f0fd3

Please sign in to comment.