base_jsonify: allow export line exclusion
Sometimes you just want to turn off via configuration lines created by some other modules.pull/2418/head
parent
699771531f
commit
bfdb5b93d7
|
@ -13,6 +13,7 @@ class IrExportsLine(models.Model):
|
|||
help="The complete path to the field where you can specify an "
|
||||
"alias on the a step as field:alias",
|
||||
)
|
||||
active = fields.Boolean(string="Active", default=True)
|
||||
|
||||
@api.constrains("alias", "name")
|
||||
def _check_alias(self):
|
||||
|
|
Loading…
Reference in New Issue