chore: mark as out of beta (backport #55439) (#55440)

This commit is contained in:
Raffael Meyer
2026-05-30 21:09:45 +02:00
committed by GitHub
parent 2a52ea6850
commit cad14ac3e6
6 changed files with 23 additions and 16 deletions

View File

@@ -1,7 +1,6 @@
{ {
"actions": [], "actions": [],
"autoname": "format:Bank Statement Import on {creation}", "autoname": "format:Bank Statement Import on {creation}",
"beta": 1,
"creation": "2019-08-04 14:16:08.318714", "creation": "2019-08-04 14:16:08.318714",
"doctype": "DocType", "doctype": "DocType",
"editable_grid": 1, "editable_grid": 1,
@@ -211,10 +210,11 @@
], ],
"hide_toolbar": 1, "hide_toolbar": 1,
"links": [], "links": [],
"modified": "2024-06-25 17:32:07.658250", "modified": "2026-05-30 20:51:10.353723",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Bank Statement Import", "name": "Bank Statement Import",
"naming_rule": "Expression (old style)",
"owner": "Administrator", "owner": "Administrator",
"permissions": [ "permissions": [
{ {
@@ -230,7 +230,9 @@
"write": 1 "write": 1
} }
], ],
"row_format": "Dynamic",
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"states": [],
"track_changes": 1 "track_changes": 1
} }

View File

@@ -2,7 +2,6 @@
"actions": [], "actions": [],
"allow_events_in_timeline": 1, "allow_events_in_timeline": 1,
"autoname": "naming_series:", "autoname": "naming_series:",
"beta": 1,
"creation": "2019-07-05 16:34:31.013238", "creation": "2019-07-05 16:34:31.013238",
"doctype": "DocType", "doctype": "DocType",
"engine": "InnoDB", "engine": "InnoDB",
@@ -400,7 +399,7 @@
], ],
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2024-11-26 13:46:07.760867", "modified": "2026-05-30 20:40:30.851842",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Dunning", "name": "Dunning",
@@ -449,6 +448,7 @@
"write": 1 "write": 1
} }
], ],
"row_format": "Dynamic",
"sort_field": "modified", "sort_field": "modified",
"sort_order": "ASC", "sort_order": "ASC",
"states": [], "states": [],

View File

@@ -1,7 +1,6 @@
{ {
"actions": [], "actions": [],
"allow_rename": 1, "allow_rename": 1,
"beta": 1,
"creation": "2019-12-04 04:59:08.003664", "creation": "2019-12-04 04:59:08.003664",
"doctype": "DocType", "doctype": "DocType",
"editable_grid": 1, "editable_grid": 1,
@@ -107,7 +106,7 @@
"link_fieldname": "dunning_type" "link_fieldname": "dunning_type"
} }
], ],
"modified": "2021-11-13 00:25:35.659283", "modified": "2026-05-30 20:40:09.952533",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Dunning Type", "name": "Dunning Type",
@@ -151,7 +150,9 @@
"write": 1 "write": 1
} }
], ],
"row_format": "Dynamic",
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"states": [],
"track_changes": 1 "track_changes": 1
} }

View File

@@ -1,6 +1,6 @@
{ {
"actions": [],
"allow_copy": 1, "allow_copy": 1,
"beta": 1,
"creation": "2017-08-29 02:22:54.947711", "creation": "2017-08-29 02:22:54.947711",
"doctype": "DocType", "doctype": "DocType",
"editable_grid": 1, "editable_grid": 1,
@@ -64,10 +64,10 @@
"options": "Cost Center" "options": "Cost Center"
}, },
{ {
"fieldname": "project", "fieldname": "project",
"fieldtype": "Link", "fieldtype": "Link",
"label": "Project", "label": "Project",
"options": "Project" "options": "Project"
}, },
{ {
"collapsible": 1, "collapsible": 1,
@@ -82,7 +82,8 @@
], ],
"hide_toolbar": 1, "hide_toolbar": 1,
"issingle": 1, "issingle": 1,
"modified": "2022-01-04 15:25:06.053187", "links": [],
"modified": "2026-05-30 20:43:36.282738",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Opening Invoice Creation Tool", "name": "Opening Invoice Creation Tool",
@@ -99,7 +100,9 @@
} }
], ],
"quick_entry": 1, "quick_entry": 1,
"row_format": "Dynamic",
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"states": [],
"track_changes": 1 "track_changes": 1
} }

View File

@@ -31,6 +31,7 @@ class OpeningInvoiceCreationTool(Document):
create_missing_party: DF.Check create_missing_party: DF.Check
invoice_type: DF.Literal["Sales", "Purchase"] invoice_type: DF.Literal["Sales", "Purchase"]
invoices: DF.Table[OpeningInvoiceCreationToolItem] invoices: DF.Table[OpeningInvoiceCreationToolItem]
project: DF.Link | None
# end: auto-generated types # end: auto-generated types
def onload(self): def onload(self):

View File

@@ -1,6 +1,5 @@
{ {
"actions": [], "actions": [],
"beta": 1,
"creation": "2016-04-22 05:27:52.109319", "creation": "2016-04-22 05:27:52.109319",
"doctype": "DocType", "doctype": "DocType",
"document_type": "Setup", "document_type": "Setup",
@@ -87,7 +86,7 @@
], ],
"issingle": 1, "issingle": 1,
"links": [], "links": [],
"modified": "2022-12-19 21:10:29.127277", "modified": "2026-05-30 20:51:04.415019",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Portal", "module": "Portal",
"name": "Homepage", "name": "Homepage",
@@ -114,6 +113,7 @@
"write": 1 "write": 1
} }
], ],
"row_format": "Dynamic",
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"states": [], "states": [],