Merieme
Merieme
I'll need the following fields : -the date -the project -the task -the time spent - a description
I'm sorry but can you please be more explicit ?
All right , I'll try working with this , thank you so much.
Hello again , if you don't mind @hengkyz , I keep getting an error TS2339 : Property"crmStageFrom" does not exist on time Timesheet , with the line : this.crmStageForm.controls['name'].value ,...
import { Component, OnInit } from '@angular/core'; import { FormGroup, FormControl, FormBuilder, Validators } from '@angular/forms'; import { OdooRPCService } from 'angular2-odoo-jsonrpc'; import { MdSnackBar, MdSnackBarConfig } from '@angular/material'; import...
No , actually I'm not using that server for testing.I didn't know that I need an intermediate server. I'll do my tests with the server you provided. but in case...
Thank you so much for your explanation.
Hello, thank you again . I am doing my tests with the test server you provided , but I don't know exactly what are the changes that should be made...