[ADD] New group added for payroll

bzr revid: vir@tinyerp.com-20100802132144-bz3221dghae6crpd
This commit is contained in:
Vir (Open ERP) 2010-08-02 18:51:44 +05:30
parent 83858fd1c8
commit d35fdedc4b
3 changed files with 38 additions and 0 deletions

View File

@ -45,11 +45,13 @@
'init_xml': [
],
'update_xml': [
'security/hr_security.xml',
'hr_payroll_view.xml',
'hr_payroll_workflow.xml',
'hr_payroll_sequence.xml',
'hr_paroll_report.xml',
'hr_payroll_data.xml',
'security/ir.model.access.csv',
'wizard/hr_payroll_create_analytic.xml',
'wizard/hr_payroll_employees_detail.xml',
'wizard/hr_payroll_year_salary.xml',

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
<record id="group_hr_payroll" model="res.groups">
<field name="name">Human Resources / Payroll</field>
</record>
</data>
</openerp>

View File

@ -0,0 +1,26 @@
"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink"
"access_hr_employee_category_payroll","hr.payroll.employee.category","hr.model_hr_employee_category","group_hr_payroll",1,0,0,0
"access_hr_employee_payroll","hr.payroll.employee","hr.model_hr_employee","group_hr_payroll",1,0,0,0
"aceess_hr_contract_wage_type","hr.contract.wage.type","model_hr_contract_wage_type","group_hr_payroll",1,1,1,1
"access_hr_passport","hr.passport","model_hr_passport","group_hr_payroll",1,1,1,1
"access_hr_payroll_structure","hr.payroll.structure","model_hr_payroll_structure","group_hr_payroll",1,1,1,1
"access_hr_contract","hr.contract","model_hr_contract","group_hr_payroll",1,1,1,1
"access_hr_payroll_register","hr.payroll.register","model_hr_payroll_register","group_hr_payroll",1,1,1,1
"access_hr_payroll_advice","hr.payroll.advice","model_hr_payroll_advice","group_hr_payroll",1,1,1,1
"access_hr_payroll_advice_line","hr.payroll.advice.line","model_hr_payroll_advice_line","group_hr_payroll",1,1,1,1
"access_hr_contibution_register","hr.contibution.register","model_hr_contibution_register","group_hr_payroll",1,1,1,1
"access_hr_contibution_register_line","hr.contibution.register.line","model_hr_contibution_register_line","group_hr_payroll",1,1,1,1
"access_hr_allounce_deduction_category","hr.allounce.deduction.category","model_hr_allounce_deduction_categoty","group_hr_payroll",1,1,1,1
"access_company_contribution","company.contribution","model_company_contribution","group_hr_payroll",1,1,1,1
"access_company_contribution_line","company.contribution.line","model_company_contribution_line","group_hr_payroll",1,1,1,1
"access_hr_holidays_status","hr.holidays.status","hr_holidays.model_hr_holidays_status","group_hr_payroll",1,0,0,0
"access_hr_expense_expense","hr.expense.expense","hr_expense.model_hr_expense_expense","group_hr_payroll",1,0,0,0
"access_hr_payslip","hr.payslip","model_hr_payslip","group_hr_payroll",1,1,1,1
"access_hr_payslip_account_move","hr.payslip.account.move","model_hr_payslip_account_move","group_hr_payroll",1,1,1,1
"access_hr_payslip_line_condition","hr.payslip.line.condition","model_hr_payslip_line_condition","group_hr_payroll",1,1,1,1
"access_hr_payslip_line","hr.payslip.line","model_hr_payslip_line","group_hr_payroll",1,1,1,1
"access_hr_payslip_line_line","hr.payslip.line.line","model_hr_payslip_line_line","group_hr_payroll",1,1,1,1
"access_account_journal_payroll","hr.payroll.journal","account.model_account_journal","group_hr_payroll",1,0,0,0
"access_account_journal_view_payroll","account.journal.view.payroll","account.model_account_journal_view","group_hr_payroll",1,0,0,0
"access_account_journal_column_payroll","account.journal.column.payroll","account.model_account_journal_column","group_hr_payroll",1,0,0,0
"access_account_fiscalyear_payroll","account.fiscalyear.payroll","account.model_account_fiscalyear","group_hr_payroll",1,0,0,0
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_hr_employee_category_payroll hr.payroll.employee.category hr.model_hr_employee_category group_hr_payroll 1 0 0 0
3 access_hr_employee_payroll hr.payroll.employee hr.model_hr_employee group_hr_payroll 1 0 0 0
4 aceess_hr_contract_wage_type hr.contract.wage.type model_hr_contract_wage_type group_hr_payroll 1 1 1 1
5 access_hr_passport hr.passport model_hr_passport group_hr_payroll 1 1 1 1
6 access_hr_payroll_structure hr.payroll.structure model_hr_payroll_structure group_hr_payroll 1 1 1 1
7 access_hr_contract hr.contract model_hr_contract group_hr_payroll 1 1 1 1
8 access_hr_payroll_register hr.payroll.register model_hr_payroll_register group_hr_payroll 1 1 1 1
9 access_hr_payroll_advice hr.payroll.advice model_hr_payroll_advice group_hr_payroll 1 1 1 1
10 access_hr_payroll_advice_line hr.payroll.advice.line model_hr_payroll_advice_line group_hr_payroll 1 1 1 1
11 access_hr_contibution_register hr.contibution.register model_hr_contibution_register group_hr_payroll 1 1 1 1
12 access_hr_contibution_register_line hr.contibution.register.line model_hr_contibution_register_line group_hr_payroll 1 1 1 1
13 access_hr_allounce_deduction_category hr.allounce.deduction.category model_hr_allounce_deduction_categoty group_hr_payroll 1 1 1 1
14 access_company_contribution company.contribution model_company_contribution group_hr_payroll 1 1 1 1
15 access_company_contribution_line company.contribution.line model_company_contribution_line group_hr_payroll 1 1 1 1
16 access_hr_holidays_status hr.holidays.status hr_holidays.model_hr_holidays_status group_hr_payroll 1 0 0 0
17 access_hr_expense_expense hr.expense.expense hr_expense.model_hr_expense_expense group_hr_payroll 1 0 0 0
18 access_hr_payslip hr.payslip model_hr_payslip group_hr_payroll 1 1 1 1
19 access_hr_payslip_account_move hr.payslip.account.move model_hr_payslip_account_move group_hr_payroll 1 1 1 1
20 access_hr_payslip_line_condition hr.payslip.line.condition model_hr_payslip_line_condition group_hr_payroll 1 1 1 1
21 access_hr_payslip_line hr.payslip.line model_hr_payslip_line group_hr_payroll 1 1 1 1
22 access_hr_payslip_line_line hr.payslip.line.line model_hr_payslip_line_line group_hr_payroll 1 1 1 1
23 access_account_journal_payroll hr.payroll.journal account.model_account_journal group_hr_payroll 1 0 0 0
24 access_account_journal_view_payroll account.journal.view.payroll account.model_account_journal_view group_hr_payroll 1 0 0 0
25 access_account_journal_column_payroll account.journal.column.payroll account.model_account_journal_column group_hr_payroll 1 0 0 0
26 access_account_fiscalyear_payroll account.fiscalyear.payroll account.model_account_fiscalyear group_hr_payroll 1 0 0 0