Skip to content

Commit 5b360df

Browse files
committed
[FIX] add fee rate product for admin in demo data
1 parent d927279 commit 5b360df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ps_timesheet_invoicing/demo/hr_employee.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<odoo>
3+
<record id="hr.employee_admin" model="hr.employee">
4+
<field name="product_id" ref="product.product_product_1" />
5+
</record>
36
<record id="hr.employee_qdp" model="hr.employee">
47
<field name="product_id" ref="product.product_product_1" />
58
</record>

0 commit comments

Comments
 (0)