fix: misc fixes in demo data
- Generate demo data field copy - absolute imports - remove whitelisting where it's not required - telemetry - banner copy - move to background - clear bootinfo after setup
This commit is contained in:
@@ -78,7 +78,11 @@ demo_master_doctypes = [
|
||||
"customer",
|
||||
"supplier",
|
||||
]
|
||||
demo_transaction_doctypes = ["purchase_invoice", "sales_invoice", "payment_entry", "journal_entry"]
|
||||
demo_transaction_doctypes = [
|
||||
"purchase_invoice",
|
||||
"sales_invoice",
|
||||
"payment_entry",
|
||||
]
|
||||
|
||||
jinja = {
|
||||
"methods": [
|
||||
|
||||
Reference in New Issue
Block a user