We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d927279 commit 5b360dfCopy full SHA for 5b360df
ps_timesheet_invoicing/demo/hr_employee.xml
@@ -1,5 +1,8 @@
1
<?xml version="1.0" encoding="utf-8" ?>
2
<odoo>
3
+ <record id="hr.employee_admin" model="hr.employee">
4
+ <field name="product_id" ref="product.product_product_1" />
5
+ </record>
6
<record id="hr.employee_qdp" model="hr.employee">
7
<field name="product_id" ref="product.product_product_1" />
8
</record>
0 commit comments