Skip to content

Commit

Permalink
[FIX] project_budget: fix data definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
blaskurain committed Oct 30, 2024
1 parent 6baf1e4 commit 3cd6e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project_budget/data/project_budget_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<field name="code">000</field>
<field name="name">Income</field>
<field name="account_type">income</field>
<field name="deprecated">True</field>
<field name="deprecated">False</field>
</record>

<record id="account_account_expenses" model="account.account">
<field name="code">001</field>
<field name="name">Expenses</field>
<field name="account_type">expense</field>
<field name="deprecated">True</field>
<field name="deprecated">False</field>
</record>

<record id="budget_post_income" model="account.budget.post">
Expand Down

0 comments on commit 3cd6e17

Please sign in to comment.