Can't export property setter

i made a property setter in v15

and make module name same as my app
and change hooks.py to

Fixtures= ["Property Setter"]

and when i try to
bench export-fixtures
nothing get export

@MhmedRjb check this Export Fixtures for doctype

3 Likes

write in hooks like this then export fixture

fixtures={"dt": "Property Setter"}

2 Likes