diff --git a/account_no_analytic_tags/__init__.py b/account_no_analytic_tags/__init__.py new file mode 100644 index 0000000..40a96af --- /dev/null +++ b/account_no_analytic_tags/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/account_no_analytic_tags/__manifest__.py b/account_no_analytic_tags/__manifest__.py new file mode 100644 index 0000000..850085f --- /dev/null +++ b/account_no_analytic_tags/__manifest__.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +# © 2017 Akretion (http://www.akretion.com) +# @author Alexis de Lattre +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + 'name': 'Account No Analytic Tags', + 'version': '10.0.1.0.0', + 'category': 'Accounting & Finance', + 'license': 'AGPL-3', + 'summary': 'No Analytic Tags in Accounting', + 'description': """ +Account No Analytic Tags +======================== + +This module hides analytic tags on invoices and move lines. + +This module has been written by Alexis de Lattre from Akretion . + """, + 'author': 'Akretion', + 'website': 'http://www.akretion.com', + 'depends': ['account'], + 'data': ['account_view.xml'], + 'installable': True, +} diff --git a/account_no_analytic_tags/account_view.xml b/account_no_analytic_tags/account_view.xml new file mode 100644 index 0000000..6eb3758 --- /dev/null +++ b/account_no_analytic_tags/account_view.xml @@ -0,0 +1,46 @@ + + + + + + + + account_no_analytic_tags.supplier.invoice.form + account.invoice + + + + 1 + + + + + + account_no_analytic_tags.invoice.form + account.invoice + + + + 1 + + + + + + + account_no_analytic_tags.move.line.form + account.move.line + + + + 1 + + + + + + diff --git a/purchase_no_analytic_tags/__init__.py b/purchase_no_analytic_tags/__init__.py new file mode 100644 index 0000000..40a96af --- /dev/null +++ b/purchase_no_analytic_tags/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/purchase_no_analytic_tags/__manifest__.py b/purchase_no_analytic_tags/__manifest__.py new file mode 100644 index 0000000..182cc6b --- /dev/null +++ b/purchase_no_analytic_tags/__manifest__.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +# © 2017 Akretion (http://www.akretion.com) +# @author Alexis de Lattre +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + 'name': 'Purchase No Analytic Tags', + 'version': '10.0.1.0.0', + 'category': 'Purchases', + 'license': 'AGPL-3', + 'summary': 'No Analytic Tags in Purchases', + 'description': """ +Purchase No Analytic Tags +========================= + +This module hides analytic tags on purchase orders. + +This module has been written by Alexis de Lattre from Akretion . + """, + 'author': 'Akretion', + 'website': 'http://www.akretion.com', + 'depends': ['purchase'], + 'data': ['purchase_view.xml'], + 'installable': True, +} diff --git a/purchase_no_analytic_tags/purchase_view.xml b/purchase_no_analytic_tags/purchase_view.xml new file mode 100644 index 0000000..8c92047 --- /dev/null +++ b/purchase_no_analytic_tags/purchase_view.xml @@ -0,0 +1,21 @@ + + + + + + + purchase_no_analytic_tags.purchase.order.form + purchase.order + + + + 1 + + + + + diff --git a/sale_no_analytic_tags/__init__.py b/sale_no_analytic_tags/__init__.py new file mode 100644 index 0000000..40a96af --- /dev/null +++ b/sale_no_analytic_tags/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/sale_no_analytic_tags/__manifest__.py b/sale_no_analytic_tags/__manifest__.py new file mode 100644 index 0000000..9655083 --- /dev/null +++ b/sale_no_analytic_tags/__manifest__.py @@ -0,0 +1,25 @@ +# -*- coding: utf-8 -*- +# © 2017 Akretion (http://www.akretion.com) +# @author Alexis de Lattre +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + 'name': 'Sale No Analytic Tags', + 'version': '10.0.1.0.0', + 'category': 'Sales', + 'license': 'AGPL-3', + 'summary': 'No Analytic Tags in Sales', + 'description': """ +Sale No Analytic Tags +===================== + +This module hides analytic tags on sale orders. + +This module has been written by Alexis de Lattre from Akretion . + """, + 'author': 'Akretion', + 'website': 'http://www.akretion.com', + 'depends': ['sale'], + 'data': ['sale_view.xml'], + 'installable': True, +} diff --git a/sale_no_analytic_tags/sale_view.xml b/sale_no_analytic_tags/sale_view.xml new file mode 100644 index 0000000..87fb8c7 --- /dev/null +++ b/sale_no_analytic_tags/sale_view.xml @@ -0,0 +1,25 @@ + + + + + + + sale_no_analytic_tags.sale.order.form + sale.order + + + + 1 + + + + 1 + + + + +