diff --git a/taxless_accounting/__init__.py b/taxless_accounting/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/taxless_accounting/__openerp__.py b/taxless_accounting/__openerp__.py new file mode 100644 index 000000000..f35591230 --- /dev/null +++ b/taxless_accounting/__openerp__.py @@ -0,0 +1,26 @@ +{ + 'name': 'Taxless Accounting', + 'version': '1.0', + 'category': 'Accounting', + 'sequence': 6, + 'summary': 'Lets hide Tax from Accounting', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'description': """ + + +======================= + + +""", + 'depends': ['account','base','account_voucher'], + 'data': [ + 'views/account_view.xml', + + ], + 'demo': [ + ], + 'installable': True, + 'auto_install': False, +} diff --git a/taxless_accounting/static/description/icon.png b/taxless_accounting/static/description/icon.png new file mode 100644 index 000000000..3f83188b8 Binary files /dev/null and b/taxless_accounting/static/description/icon.png differ diff --git a/taxless_accounting/static/description/index.html b/taxless_accounting/static/description/index.html new file mode 100644 index 000000000..42c0728e3 --- /dev/null +++ b/taxless_accounting/static/description/index.html @@ -0,0 +1,19 @@ + + + Hide Tax From Accounting + + + Hides tax related fields and menus from accounting + + + This hiding happens in user level. If you check this option hidden things will become visible for that user + + + + + + + + + + diff --git a/taxless_accounting/static/description/tax_config.png b/taxless_accounting/static/description/tax_config.png new file mode 100644 index 000000000..5bdd88bb0 Binary files /dev/null and b/taxless_accounting/static/description/tax_config.png differ diff --git a/taxless_accounting/static/description/tax_invoice.png b/taxless_accounting/static/description/tax_invoice.png new file mode 100644 index 000000000..920aad101 Binary files /dev/null and b/taxless_accounting/static/description/tax_invoice.png differ diff --git a/taxless_accounting/views/account_view.xml b/taxless_accounting/views/account_view.xml new file mode 100644 index 000000000..529dace83 --- /dev/null +++ b/taxless_accounting/views/account_view.xml @@ -0,0 +1,125 @@ + + + + + Tax Visible + + + + + + + tax.account.invoice.form + account.invoice + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + + + + + + tax.account.invoice.form + account.invoice + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + + + + + tax.account.invoice.line.form + account.invoice.line + + + + taxless_accounting.make_visible + + + + + + + + + customer_account_voucher_inherit_view + account.voucher + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + + + + + + + supplier_account_voucher_inherit_view + account.voucher + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + + + + tax.account.fiscal.position.inherit.view + account.fiscal.position + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + + + + + + + \ No newline at end of file
+ Hides tax related fields and menus from accounting +
+ This hiding happens in user level. If you check this option hidden things will become visible for that user +