removed fixtures
This commit is contained in:
parent
9016cf1086
commit
9e852d73e4
|
|
@ -5,22 +5,22 @@ app_description = "Azerbaijan Taxes"
|
|||
app_email = "info@jeysoft.az"
|
||||
app_license = "unlicense"
|
||||
|
||||
fixtures = [
|
||||
{
|
||||
"doctype": "Client Script",
|
||||
"filters": [
|
||||
["module", "=", "Taxes Az"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"doctype": "Main type of activity",
|
||||
"filters": []
|
||||
},
|
||||
{
|
||||
"doctype": "Business Classification",
|
||||
"filters": []
|
||||
}
|
||||
]
|
||||
# fixtures = [
|
||||
# {
|
||||
# "doctype": "Client Script",
|
||||
# "filters": [
|
||||
# ["module", "=", "Taxes Az"]
|
||||
# ]
|
||||
# },
|
||||
# {
|
||||
# "doctype": "Main type of activity",
|
||||
# "filters": []
|
||||
# },
|
||||
# {
|
||||
# "doctype": "Business Classification",
|
||||
# "filters": []
|
||||
# }
|
||||
# ]
|
||||
|
||||
doctype_js = {
|
||||
"XML Mapping Tool": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue