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