AttributeError: 'website' object has no attribute 'social_googleplus'
your website now don't have field social_googleplus
This is what i get from website model on odoo 13
social_twitter = fields.Char('Twitter Account', default=_default_social_twitter)
social_facebook = fields.Char('Facebook Account', default=_default_social_facebook)
social_github = fields.Char('GitHub Account', default=_default_social_github)
social_linkedin = fields.Char('LinkedIn Account', default=_default_social_linkedin)
social_youtube = fields.Char('Youtube Account', default=_default_social_youtube)
social_instagram = fields.Char('Instagram Account', default=_default_social_instagram)
social_default_image = fields.Binary(string="Default Social Share Image", help="If set, replaces the company logo as the default social share image.")
You see it, right? No more social_googleplus
Just remove that path, and everything will be ok with you
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…