I got this error when I restore database from my server to my local then access Sale > Product > Product
I try to upgrade stock module then I got this error
Field "project_template_use_documents" does not exist in model "product.template" View error context: {'file': '/opt/odoo/enterprise/addons/sale_amazon/views/product_views.xml', 'line': 3, 'name': 'product.template.form.inherit', 'view': ir.ui.view(2484,), 'view.model': 'product.template', 'view.parent': ir.ui.view(449,), 'xmlid': 'amazon_product_template_view_form'}
I curious and open the xml, but there is no "project_template_use_documents" mention in any file in enterprise. including sale_amazon module
why this error happen?