from netforce.model import Model class AccountMoveLine(Model): _inherit="account.move.line" AccountMoveLine.register()