mirror of
https://github.com/bringout/oca-ocb-mrp.git
synced 2026-04-24 08:12:05 +02:00
19.0 vanilla
This commit is contained in:
parent
accf5918df
commit
6e65e8c877
688 changed files with 225434 additions and 199401 deletions
|
|
@ -0,0 +1,14 @@
|
|||
import { mailModels } from "@mail/../tests/mail_test_helpers";
|
||||
import { defineModels } from "@web/../tests/web_test_helpers";
|
||||
import { ProductDocument } from "@mrp/../tests/mock_server/mock_models/product_document";
|
||||
import { ResFake } from "@mrp/../tests/mock_server/mock_models/res_fake";
|
||||
|
||||
export function defineMrpModels() {
|
||||
return defineModels(mrpModels);
|
||||
}
|
||||
|
||||
export const mrpModels = {
|
||||
...mailModels,
|
||||
ProductDocument,
|
||||
ResFake,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue