Skip to content

Commit

Permalink
[ADD] condominium: removed the unwanted files , records
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrs-odoo committed Mar 21, 2024
1 parent 1bfe166 commit cff695c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions condominium/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
'data/ir_actions_act_window.xml',
'data/ir_ui_menu.xml',
'data/ir_model_access.xml',
'data/project_task_type.xml',
'data/documents_folder.xml',
'data/account_analytic_account.xml',
'data/project_project.xml',
Expand Down
15 changes: 15 additions & 0 deletions condominium/data/project_task_type.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<odoo>
<record id="project_task_type_9" model="project.task.type">
<field name="name">Inbox</field>
</record>
<record id="project_task_type_17" model="project.task.type">
<field name="name">To Do</field>
</record>
<record id="project_task_type_18" model="project.task.type">
<field name="name">Done</field>
</record>
<record id="project_task_type_26" model="project.task.type">
<field name="name">New</field>
</record>
</odoo>

0 comments on commit cff695c

Please sign in to comment.