Update item_tax_template_dashboard.py

added missing backlink. In Item Groups I can set Item Tax Temple in Table taxes.
This commit is contained in:
Wolfram Schmidt 2021-01-05 18:47:11 +01:00 committed by GitHub
parent f7b9b0687e
commit 5eef19723d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,8 @@ def get_data():
'items': ['Purchase Invoice', 'Purchase Order', 'Purchase Receipt']
},
{
'items': ['Item']
'label': _('Stock'),
'items': ['Item Groups', 'Item']
}
]
}