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_email = "info@jeysoft.az"
|
||||||
app_license = "unlicense"
|
app_license = "unlicense"
|
||||||
|
|
||||||
fixtures = [
|
# fixtures = [
|
||||||
{
|
# {
|
||||||
"doctype": "Client Script",
|
# "doctype": "Client Script",
|
||||||
"filters": [
|
# "filters": [
|
||||||
["module", "=", "Taxes Az"]
|
# ["module", "=", "Taxes Az"]
|
||||||
]
|
# ]
|
||||||
},
|
# },
|
||||||
{
|
# {
|
||||||
"doctype": "Main type of activity",
|
# "doctype": "Main type of activity",
|
||||||
"filters": []
|
# "filters": []
|
||||||
},
|
# },
|
||||||
{
|
# {
|
||||||
"doctype": "Business Classification",
|
# "doctype": "Business Classification",
|
||||||
"filters": []
|
# "filters": []
|
||||||
}
|
# }
|
||||||
]
|
# ]
|
||||||
|
|
||||||
doctype_js = {
|
doctype_js = {
|
||||||
"XML Mapping Tool": [
|
"XML Mapping Tool": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue