Skip to content

Commit

Permalink
[IMP] category: 'Warehouse Management' -> 'Warehouse'
Browse files Browse the repository at this point in the history
To appear in OCA shop in the good category.
  • Loading branch information
MiquelRForgeFlow committed Nov 6, 2019
1 parent 694703e commit a7a8c7a
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion account_move_line_stock_info/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Eficent,"
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"category": "Warehouse",
"installable": True,
"license": "AGPL-3",
"data": [
Expand Down
2 changes: 1 addition & 1 deletion stock_account_change_qty_reason/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Stock Account Change Quantity Reason """,
'author': 'Eficent, Odoo Community Association (OCA)',
'website': "https://github.com/OCA/stock-logistics-warehouse",
'category': 'Warehouse Management',
'category': 'Warehouse',
'version': '12.0.1.0.0',
'license': 'AGPL-3',
'depends': [
Expand Down
2 changes: 1 addition & 1 deletion stock_account_internal_move/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'name': """Stock Account Internal Move""",
'summary': """Allows tracking moves between internal locations"""
""" via accounts.""",
'category': "Warehouse Management",
'category': "Warehouse",
'version': "12.0.1.0.0",
'author': "Camptocamp SA,"
" Odoo Community Association (OCA)",
Expand Down
2 changes: 1 addition & 1 deletion stock_account_inventory_force_date/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Stock Account Inventory Force Date",
"summary": "Force the inventory adjustments to a date in the past.",
"version": "12.0.1.0.0",
"category": "Warehouse Management",
"category": "Warehouse",
"license": "AGPL-3",
"author": "Eficent, "
"Odoo Community Association (OCA)",
Expand Down
2 changes: 1 addition & 1 deletion stock_available_unreserved/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Eficent Business and IT Consulting Services S.L,"
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": [
"stock",
],
Expand Down
2 changes: 1 addition & 1 deletion stock_change_qty_reason/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Stock Quantity Change Reason """,
'author': 'ACSONE SA/NV, Odoo Community Association (OCA)',
'website': "https://github.com/OCA/stock-logistics-warehouse",
'category': 'Warehouse Management',
'category': 'Warehouse',
'version': '12.0.1.0.0',
'license': 'AGPL-3',
'depends': [
Expand Down
2 changes: 1 addition & 1 deletion stock_cycle_count/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Eficent, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": [
"stock_account",
"stock_inventory_discrepancy",
Expand Down
2 changes: 1 addition & 1 deletion stock_demand_estimate/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Eficent, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": [
"stock",
"web_widget_x2many_2d_matrix",
Expand Down
2 changes: 1 addition & 1 deletion stock_inventory_discrepancy/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Eficent, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": ["stock"],
"data": [
'security/stock_inventory_discrepancy_security.xml',
Expand Down
2 changes: 1 addition & 1 deletion stock_inventory_exclude_sublocation/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Tecnativa, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": [
"stock",
],
Expand Down
2 changes: 1 addition & 1 deletion stock_inventory_lockdown/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"depends": ["stock"],
"author": "Numérigraphe, Eficent, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"category": "Warehouse",
"images": [
"images/move_error.png",
"images/location_locked.png",
Expand Down
2 changes: 1 addition & 1 deletion stock_inventory_verification_request/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Eficent, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": [
"stock_inventory_discrepancy",
"mail",
Expand Down
2 changes: 1 addition & 1 deletion stock_inventory_virtual_location/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
" in inventory adjustments.",
'author': 'Eficent, Odoo Community Association (OCA)',
'website': "https://github.com/OCA/stock-logistics-warehouse",
'category': 'Warehouse Management',
'category': 'Warehouse',
'version': '12.0.1.0.0',
'license': 'AGPL-3',
'depends': [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'summary': "Glue module",
'author': 'Eficent, Odoo Community Association (OCA)',
'website': "https://github.com/OCA/stock-logistics-warehouse",
'category': 'Warehouse Management',
'category': 'Warehouse',
'version': '12.0.1.0.0',
'license': 'AGPL-3',
'depends': [
Expand Down
2 changes: 1 addition & 1 deletion stock_orderpoint_manual_procurement/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Eficent, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": [
"purchase_stock",
],
Expand Down
2 changes: 1 addition & 1 deletion stock_orderpoint_manual_procurement_uom/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Eficent, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": [
"stock_orderpoint_uom",
"stock_orderpoint_manual_procurement",
Expand Down
2 changes: 1 addition & 1 deletion stock_orderpoint_move_link/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "LGPL-3",
"website": "https://github.com/stock-logistics-warehouse",
"author": "Eficent, Odoo Community Association (OCA)",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": [
"stock",
],
Expand Down
2 changes: 1 addition & 1 deletion stock_orderpoint_mrp_link/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "Eficent, "
"Odoo Community Association (OCA)",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": [
"stock_orderpoint_move_link",
"mrp",
Expand Down
2 changes: 1 addition & 1 deletion stock_orderpoint_purchase_link/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "Eficent, "
"Odoo Community Association (OCA)",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": [
"stock_orderpoint_move_link",
"purchase_stock",
Expand Down
2 changes: 1 addition & 1 deletion stock_orderpoint_uom/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Eficent, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": ["purchase_stock"],
"data": ["views/stock_warehouse_orderpoint_view.xml"],
"license": "AGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion stock_request/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"website": "https://github.com/stock-logistics-warehouse",
"author": "Eficent, "
"Odoo Community Association (OCA)",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": [
"stock",
],
Expand Down
2 changes: 1 addition & 1 deletion stock_request_direction/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "Open Source Integrators, "
"Odoo Community Association (OCA)",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": [
"stock_request",
],
Expand Down
2 changes: 1 addition & 1 deletion stock_request_picking_type/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'website': 'https://github.com/stock-logistics-warehouse',
'author': 'Open Source Integrators, '
'Odoo Community Association (OCA)',
'category': 'Warehouse Management',
'category': 'Warehouse',
'depends': [
'stock_request_submit',
],
Expand Down
2 changes: 1 addition & 1 deletion stock_request_purchase/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"website": "https://github.com/stock-logistics-warehouse",
"author": "Eficent, "
"Odoo Community Association (OCA)",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": [
"stock_request",
"purchase_stock",
Expand Down
2 changes: 1 addition & 1 deletion stock_request_submit/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"website": "https://github.com/stock-logistics-warehouse",
"author": "Open Source Integrators, "
"Odoo Community Association (OCA)",
"category": "Warehouse Management",
"category": "Warehouse",
'depends': ['stock_request'],
'data': [
'views/stock_request_order_views.xml',
Expand Down
2 changes: 1 addition & 1 deletion stock_request_tier_validation/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"summary": "Extends the functionality of Stock Requests to "
"support a tier validation process.",
"version": "12.0.1.1.0",
"category": "Warehouse Management",
"category": "Warehouse",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "Eficent, Odoo Community Association (OCA)",
"license": "AGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion stock_warehouse_calendar/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"website": "https://github.com/stock-logistics-warehouse",
"author": "Eficent, "
"Odoo Community Association (OCA)",
"category": "Warehouse Management",
"category": "Warehouse",
"depends": [
"stock",
"resource",
Expand Down

0 comments on commit a7a8c7a

Please sign in to comment.