Human Resources mailing list archives

hr@odoo-community.org

Avatar

Re: [OCA/hr] [12.0][ADD] hr_holidays_accrual: Advanced accrual leave allocations (#501)

by Alexey Pelykh <notifications@github.com> - 26/03/2019 21:05:20

@alexey-pelykh commented on this pull request.


In hr_holidays_accrual/views/hr_leave_allocation.xml:

> +                        <field name="interval_number" class="ml8"/>
+                        <field name="interval_unit"/>
+                    </div>
+                </group>
+            </xpath>
+        </field>
+    </record>
+
+    <record id="hr_leave_allocation_view_form" model="ir.ui.view">
+        <field name="name">hr.leave.allocation.view.form.inherit.accrual</field>
+        <field name="model">hr.leave.allocation</field>
+        <field name="inherit_id" ref="hr_holidays.hr_leave_allocation_view_form"/>
+        <field name="arch" type="xml">
+            <header position="inside">
+                <button
+                    name="%(action_hr_leave_allocation_as_of_date)d"

while within same module, it's ok to refer like that


You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.