Skip to content

Commit

Permalink
Merge PR #38 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by andhit-r
  • Loading branch information
ssi-bot committed Nov 21, 2023
2 parents f2a06f2 + c8e4fe6 commit 906d808
Show file tree
Hide file tree
Showing 2 changed files with 329 additions and 0 deletions.
65 changes: 65 additions & 0 deletions ssi_financial_accounting/security/ir_module_category_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,69 @@
<field name="name">Financial Accounting - Data Ownership</field>
</record>

<record
id="journal_entry_data_ownership_module_category"
model="ir.module.category"
>
<field name="name">Journal Entry</field>
<field
name="parent_id"
ref="financial_accounting_data_ownership_module_category"
/>
</record>

<record
id="bank_statement_data_ownership_module_category"
model="ir.module.category"
>
<field name="name">Bank Statement</field>
<field
name="parent_id"
ref="financial_accounting_data_ownership_module_category"
/>
</record>

<record
id="cash_register_data_ownership_module_category"
model="ir.module.category"
>
<field name="name">Cash Register</field>
<field
name="parent_id"
ref="financial_accounting_data_ownership_module_category"
/>
</record>

<record id="invoice_data_ownership_module_category" model="ir.module.category">
<field name="name">Invoice</field>
<field
name="parent_id"
ref="financial_accounting_data_ownership_module_category"
/>
</record>

<record id="bill_data_ownership_module_category" model="ir.module.category">
<field name="name">Bill</field>
<field
name="parent_id"
ref="financial_accounting_data_ownership_module_category"
/>
</record>

<record id="credit_note_data_ownership_module_category" model="ir.module.category">
<field name="name">Credit Note</field>
<field
name="parent_id"
ref="financial_accounting_data_ownership_module_category"
/>
</record>

<record id="refund_data_ownership_module_category" model="ir.module.category">
<field name="name">Refund</field>
<field
name="parent_id"
ref="financial_accounting_data_ownership_module_category"
/>
</record>

</odoo>
Loading

0 comments on commit 906d808

Please sign in to comment.