payroll dependencies issues

This commit is contained in:
pranaysaidurga 2026-07-06 18:56:00 +05:30
parent 391f270ff3
commit 445bc8e6d4
3 changed files with 10 additions and 10 deletions

View File

@ -1 +1 @@
from . import models
# from . import models

View File

@ -38,10 +38,10 @@
# always loaded
'data': [
'security/ir.model.access.csv',
'views/payroll_periods.xml',
'views/emp_it_declaration.xml',
'views/it_investment_type.xml',
'views/it_investment_costing.xml'
# 'security/ir.model.access.csv',
# 'views/payroll_periods.xml',
# 'views/emp_it_declaration.xml',
# 'views/it_investment_type.xml',
# 'views/it_investment_costing.xml'
],
}

View File

@ -1,4 +1,4 @@
from . import payroll_periods
from . import emp_it_declarations
from . import it_investment_type
from . import it_investment_costing
# from . import payroll_periods
# from . import emp_it_declarations
# from . import it_investment_type
# from . import it_investment_costing