mirror of
https://github.com/bringout/oca-ocb-crm.git
synced 2026-04-21 23:32:10 +02:00
19.0 vanilla
This commit is contained in:
parent
dc68f80d3f
commit
7221b9ac46
610 changed files with 135477 additions and 161677 deletions
|
|
@ -0,0 +1,12 @@
|
|||
import { CrmLead } from "@crm/../tests/mock_server/mock_models/crm_lead";
|
||||
import { mailModels } from "@mail/../tests/mail_test_helpers";
|
||||
import { defineModels } from "@web/../tests/web_test_helpers";
|
||||
|
||||
export const crmModels = {
|
||||
...mailModels,
|
||||
CrmLead
|
||||
};
|
||||
|
||||
export function defineCrmModels() {
|
||||
defineModels(crmModels);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue