Skip to content
Snippets Groups Projects
Commit 89b12e98 authored by Yannick Tivisse's avatar Yannick Tivisse
Browse files

[IMP] hr_payroll_account: Remove unused field

This field seems to be never used.

closes odoo/odoo#28737
parent 1009a0a8
Branches
Tags
No related merge requests found
......@@ -154,7 +154,6 @@ class HrContract(models.Model):
_inherit = 'hr.contract'
_description = 'Employee Contract'
analytic_account_id = fields.Many2one('account.analytic.account', 'Analytic Account')
journal_id = fields.Many2one('account.journal', 'Salary Journal')
class HrPayslipRun(models.Model):
......
......@@ -42,7 +42,6 @@
<field name="arch" type="xml">
<xpath expr="//group[@name='duration_group']" position="after">
<group string="Accounting">
<field name="analytic_account_id" groups="analytic.group_analytic_accounting"/>
<field name="journal_id"/>
</group>
</xpath>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment