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..e1490217a --- /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': [ + 'account_view.xml', + + ], + 'demo': [ + ], + 'installable': True, + 'auto_install': False, +} diff --git a/taxless_accounting/account_view.xml b/taxless_accounting/account_view.xml new file mode 100644 index 000000000..f93a59d78 --- /dev/null +++ b/taxless_accounting/account_view.xml @@ -0,0 +1,203 @@ + + + + + Tax Visible + + + + + + + tax.account.invoice.form + account.invoice + + + + taxless_accounting.make_visible + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + + + + + + discount.account.invoice.form + account.invoice + + + + taxless_accounting.make_visible + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + + + + + sale_account.invoice.form + account.invoice + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + + + + + sale_account.invoice.form + account.invoice + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + 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 + + + + + + + + account_move_voucher_inherit_view + account.move + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/taxless_accounting/static/description/check_box.png b/taxless_accounting/static/description/check_box.png new file mode 100644 index 000000000..222815447 Binary files /dev/null and b/taxless_accounting/static/description/check_box.png differ 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..598cc11dd --- /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/support.png b/taxless_accounting/static/description/support.png new file mode 100644 index 000000000..2805ec72a Binary files /dev/null and b/taxless_accounting/static/description/support.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..9c951f4ba Binary files /dev/null and b/taxless_accounting/static/description/tax_invoice.png differ