mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-16 12:12:57 -06:00
Remove vim comments
This commit is contained in:
parent
9825070688
commit
6a9c41ec6b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user