mirror of
https://github.com/bringout/oca-ocb-project.git
synced 2026-04-20 01:02:07 +02:00
19.0 vanilla
This commit is contained in:
parent
a2f74aefd8
commit
4a4d12c333
844 changed files with 212348 additions and 270090 deletions
|
|
@ -0,0 +1,9 @@
|
|||
import { models } from "@web/../tests/web_test_helpers";
|
||||
|
||||
export class ProjectTask extends models.ServerModel {
|
||||
_name = "project.task";
|
||||
|
||||
plan_task_in_calendar(idOrIds, values) {
|
||||
return this.write(idOrIds, values);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue