SIT - Importable Fields

https://www.simplicit.eu/web/image/product.template/3311/image_1920?unique=c3cbd41

Allow or not fields to be importable

Not Available For Sale

  • Odoo Version
  • Type d'abonnement

Cette combinaison n'existe pas.

Type d'abonnement: Socle

Pour comprendre le fonctionnement du core et la différence entre les abonnements Socle et Structurant, c'est ici

Base module to allow or not certain fields to be importable. New boolean attribute "importable" can be defined when creating a new field. Default is set to True. Eg: product_name = fields.Char(importable=False) # import is not active for this field In addition, the form view of fields (ir.model.fields) display now this new attribute in debug mode.