diff --git a/account_fiscal_position_payable_receivable/__manifest__.py b/account_fiscal_position_payable_receivable/__manifest__.py index b2d6e06..88dbc65 100644 --- a/account_fiscal_position_payable_receivable/__manifest__.py +++ b/account_fiscal_position_payable_receivable/__manifest__.py @@ -19,5 +19,5 @@ This module has been written by Alexis de Lattre from Akretion . 'data': [ 'menu_view.xml' ], - 'installable': True, + 'installable': False, } diff --git a/eradicate_quick_create/__manifest__.py b/eradicate_quick_create/__manifest__.py index a79a3c6..9717af7 100644 --- a/eradicate_quick_create/__manifest__.py +++ b/eradicate_quick_create/__manifest__.py @@ -21,5 +21,5 @@ This module has been written by Alexis de Lattre from Akretion . 'depends': ['mrp', 'sale_purchase_no_product_template_menu'], 'auto_install': True, 'data': ['mrp_view.xml'], - 'installable': True, + 'installable': False, } diff --git a/mrp_product_tree_default/__manifest__.py b/mrp_product_tree_default/__manifest__.py index 967cf8c..66b52a9 100644 --- a/mrp_product_tree_default/__manifest__.py +++ b/mrp_product_tree_default/__manifest__.py @@ -18,5 +18,5 @@ 'data': [ 'views/product_template.xml' ], - 'installable': True, + 'installable': False, } diff --git a/mrp_usability/__manifest__.py b/mrp_usability/__manifest__.py index 206fdb2..54e877f 100644 --- a/mrp_usability/__manifest__.py +++ b/mrp_usability/__manifest__.py @@ -17,5 +17,5 @@ 'views/product_views.xml', 'report/mrp_report.xml' ], - 'installable': True, + 'installable': False, } diff --git a/partner_tree_default/__manifest__.py b/partner_tree_default/__manifest__.py index 9b6a105..d29c0af 100644 --- a/partner_tree_default/__manifest__.py +++ b/partner_tree_default/__manifest__.py @@ -22,5 +22,5 @@ This module has been written by Alexis de Lattre 'website': 'http://www.akretion.com', 'depends': ['base'], 'data': ['views/partner_view.xml'], - 'installable': True, + 'installable': False, } diff --git a/pos_no_product_template_menu/__manifest__.py b/pos_no_product_template_menu/__manifest__.py index e7ddd60..3436e09 100644 --- a/pos_no_product_template_menu/__manifest__.py +++ b/pos_no_product_template_menu/__manifest__.py @@ -24,5 +24,5 @@ from Akretion . 'depends': ['point_of_sale', 'sale_purchase_no_product_template_menu'], 'auto_install': True, 'data': ['pos_view.xml'], - 'installable': True, + 'installable': False, } diff --git a/pos_usability/__manifest__.py b/pos_usability/__manifest__.py index 1af5988..cc14c45 100644 --- a/pos_usability/__manifest__.py +++ b/pos_usability/__manifest__.py @@ -25,5 +25,5 @@ Akretion: "website": "http://www.akretion.com", "depends": ["point_of_sale"], "data": ["report/pos.xml"], - "installable": True, + "installable": False, } diff --git a/product_manager_group/__manifest__.py b/product_manager_group/__manifest__.py index 31120a2..9a5452d 100644 --- a/product_manager_group/__manifest__.py +++ b/product_manager_group/__manifest__.py @@ -24,5 +24,5 @@ This module has been written by Alexis de Lattre from Akretion for 'data': [ 'stock_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/purchase_usability/__manifest__.py b/purchase_usability/__manifest__.py index f67ee36..9058ccb 100644 --- a/purchase_usability/__manifest__.py +++ b/purchase_usability/__manifest__.py @@ -14,5 +14,5 @@ 'data': [ 'purchase_view.xml', ], - 'installable': True, + 'installable': False, } diff --git a/sale_down_payment/__manifest__.py b/sale_down_payment/__manifest__.py index 68b82ef..b078878 100644 --- a/sale_down_payment/__manifest__.py +++ b/sale_down_payment/__manifest__.py @@ -31,5 +31,5 @@ This module has been written by Alexis de Lattre from Akretion 'views/account_move_line.xml', 'views/account_payment.xml', ], - 'installable': True, + 'installable': False, } diff --git a/sale_margin_no_onchange/__manifest__.py b/sale_margin_no_onchange/__manifest__.py index 93091c6..c46b472 100644 --- a/sale_margin_no_onchange/__manifest__.py +++ b/sale_margin_no_onchange/__manifest__.py @@ -21,5 +21,5 @@ This module has been written by Alexis de Lattre from Akretion 'website': 'http://www.akretion.com', 'depends': ['sale'], 'data': ['sale_view.xml'], - 'installable': True, + 'installable': False, } diff --git a/sale_no_configurator_button/__manifest__.py b/sale_no_configurator_button/__manifest__.py index 2e9329f..d305324 100644 --- a/sale_no_configurator_button/__manifest__.py +++ b/sale_no_configurator_button/__manifest__.py @@ -11,7 +11,7 @@ "author": " Akretion", "license": "AGPL-3", "application": False, - "installable": True, + "installable": False, "external_dependencies": { "python": [], "bin": [], diff --git a/sale_no_optional_product/__manifest__.py b/sale_no_optional_product/__manifest__.py index de99ded..4fd035b 100644 --- a/sale_no_optional_product/__manifest__.py +++ b/sale_no_optional_product/__manifest__.py @@ -11,7 +11,7 @@ "author": " Akretion", "license": "AGPL-3", "application": False, - "installable": True, + "installable": False, "external_dependencies": { "python": [], "bin": [], diff --git a/sale_no_preview_button/__manifest__.py b/sale_no_preview_button/__manifest__.py index ae5f870..ab7e0a0 100644 --- a/sale_no_preview_button/__manifest__.py +++ b/sale_no_preview_button/__manifest__.py @@ -11,7 +11,7 @@ "author": " Akretion", "license": "AGPL-3", "application": False, - "installable": True, + "installable": False, "external_dependencies": { "python": [], "bin": [], diff --git a/sale_order_route/__manifest__.py b/sale_order_route/__manifest__.py index f2ef82c..7a4aed4 100644 --- a/sale_order_route/__manifest__.py +++ b/sale_order_route/__manifest__.py @@ -18,5 +18,5 @@ This module has been written by Alexis de Lattre from Akretion 'website': 'http://www.akretion.com', 'depends': ['sale_stock'], 'data': ['views/sale_order.xml'], - 'installable': True, + 'installable': False, } diff --git a/sale_product_tree_default/__manifest__.py b/sale_product_tree_default/__manifest__.py index 025b57f..8ae69c0 100644 --- a/sale_product_tree_default/__manifest__.py +++ b/sale_product_tree_default/__manifest__.py @@ -18,5 +18,5 @@ 'data': [ 'views/product_template.xml' ], - 'installable': True, + 'installable': False, } diff --git a/sale_purchase_no_product_template_menu/__manifest__.py b/sale_purchase_no_product_template_menu/__manifest__.py index 3afa1b3..7924249 100644 --- a/sale_purchase_no_product_template_menu/__manifest__.py +++ b/sale_purchase_no_product_template_menu/__manifest__.py @@ -25,5 +25,5 @@ This module has been written by Alexis de Lattre from Akretion -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - - -{ - 'name': 'Stock Inventory Validation ODS', - 'version': '12.0.1.0.0', - 'category': 'Tools', - 'license': 'AGPL-3', - 'summary': 'Adds a Py3o ODS report on inventories', - 'description': """ -Stock Inventory Validation ODS -============================== - -This module will add a Py3o ODS report on Stock Inventories. - -This module has been written by Alexis de Lattre from Akretion . - """, - 'author': "Akretion", - 'website': 'http://www.akretion.com', - 'depends': ['stock_inventory_valuation', 'report_py3o'], - 'data': ['report.xml'], - 'installable': True, -} diff --git a/stock_inventory_valuation_ods/inventory.ods b/stock_inventory_valuation_ods/inventory.ods deleted file mode 100644 index 4524f4f..0000000 Binary files a/stock_inventory_valuation_ods/inventory.ods and /dev/null differ diff --git a/stock_inventory_valuation_ods/inventory_grouped.ods b/stock_inventory_valuation_ods/inventory_grouped.ods deleted file mode 100644 index d8331a7..0000000 Binary files a/stock_inventory_valuation_ods/inventory_grouped.ods and /dev/null differ diff --git a/stock_inventory_valuation_ods/report.xml b/stock_inventory_valuation_ods/report.xml deleted file mode 100644 index d2a044c..0000000 --- a/stock_inventory_valuation_ods/report.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - Inventory Valuation per Location (ODS) - stock.inventory - stock.inventory.ods - py3o - ods - stock_inventory_valuation_ods - inventory.ods - report - - - - - Inventory Valuation (ODS) - stock.inventory - stock.inventory.grouped.ods - py3o - ods - stock_inventory_valuation_ods - inventory_grouped.ods - report - - - - - diff --git a/stock_inventory_valuation_ods/stock_inventory.py b/stock_inventory_valuation_ods/stock_inventory.py deleted file mode 100644 index 2d0283c..0000000 --- a/stock_inventory_valuation_ods/stock_inventory.py +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2016-2019 Akretion France (http://www.akretion.com/) -# @author: Alexis de Lattre -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - -from odoo import models - - -class StockInventory(models.Model): - _inherit = 'stock.inventory' - - def report_group_lines(self): - self.ensure_one() - self._cr.execute(""" - SELECT - min(id) AS min_line_id, - product_id, - package_id, - prod_lot_id, - product_uom_id, - standard_price, - sum(product_qty) AS product_qty, - sum(theoretical_qty) AS theoretical_qty - FROM stock_inventory_line - WHERE inventory_id=%s - GROUP BY product_id, package_id, prod_lot_id, - product_uom_id, standard_price - """, (self.id, )) - res = [] - silo = self.env['stock.inventory.line'] - for row in self._cr.dictfetchall(): - row['min_line'] = silo.browse(row['min_line_id']) - res.append(row) - return res diff --git a/stock_no_product_template_menu/__manifest__.py b/stock_no_product_template_menu/__manifest__.py index 82db039..538a31d 100644 --- a/stock_no_product_template_menu/__manifest__.py +++ b/stock_no_product_template_menu/__manifest__.py @@ -22,5 +22,5 @@ This module has been written by Alexis de Lattre from Akretion