[MERGE] forward port of branch 7.0 up to revid 9535 odo@openerp.com-20131021124748...
authorChristophe Simonis <chs@openerp.com>
Mon, 21 Oct 2013 14:14:31 +0000 (16:14 +0200)
committerChristophe Simonis <chs@openerp.com>
Mon, 21 Oct 2013 14:14:31 +0000 (16:14 +0200)
bzr revid: chs@openerp.com-20131021141431-5bdk9waai17julkb

1  2 
addons/account/test/account_fiscalyear_close.yml
addons/procurement/procurement.py

          price_unit: 15.00
          name: Bying stuff
  -
-   I validate it the invoice
+   I validate the invoice
  -
 -  !python {model: account.invoice}: |
 -    import netsvc
 -    wf_service = netsvc.LocalService("workflow")
 -    wf_service.trg_validate(uid, 'account.invoice', ref('account.account_invoice_current1'), 'invoice_open', cr)
 +  !workflow {model: account.invoice, action: invoice_open, ref: account.account_invoice_current1}
  -
    I made modification in journal so it can move entries
  -
Simple merge