diff --git a/__unported__/document_multiple_records/__init__.py b/__unported__/document_multiple_records/__init__.py index 579abcbc..ae2de735 100644 --- a/__unported__/document_multiple_records/__init__.py +++ b/__unported__/document_multiple_records/__init__.py @@ -23,4 +23,3 @@ from . import document from . import wizard -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/__unported__/document_multiple_records/__openerp__.py b/__unported__/document_multiple_records/__openerp__.py index bec6eb47..f9e5e941 100644 --- a/__unported__/document_multiple_records/__openerp__.py +++ b/__unported__/document_multiple_records/__openerp__.py @@ -57,4 +57,3 @@ Contributors 'auto_install': False, } -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/__unported__/document_multiple_records/wizard/__init__.py b/__unported__/document_multiple_records/wizard/__init__.py index 108a1a20..9bc0208c 100644 --- a/__unported__/document_multiple_records/wizard/__init__.py +++ b/__unported__/document_multiple_records/wizard/__init__.py @@ -22,4 +22,3 @@ from . import document_wizard -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/__unported__/document_page_multi_company/__init__.py b/__unported__/document_page_multi_company/__init__.py index 5c8245ab..f20e83d0 100644 --- a/__unported__/document_page_multi_company/__init__.py +++ b/__unported__/document_page_multi_company/__init__.py @@ -21,4 +21,3 @@ from . import document_page_multi_company -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/__unported__/document_page_multi_company/__openerp__.py b/__unported__/document_page_multi_company/__openerp__.py index 125bf9d3..429a34d5 100644 --- a/__unported__/document_page_multi_company/__openerp__.py +++ b/__unported__/document_page_multi_company/__openerp__.py @@ -40,4 +40,4 @@ This module adds a company field to document page and the multi-company rule. 'auto_install': False, 'images': [], } -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: + diff --git a/__unported__/document_page_multi_company/document_page_multi_company.py b/__unported__/document_page_multi_company/document_page_multi_company.py index aed9d939..372f8ccf 100644 --- a/__unported__/document_page_multi_company/document_page_multi_company.py +++ b/__unported__/document_page_multi_company/document_page_multi_company.py @@ -45,4 +45,3 @@ class document_page(orm.Model): ._company_default_get(cr, uid, 'document_page', context=c) } -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: