with current anthem version and Odoo v12: instead of ```from anthem.lyrics import settings``` should be ```from anthem.lyrics.settings import define_settings``` it is no more ```model = ctx.env['sale.config.settings']``` but ```model = ctx.env['res.config.settings']```
with current anthem version and Odoo v12:
instead of
from anthem.lyrics import settingsshould befrom anthem.lyrics.settings import define_settingsit is no more
model = ctx.env['sale.config.settings']but
model = ctx.env['res.config.settings']