diff --git a/base_accounting_kit/models/account_asset.py b/base_accounting_kit/models/account_asset.py index a95d47f6d..b71fbfcfc 100644 --- a/base_accounting_kit/models/account_asset.py +++ b/base_accounting_kit/models/account_asset.py @@ -502,7 +502,6 @@ class AccountAssetAsset(models.Model): view_mode = 'tree,form' return { 'name': name, - 'view_type': 'form', 'view_mode': view_mode, 'res_model': 'account.move', 'type': 'ir.actions.act_window', @@ -606,7 +605,6 @@ class AccountAssetAsset(models.Model): move_ids.append(depreciation_line.move_id.id) return { 'name': _('Journal Entries'), - 'view_type': 'form', 'view_mode': 'tree,form', 'res_model': 'account.move', 'view_id': False, diff --git a/base_accounting_kit/wizard/asset_depreciation_confirmation_wizard.py b/base_accounting_kit/wizard/asset_depreciation_confirmation_wizard.py index 9cdd9537e..046418467 100644 --- a/base_accounting_kit/wizard/asset_depreciation_confirmation_wizard.py +++ b/base_accounting_kit/wizard/asset_depreciation_confirmation_wizard.py @@ -36,7 +36,6 @@ class AssetDepreciationConfirmationWizard(models.TransientModel): return { 'name': _('Created Asset Moves') if context.get('asset_type') == 'purchase' else _('Created Revenue Moves'), - 'view_type': 'form', 'view_mode': 'tree,form', 'res_model': 'account.move', 'view_id': False, diff --git a/hr_payroll_community/__manifest__.py b/hr_payroll_community/__manifest__.py index 8b328e4a2..48e50dc0c 100644 --- a/hr_payroll_community/__manifest__.py +++ b/hr_payroll_community/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'Odoo13 Payroll', 'category': 'Generic Modules/Human Resources', - 'version': '13.0.1.0.1', + 'version': '13.0.1.1.1', 'author': 'Odoo SA,Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', diff --git a/hr_payroll_community/models/hr_payslip.py b/hr_payroll_community/models/hr_payslip.py index 86b42c3c6..88cf0e12a 100644 --- a/hr_payroll_community/models/hr_payslip.py +++ b/hr_payroll_community/models/hr_payslip.py @@ -108,7 +108,6 @@ class HrPayslip(models.Model): 'name': ("Refund Payslip"), 'view_mode': 'tree, form', 'view_id': False, - 'view_type': 'form', 'res_model': 'hr.payslip', 'type': 'ir.actions.act_window', 'target': 'current', diff --git a/hr_payroll_community/views/hr_contract_views.xml b/hr_payroll_community/views/hr_contract_views.xml index f2b49c182..d20d07df6 100644 --- a/hr_payroll_community/views/hr_contract_views.xml +++ b/hr_payroll_community/views/hr_contract_views.xml @@ -70,7 +70,6 @@ Contract Advantage Templates hr.contract.advantage.template - form Employee Payslips hr.payslip - form tree,kanban,form @@ -294,7 +293,6 @@ hr.payslip Payslips - form tree,form {'search_default_employee_id': [active_id], 'default_employee_id': active_id} @@ -395,7 +393,6 @@ Payslips Batches hr.payslip.run - form tree,kanban,form diff --git a/hr_payroll_community/views/hr_salary_rule_views.xml b/hr_payroll_community/views/hr_salary_rule_views.xml index db1f5771f..ee04111d5 100644 --- a/hr_payroll_community/views/hr_salary_rule_views.xml +++ b/hr_payroll_community/views/hr_salary_rule_views.xml @@ -91,7 +91,6 @@ Salary Structures hr.payroll.structure - form tree,kanban,form Salary Rule Categories hr.salary.rule.category - form @@ -216,7 +214,6 @@ Contribution Registers hr.contribution.register - form tree,kanban,form

@@ -365,7 +362,6 @@ Salary Rules hr.salary.rule - form tree,kanban,form [('parent_rule_id','=',False)] diff --git a/hr_payroll_community/wizard/hr_payroll_contribution_register_report_views.xml b/hr_payroll_community/wizard/hr_payroll_contribution_register_report_views.xml index fd67a95eb..2cfe066f9 100644 --- a/hr_payroll_community/wizard/hr_payroll_contribution_register_report_views.xml +++ b/hr_payroll_community/wizard/hr_payroll_contribution_register_report_views.xml @@ -23,7 +23,6 @@ PaySlip Lines ir.actions.act_window payslip.lines.contribution.register - form form new diff --git a/hr_payroll_community/wizard/hr_payroll_payslips_by_employees_views.xml b/hr_payroll_community/wizard/hr_payroll_payslips_by_employees_views.xml index 64417d67a..45f99f144 100644 --- a/hr_payroll_community/wizard/hr_payroll_payslips_by_employees_views.xml +++ b/hr_payroll_community/wizard/hr_payroll_payslips_by_employees_views.xml @@ -24,7 +24,6 @@ Generate Payslips hr.payslip.employees - form tree,form new