mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-21 22:41:59 +02:00
19.0 vanilla
This commit is contained in:
parent
5df8c07b59
commit
daa394e8b0
2114 changed files with 564841 additions and 299642 deletions
|
|
@ -0,0 +1,10 @@
|
|||
import { fields, models } from "@web/../tests/web_test_helpers";
|
||||
|
||||
export class Partner extends models.Model {
|
||||
_name = "partner";
|
||||
|
||||
message = fields.Char();
|
||||
foo = fields.Char();
|
||||
mobile = fields.Char();
|
||||
partner_ids = fields.One2many({ relation: "partner" });
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
import { fields, models } from "@web/../tests/web_test_helpers";
|
||||
|
||||
export class Visitor extends models.Model {
|
||||
_name = "visitor";
|
||||
|
||||
mobile = fields.Char();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue