Script zum Anlegen von Feldern aktualisiert

2026-06-08 18:00:33 +02:00
parent b67f8b4ff1
commit a402a3fbfd
-4
@@ -1,12 +1,9 @@
```bash
bench --site xxx console
```
```python
import frappe
fields = [
@@ -51,5 +48,4 @@ for field in fields:
frappe.db.commit()
print("\n=== Alle Felder verarbeitet ===")
```