feature/odoo18 #2

Merged
administrator merged 43 commits from feature/odoo18 into develop 2025-05-22 16:16:43 +05:30
1 changed files with 3 additions and 1 deletions
Showing only changes of commit c10892c62a - Show all commits

View File

@ -34,7 +34,8 @@ export class NetflixProfileContainer extends Component {
attendance_state:null,
mobile_phone: '',
work_email: '',
private_street: ''
private_street: '',
department_id:''
},
attendance_lines:[],
leaves:[]
@ -181,6 +182,7 @@ export class NetflixProfileContainer extends Component {
mobile_phone: employee.mobile_phone,
work_email: employee.work_email,
private_street: employee.private_street,
department_id:employee.department_id[1]
};
}
} catch (error) {