mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-23 04:01:59 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -0,0 +1,13 @@
|
|||
import { AccountMove } from "./mock_server/mock_models/account_move";
|
||||
import { AccountMoveLine } from "./mock_server/mock_models/account_move_line";
|
||||
import { mailModels } from "@mail/../tests/mail_test_helpers";
|
||||
import { defineModels } from "@web/../tests/web_test_helpers";
|
||||
|
||||
export const accountModels = {
|
||||
AccountMove,
|
||||
AccountMoveLine,
|
||||
};
|
||||
|
||||
export function defineAccountModels() {
|
||||
return defineModels({ ...mailModels, ...accountModels });
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue