[REF] owl: move metadata into __info__

This differentiate better metadata and owl exported values.  Also, and
this is the goal, it gives a space to add extra keys in the future.
This commit is contained in:
Géry Debongnie
2019-05-21 13:53:16 +02:00
parent 3d9f4e028c
commit da275e74fd
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -17,5 +17,7 @@ export { QWeb } from "./qweb_core";
export { connect, Store } from "./store";
import * as _utils from "./utils";
export const __info__ = {}
export const utils = _utils;