Skip to content

Commit

Permalink
[16.0][MIG] modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Kev-Roche committed Jun 14, 2024
1 parent c403a9b commit e8e9d00
Show file tree
Hide file tree
Showing 30 changed files with 84 additions and 22 deletions.
4 changes: 2 additions & 2 deletions perf_account/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
{
"name": "perf account",
"summary": "Perf account optimisation",
"version": "14.0.1.0.1",
"version": "16.0.1.0.0",
"development_status": "Alpha",
"category": "Uncategorized",
"website": "https://github.com/akretion/odoo-perf",
"author": " Akretion",
"license": "AGPL-3",
"installable": False,
"installable": True,
"external_dependencies": {
"python": [],
"bin": [],
Expand Down
4 changes: 2 additions & 2 deletions perf_mail/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
{
"name": "perf mail",
"summary": "Perf mail optimisation",
"version": "14.0.1.0.2",
"version": "16.0.1.0.0",
"development_status": "Alpha",
"category": "Uncategorized",
"website": "https://github.com/akretion/odoo-perf",
"author": " Akretion",
"license": "AGPL-3",
"installable": False,
"installable": True,
"external_dependencies": {
"python": [],
"bin": [],
Expand Down
4 changes: 2 additions & 2 deletions perf_mrp/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
{
"name": "perf mrp",
"summary": "Perf mrp optimisation",
"version": "14.0.1.0.2",
"version": "16.0.1.0.0",
"development_status": "Alpha",
"category": "Uncategorized",
"website": "https://github.com/akretion/odoo-perf",
"author": " Akretion",
"license": "AGPL-3",
"installable": False,
"installable": True,
"external_dependencies": {
"python": [],
"bin": [],
Expand Down
2 changes: 1 addition & 1 deletion perf_mrp/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from . import mrp_production
from . import stock_production_lot
from . import stock_lot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from odoo import fields, models


class StockProductionLot(models.Model):
_inherit = "stock.production.lot"
class StockLot(models.Model):
_inherit = "stock.lot"

product_id = fields.Many2one(index=True)
4 changes: 2 additions & 2 deletions perf_multicompany/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
{
"name": "perf_multicompany",
"summary": "Perf Multicompany",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"development_status": "Alpha",
"category": "Uncategorized",
"website": "https://github.com/akretion/odoo-perf",
"author": " Akretion",
"license": "AGPL-3",
"installable": False,
"installable": True,
"external_dependencies": {
"python": [],
"bin": [],
Expand Down
4 changes: 2 additions & 2 deletions perf_product_inactive/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
{
"name": "perf_product_inactive",
"summary": "Improve perf when deleting variant",
"version": "14.0.1.0.3",
"version": "16.0.1.0.3",
"development_status": "Alpha",
"category": "Uncategorized",
"website": "https://github.com/akretion/odoo-perf",
"author": " Akretion",
"license": "AGPL-3",
"installable": False,
"installable": True,
"external_dependencies": {
"python": [],
"bin": [],
Expand Down
4 changes: 2 additions & 2 deletions perf_purchase/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
{
"name": "perf purchase",
"summary": "Perf purchase optimisation",
"version": "14.0.1.0.2",
"version": "16.0.1.0.0",
"development_status": "Alpha",
"category": "Uncategorized",
"website": "https://github.com/akretion/odoo-perf",
"author": " Akretion",
"license": "AGPL-3",
"installable": False,
"installable": True,
"external_dependencies": {
"python": [],
"bin": [],
Expand Down
4 changes: 2 additions & 2 deletions perf_sale/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
{
"name": "perf sale",
"summary": "Perf sale optimisation",
"version": "14.0.1.0.2",
"version": "16.0.1.0.0",
"development_status": "Alpha",
"category": "Uncategorized",
"website": "https://github.com/akretion/odoo-perf",
"author": " Akretion",
"license": "AGPL-3",
"installable": False,
"installable": True,
"external_dependencies": {
"python": [],
"bin": [],
Expand Down
4 changes: 2 additions & 2 deletions perf_sale_stock/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
{
"name": "perf sale stock",
"summary": "Perf sale stock optimisation",
"version": "14.0.1.0.1",
"version": "16.0.1.0.0",
"development_status": "Alpha",
"category": "Uncategorized",
"website": "https://github.com/akretion/odoo-perf",
"author": " Akretion",
"license": "AGPL-3",
"installable": False,
"installable": True,
"external_dependencies": {
"python": [],
"bin": [],
Expand Down
1 change: 0 additions & 1 deletion perf_sale_stock/models/stock_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ class StockPicking(models.Model):
location_dest_id = fields.Many2one(index=True)
picking_type_id = fields.Many2one(index=True)
printed = fields.Many2one(index=True)
immediate_transfer = fields.Many2one(index=True)
4 changes: 2 additions & 2 deletions perf_stock/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
{
"name": "perf stock",
"summary": "Perf stock optimisation",
"version": "14.0.1.0.1",
"version": "16.0.1.0.0",
"development_status": "Alpha",
"category": "Uncategorized",
"website": "https://github.com/akretion/odoo-perf",
"author": " Akretion",
"license": "AGPL-3",
"installable": False,
"installable": True,
"external_dependencies": {
"python": [],
"bin": [],
Expand Down
1 change: 1 addition & 0 deletions setup/perf_account/odoo/addons/perf_account
6 changes: 6 additions & 0 deletions setup/perf_account/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
1 change: 1 addition & 0 deletions setup/perf_mail/odoo/addons/perf_mail
6 changes: 6 additions & 0 deletions setup/perf_mail/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
1 change: 1 addition & 0 deletions setup/perf_mrp/odoo/addons/perf_mrp
6 changes: 6 additions & 0 deletions setup/perf_mrp/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
1 change: 1 addition & 0 deletions setup/perf_multicompany/odoo/addons/perf_multicompany
6 changes: 6 additions & 0 deletions setup/perf_multicompany/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
6 changes: 6 additions & 0 deletions setup/perf_product_inactive/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
1 change: 1 addition & 0 deletions setup/perf_purchase/odoo/addons/perf_purchase
6 changes: 6 additions & 0 deletions setup/perf_purchase/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
1 change: 1 addition & 0 deletions setup/perf_sale/odoo/addons/perf_sale
6 changes: 6 additions & 0 deletions setup/perf_sale/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
1 change: 1 addition & 0 deletions setup/perf_sale_stock/odoo/addons/perf_sale_stock
6 changes: 6 additions & 0 deletions setup/perf_sale_stock/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
1 change: 1 addition & 0 deletions setup/perf_stock/odoo/addons/perf_stock
6 changes: 6 additions & 0 deletions setup/perf_stock/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit e8e9d00

Please sign in to comment.