diff --git a/account_payment_lines/README.rst b/account_payment_line/README.rst similarity index 100% rename from account_payment_lines/README.rst rename to account_payment_line/README.rst diff --git a/account_payment_lines/__init__.py b/account_payment_line/__init__.py similarity index 100% rename from account_payment_lines/__init__.py rename to account_payment_line/__init__.py diff --git a/account_payment_lines/__manifest__.py b/account_payment_line/__manifest__.py similarity index 100% rename from account_payment_lines/__manifest__.py rename to account_payment_line/__manifest__.py diff --git a/account_payment_lines/hooks.py b/account_payment_line/hooks.py similarity index 100% rename from account_payment_lines/hooks.py rename to account_payment_line/hooks.py diff --git a/account_payment_lines/models/__init__.py b/account_payment_line/models/__init__.py similarity index 100% rename from account_payment_lines/models/__init__.py rename to account_payment_line/models/__init__.py diff --git a/account_payment_lines/models/account_move.py b/account_payment_line/models/account_move.py similarity index 100% rename from account_payment_lines/models/account_move.py rename to account_payment_line/models/account_move.py diff --git a/account_payment_lines/models/account_payment.py b/account_payment_line/models/account_payment.py similarity index 100% rename from account_payment_lines/models/account_payment.py rename to account_payment_line/models/account_payment.py diff --git a/account_payment_lines/readme/CONTRIBUTORS.rst b/account_payment_line/readme/CONTRIBUTORS.rst similarity index 100% rename from account_payment_lines/readme/CONTRIBUTORS.rst rename to account_payment_line/readme/CONTRIBUTORS.rst diff --git a/account_payment_lines/readme/DESCRIPTION.rst b/account_payment_line/readme/DESCRIPTION.rst similarity index 100% rename from account_payment_lines/readme/DESCRIPTION.rst rename to account_payment_line/readme/DESCRIPTION.rst diff --git a/account_payment_lines/readme/USAGE.rst b/account_payment_line/readme/USAGE.rst similarity index 100% rename from account_payment_lines/readme/USAGE.rst rename to account_payment_line/readme/USAGE.rst diff --git a/account_payment_lines/security/ir.model.access.csv b/account_payment_line/security/ir.model.access.csv similarity index 100% rename from account_payment_lines/security/ir.model.access.csv rename to account_payment_line/security/ir.model.access.csv diff --git a/account_payment_lines/tests/__init__.py b/account_payment_line/tests/__init__.py similarity index 100% rename from account_payment_lines/tests/__init__.py rename to account_payment_line/tests/__init__.py diff --git a/account_payment_lines/tests/test_account_payment_line.py b/account_payment_line/tests/test_account_payment_line.py similarity index 100% rename from account_payment_lines/tests/test_account_payment_line.py rename to account_payment_line/tests/test_account_payment_line.py diff --git a/account_payment_lines/views/account_payment_views.xml b/account_payment_line/views/account_payment_views.xml similarity index 100% rename from account_payment_lines/views/account_payment_views.xml rename to account_payment_line/views/account_payment_views.xml diff --git a/setup/account_payment_line/odoo/addons/account_payment_line b/setup/account_payment_line/odoo/addons/account_payment_line new file mode 120000 index 000000000000..0cf2cef3d03a --- /dev/null +++ b/setup/account_payment_line/odoo/addons/account_payment_line @@ -0,0 +1 @@ +../../../../account_payment_line \ No newline at end of file diff --git a/setup/account_payment_lines/setup.py b/setup/account_payment_line/setup.py similarity index 100% rename from setup/account_payment_lines/setup.py rename to setup/account_payment_line/setup.py diff --git a/setup/account_payment_lines/odoo/addons/account_payment_lines b/setup/account_payment_lines/odoo/addons/account_payment_lines deleted file mode 120000 index cf39113257d5..000000000000 --- a/setup/account_payment_lines/odoo/addons/account_payment_lines +++ /dev/null @@ -1 +0,0 @@ -../../../../account_payment_lines \ No newline at end of file