diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0764234 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class + +# OS +.DS_Store +Thumbs.db + +# Editor +.vscode/ +.idea/ + +# Odoo +*.pot diff --git a/README.rst b/README.rst old mode 100644 new mode 100755 diff --git a/__init__.py b/__init__.py old mode 100644 new mode 100755 diff --git a/__manifest__.py b/__manifest__.py old mode 100644 new mode 100755 index b244f1f..714fd92 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Hide Update Quantity Button', - 'version': '18.0.1.0.0', + 'version': '19.0.1.0.0', 'category': 'Inventory', 'summary': 'Hide Update Quantity button for non-ERP managers', 'description': """ diff --git a/views/product_views.xml b/views/product_views.xml old mode 100644 new mode 100755 index 6dfc104..a1f4fa5 --- a/views/product_views.xml +++ b/views/product_views.xml @@ -4,33 +4,9 @@ product.template.form.view.procurement.button.inherit product.template - + - - base.group_erp_manager - - - - - - - product.form.view.procurement.button.inherit - product.product - - - - base.group_erp_manager - - - - - - - product.product.view.form.easy.inherit.stock.inherit - product.product - - - + base.group_erp_manager