diff --git a/README.md b/README.md index b903ea74..b057b0c3 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Unported addons --------------- addon | version | summary --- | --- | --- -[document_multiple_records](__unported__/document_multiple_records/) | 0.1 (unported) | Document Management System for Multiple Records -[document_page_multi_company](__unported__/document_page_multi_company/) | 1.0 (unported) | Document Page Multi-Company +[document_multiple_records](document_multiple_records/) | 0.1 (unported) | Document Management System for Multiple Records +[document_page_multi_company](document_page_multi_company/) | 1.0 (unported) | Document Page Multi-Company [//]: # (end addons) diff --git a/__unported__/document_multiple_records/__init__.py b/document_multiple_records/__init__.py similarity index 100% rename from __unported__/document_multiple_records/__init__.py rename to document_multiple_records/__init__.py diff --git a/__unported__/document_multiple_records/__openerp__.py b/document_multiple_records/__openerp__.py similarity index 100% rename from __unported__/document_multiple_records/__openerp__.py rename to document_multiple_records/__openerp__.py diff --git a/__unported__/document_multiple_records/document.py b/document_multiple_records/document.py similarity index 100% rename from __unported__/document_multiple_records/document.py rename to document_multiple_records/document.py diff --git a/__unported__/document_multiple_records/document_view.xml b/document_multiple_records/document_view.xml similarity index 100% rename from __unported__/document_multiple_records/document_view.xml rename to document_multiple_records/document_view.xml diff --git a/__unported__/document_multiple_records/i18n/document_multiple_records.pot b/document_multiple_records/i18n/document_multiple_records.pot similarity index 100% rename from __unported__/document_multiple_records/i18n/document_multiple_records.pot rename to document_multiple_records/i18n/document_multiple_records.pot diff --git a/__unported__/document_multiple_records/i18n/fr.po b/document_multiple_records/i18n/fr.po similarity index 100% rename from __unported__/document_multiple_records/i18n/fr.po rename to document_multiple_records/i18n/fr.po diff --git a/__unported__/document_multiple_records/security/ir.model.access.csv b/document_multiple_records/security/ir.model.access.csv similarity index 100% rename from __unported__/document_multiple_records/security/ir.model.access.csv rename to document_multiple_records/security/ir.model.access.csv diff --git a/__unported__/document_multiple_records/static/src/js/document.js b/document_multiple_records/static/src/js/document.js similarity index 100% rename from __unported__/document_multiple_records/static/src/js/document.js rename to document_multiple_records/static/src/js/document.js diff --git a/__unported__/document_multiple_records/static/src/xml/document.xml b/document_multiple_records/static/src/xml/document.xml similarity index 100% rename from __unported__/document_multiple_records/static/src/xml/document.xml rename to document_multiple_records/static/src/xml/document.xml diff --git a/__unported__/document_multiple_records/wizard/__init__.py b/document_multiple_records/wizard/__init__.py similarity index 100% rename from __unported__/document_multiple_records/wizard/__init__.py rename to document_multiple_records/wizard/__init__.py diff --git a/__unported__/document_multiple_records/wizard/document_wizard.py b/document_multiple_records/wizard/document_wizard.py similarity index 100% rename from __unported__/document_multiple_records/wizard/document_wizard.py rename to document_multiple_records/wizard/document_wizard.py diff --git a/__unported__/document_multiple_records/wizard/document_wizard_view.xml b/document_multiple_records/wizard/document_wizard_view.xml similarity index 100% rename from __unported__/document_multiple_records/wizard/document_wizard_view.xml rename to document_multiple_records/wizard/document_wizard_view.xml diff --git a/__unported__/document_page_multi_company/__init__.py b/document_page_multi_company/__init__.py similarity index 100% rename from __unported__/document_page_multi_company/__init__.py rename to document_page_multi_company/__init__.py diff --git a/__unported__/document_page_multi_company/__openerp__.py b/document_page_multi_company/__openerp__.py similarity index 100% rename from __unported__/document_page_multi_company/__openerp__.py rename to document_page_multi_company/__openerp__.py diff --git a/__unported__/document_page_multi_company/document_page_multi_company.py b/document_page_multi_company/document_page_multi_company.py similarity index 100% rename from __unported__/document_page_multi_company/document_page_multi_company.py rename to document_page_multi_company/document_page_multi_company.py diff --git a/__unported__/document_page_multi_company/document_page_multi_company_view.xml b/document_page_multi_company/document_page_multi_company_view.xml similarity index 100% rename from __unported__/document_page_multi_company/document_page_multi_company_view.xml rename to document_page_multi_company/document_page_multi_company_view.xml diff --git a/__unported__/document_page_multi_company/i18n/document_page_multi_company.pot b/document_page_multi_company/i18n/document_page_multi_company.pot similarity index 100% rename from __unported__/document_page_multi_company/i18n/document_page_multi_company.pot rename to document_page_multi_company/i18n/document_page_multi_company.pot diff --git a/__unported__/document_page_multi_company/security/document_page_security.xml b/document_page_multi_company/security/document_page_security.xml similarity index 100% rename from __unported__/document_page_multi_company/security/document_page_security.xml rename to document_page_multi_company/security/document_page_security.xml