Script zum Anlegen von Feldern aktualisiert
@@ -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 ===")
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user