diff --git a/taxless_purchase_sale/__init__.py b/taxless_purchase_sale/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/taxless_purchase_sale/__openerp__.py b/taxless_purchase_sale/__openerp__.py new file mode 100644 index 000000000..50c8789d9 --- /dev/null +++ b/taxless_purchase_sale/__openerp__.py @@ -0,0 +1,26 @@ +{ + 'name': 'Taxless Sale & Purchase', + 'version': '1.0', + 'category': 'Purchase', + 'sequence': 7, + 'summary': 'hide Tax from Sales and Purchases', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + 'description': """ + + +======================= + + +""", + 'depends': ['base', 'sale', 'purchase', 'taxless_accounting'], + 'data': [ + 'purchase_view.xml' + + ], + 'demo': [ + ], + 'installable': True, + 'auto_install': False, +} diff --git a/taxless_purchase_sale/purchase_view.xml b/taxless_purchase_sale/purchase_view.xml new file mode 100644 index 000000000..ea9d0d62d --- /dev/null +++ b/taxless_purchase_sale/purchase_view.xml @@ -0,0 +1,88 @@ + + + + + + + + + taxless.purchase.form + purchase.order + + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + + + + + + + + taxless.sale.form + sale.order + + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + + + + + + taxhide.product.form + product.template + + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + + + + + + taxhide..product.product.form + product.product + + + + + taxless_accounting.make_visible + + + taxless_accounting.make_visible + + + + + + + \ No newline at end of file diff --git a/taxless_purchase_sale/static/description/check_box.png b/taxless_purchase_sale/static/description/check_box.png new file mode 100644 index 000000000..222815447 Binary files /dev/null and b/taxless_purchase_sale/static/description/check_box.png differ diff --git a/taxless_purchase_sale/static/description/icon.png b/taxless_purchase_sale/static/description/icon.png new file mode 100644 index 000000000..3f83188b8 Binary files /dev/null and b/taxless_purchase_sale/static/description/icon.png differ diff --git a/taxless_purchase_sale/static/description/index.html b/taxless_purchase_sale/static/description/index.html new file mode 100644 index 000000000..91c041011 --- /dev/null +++ b/taxless_purchase_sale/static/description/index.html @@ -0,0 +1,19 @@ + + + Hide Tax From Sales and Purchases + + + Hides tax related fields and menus from Sales and Purchases + + + This hiding happens in user level. If you check this option hidden things will become visible for that user + + + + + + + + + + diff --git a/taxless_purchase_sale/static/description/sale_order.png b/taxless_purchase_sale/static/description/sale_order.png new file mode 100644 index 000000000..e443d5fd7 Binary files /dev/null and b/taxless_purchase_sale/static/description/sale_order.png differ
+ Hides tax related fields and menus from Sales and Purchases +
+ This hiding happens in user level. If you check this option hidden things will become visible for that user +