fixup! Account_reconcile_oca: remove console log
parent
f82b00359b
commit
113d8cd00f
|
@ -8,12 +8,7 @@ import {Chatter} from "@mail/core/web/chatter";
|
||||||
|
|
||||||
const {Component} = owl;
|
const {Component} = owl;
|
||||||
|
|
||||||
export class AccountReconcileChatterWidget extends Component {
|
export class AccountReconcileChatterWidget extends Component {}
|
||||||
setup() {
|
|
||||||
super.setup();
|
|
||||||
console.log(this);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
AccountReconcileChatterWidget.props = {...standardFieldProps};
|
AccountReconcileChatterWidget.props = {...standardFieldProps};
|
||||||
AccountReconcileChatterWidget.template =
|
AccountReconcileChatterWidget.template =
|
||||||
"account_reconcile_oca.AccountReconcileChatterWidget";
|
"account_reconcile_oca.AccountReconcileChatterWidget";
|
||||||
|
|
Loading…
Reference in New Issue