mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-22 13:22:19 -06:00
Remove vim comments
This commit is contained in:
@@ -23,4 +23,3 @@
|
||||
from . import document
|
||||
from . import wizard
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
|
||||
@@ -57,4 +57,3 @@ Contributors
|
||||
'auto_install': False,
|
||||
}
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
|
||||
@@ -22,4 +22,3 @@
|
||||
|
||||
from . import document_wizard
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
|
||||
@@ -21,4 +21,3 @@
|
||||
|
||||
from . import document_page_multi_company
|
||||
|
||||
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user