has_share(function() {
self.add_items('other', [
{ label: _t('Share'),
callback: self.on_click_share,
classname: 'oe_share',
groups: 'base.group_no_one' },
{ label: _t('Embed'),
callback: self.on_click_share_link,
classname: 'oe_share' },
]);
グループ「base.group_no_one」を追加したいのですが、機能しません。