chore(workspace): remove Tax Article Items Report from Taxes workspace
The Tax Article Items Report doctype is removed in taxes_az; drop it from the Taxes workspace SETUP_DOCTYPES. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
a1e3fe96ed
commit
1c9c67f5d9
|
|
@ -66,7 +66,6 @@ SETUP_DOCTYPES: tuple[str, ...] = (
|
||||||
"Main type of activity",
|
"Main type of activity",
|
||||||
"Profit tax with special tax regime",
|
"Profit tax with special tax regime",
|
||||||
"Tax Article",
|
"Tax Article",
|
||||||
"Tax Article Items Report",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
TOOLS_DOCTYPES: tuple[str, ...] = (
|
TOOLS_DOCTYPES: tuple[str, ...] = (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue