[MERGE] Missing modelines, requested and provided by Lionel Sausin (Numerigraphe)
authorOlivier Dony <odo@openerp.com>
Thu, 24 Nov 2011 15:50:58 +0000 (16:50 +0100)
committerOlivier Dony <odo@openerp.com>
Thu, 24 Nov 2011 15:50:58 +0000 (16:50 +0100)
bzr revid: odo@openerp.com-20111124155058-le9vg75rik4pl0xa

24 files changed:
1  2 
addons/account/wizard/account_report_common_journal.py
addons/account/wizard/account_vat.py
addons/document/report/__init__.py
addons/edi/models/__init__.py
addons/edi/models/res_currency.py
addons/email_template/res_partner.py
addons/html_view/__init__.py
addons/html_view/html_view.py
addons/import_base/__init__.py
addons/l10n_at/__init__.py
addons/l10n_br/account.py
addons/l10n_ch/report/__init__.py
addons/outlook/plugin/openerp-outlook-plugin/eml.py
addons/procurement/__init__.py
addons/purchase/edi/__init__.py
addons/report_webkit/__init__.py
addons/report_webkit/report_helper.py
addons/report_webkit/wizard/__init__.py
addons/report_webkit_sample/__init__.py
addons/report_webkit_sample/report/__init__.py
addons/sale/edi/__init__.py
addons/share/ir_model.py
addons/stock_location/procurement_pull.py
addons/wiki/web/widgets/rss/__init__.py

@@@ -49,4 -49,5 +49,4 @@@ class account_common_journal_report(osv
  
  account_common_journal_report()
  
--#vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -59,4 -59,5 +59,4 @@@ class account_vat_declaration(osv.osv_m
  
  account_vat_declaration()
  
--#vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -18,4 -18,5 +18,6 @@@
  #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
  #
  ##############################################################################
- import document_report
+ import document_report
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -22,4 -22,5 +22,6 @@@
  import edi
  import res_partner
  import res_company
- import res_currency
+ import res_currency
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -61,4 -61,5 +61,6 @@@ class res_currency(osv.osv, EDIMixin)
          if rate:
              self.pool.get('res.currency.rate').create(cr, SUPERUSER_ID, {'currency_id': currency_id,
                                                                           'rate': rate}, context=context)
-         return currency_id
+         return currency_id
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -34,4 -34,5 +34,6 @@@ class res_partner(osv.osv)
  
      _defaults = {
          'opt_out': False,
-     }
+     }
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -1,1 -1,2 +1,3 @@@
- import html_view
+ import html_view
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -10,4 -10,5 +10,6 @@@ class html_view(osv.osv)
          'bank_ids': fields.one2many('res.partner.bank', 'partner_id', 'Banks'),
      }
      
- html_view()
+ html_view()
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -20,4 -20,5 +20,6 @@@
  ##############################################################################
  
  import import_framework
- import mapper
+ import mapper
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -19,4 -19,5 +19,6 @@@
  #
  ##############################################################################
  
- import account_wizard
+ import account_wizard
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -174,4 -174,5 +174,6 @@@ class wizard_multi_charts_accounts(osv.
              if tax.tax_code_id:
                  obj_acc_tax.write(cr, uid, tax.id, {'domain': tax.tax_code_id.domain,'tax_discount': tax.tax_code_id.tax_discount})
          
- wizard_multi_charts_accounts()
+ wizard_multi_charts_accounts()
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -29,4 -29,5 +29,6 @@@
  #
  ##############################################################################
  
- import report_webkit_html
+ import report_webkit_html
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -90,4 -90,5 +90,6 @@@ def generateEML(mail)
      if (success == False):\r
          print cemail.lastErrorText()\r
          sys.exit()\r
-     return new_mail, eml_path
+     return new_mail, eml_path
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -22,4 -22,5 +22,6 @@@
  import procurement
  import wizard
  import schedulers
- import company
+ import company
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -19,4 -19,5 +19,6 @@@
  #
  ##############################################################################
  
- import purchase_order
+ import purchase_order
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -34,4 -34,5 +34,6 @@@ import compan
  import report_helper
  import webkit_report
  import ir_report
- import wizard
+ import wizard
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -79,4 -79,5 +79,6 @@@ class WebKitHelper(object)
          """Return HTML embedded logo by name"""
          img, type = self.get_logo_by_name(name)
          return self.embed_image(type, img, width, height)
-         
+         
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -29,4 -29,5 +29,6 @@@
  #
  ##############################################################################
  
- import report_webkit_actions
+ import report_webkit_actions
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -29,4 -29,5 +29,6 @@@
  #
  ##############################################################################
  import wizard
- import report
+ import report
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -29,4 -29,5 +29,6 @@@
  #
  ##############################################################################
  
- import report_webkit_html
+ import report_webkit_html
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -19,4 -19,5 +19,6 @@@
  #
  ##############################################################################
  
- import sale_order
+ import sale_order
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -43,4 -43,5 +43,6 @@@ class ir_model_access(osv.osv)
                          a.perm_''' + access_mode, (model_name,))
          return [x[0] for x in cr.fetchall()]
  
- ir_model_access()
+ ir_model_access()
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -121,4 -121,5 +121,6 @@@ class procurement_order(osv.osv)
              wf_service.trg_validate(uid, 'procurement.order', proc_id, 'button_check', cr)
          return False
  
- procurement_order()
+ procurement_order()
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
@@@ -1,1 -1,2 +1,3 @@@
- import feedparser
+ import feedparser
++
+ # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: