trytond-product_purchase_ho.../product.py
Albert Cervera i Areny 619b626d57 Pyflakes fixes.
2021-03-19 23:06:22 +01:00

12 lines
351 B
Python

# The COPYRIGHT file at the top level of this repository contains
# the full copyright notices and license terms.
from trytond.pool import PoolMeta
from trytond.model import fields
class Template(metaclass=PoolMeta):
__name__ = 'product.template'
purchase_homologation_required = fields.Boolean('Purchase Homologation '
'Required')