Skip to content

Commit

Permalink
[8.0.1.1.0] hr_timesheet_task_accrue_income
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Aug 22, 2020
1 parent c75fb6e commit 6638c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hr_timesheet_task_accrue_income/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Generate Accrue Income Based On Task Timesheet",
"version": "8.0.1.0.0",
"version": "8.0.1.1.0",
"website": "https://simetri-sinergi.id",
"author": "PT. Simetri Sinergi Indonesia, OpenSynergy Indonesia",
"license": "AGPL-3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<xpath expr="//field[@name='work_ids']/tree/field[@name='product_id']" position="before">
<field name="accrue_income_journal_id" invisible="1"/>
<field name="accrue_income_account_id" invisible="1"/>
<field name="income_account_id" invisible="1"/>
<field name="accrue_income_ok" invisible="1"/>
<field name="accrue_income_move_id" invisible="1"/>
</xpath>
Expand Down

0 comments on commit 6638c34

Please sign in to comment.