Skip to content
Snippets Groups Projects
  1. Jul 02, 2013
  2. Jun 28, 2013
  3. Jun 27, 2013
  4. Jun 26, 2013
  5. Jun 24, 2013
    • Denis Ledoux's avatar
      [FIX]account: fix of sxw of account_print_invoice, which was using... · f4ac9a07
      Denis Ledoux authored
      [FIX]account: fix of sxw of account_print_invoice, which was using o.address_invoice_id.partner_id instead of o.partner_id
      
      bzr revid: dle@openerp.com-20130624145856-vz0d8oezyqoj7gou
      f4ac9a07
    • Martin Trigaux's avatar
      [MERGE] [FIX] OPW 590066 account: remove accounting information lines from Journal items · db6e3bb4
      Martin Trigaux authored
      bzr revid: mat@openerp.com-20130624124418-r6fkvaokbfn3dvbg
      db6e3bb4
    • Xavier Alt's avatar
      [MERGE] [FIX] l10n_be_invoice_bba: correctly create bba reference when creating an invoice · 58badffa
      Xavier Alt authored
        When creating an invoice from another object (sale: invoice from sale order
        line, sale: invoice on delivery order, ...) we have to make sure that newly
        created invoice respect partner's default ``communication type``, and
        accordingly generate a new BBA if required and none provided.
      
      lp bug: https://launchpad.net/bugs/1135710 fixed
      
      bzr revid: xal@openerp.com-20130624083322-h3h4h8nn876585m3
      58badffa
    • Xavier Morel's avatar
      [FIX] evaluation context structures not being round-tripped through eval · 11a0ece5
      Xavier Morel authored
      JS objects are converted to py.object when passed in through the
      evaluation context. py.object are not serializable by default (because
      that doesn't really make sense), which breaks when the input is
      intended as a dict and returned (e.g. o2m values, which are triples of
      (int, int?, dict?)).
      
      Intuitively, JS objects passed as part of the context should be mostly
      JSON-ish and thus dicts, but that turns out not work work as some
      addons use attribute accesses within contexts (e.g. parent.access in
      account/account_invoice_view.xml)
      
      => Temporarily solve by converting raw js objects to an "attributed
      dict" which acts as both a dict and an object and can be converted to
      JSON.
      
      Ideally, py.js should provide for a pluggable conversion, or should
      use an attributed mapping internally. See issues 21 and 23.
      
      lp bug: https://launchpad.net/bugs/1182101 fixed
      
      bzr revid: xmo@openerp.com-20130624055929-3rtkgqrp4o87pvau
      11a0ece5
    • Launchpad's avatar
      Launchpad automatic translations update. · e2c795e2
      Launchpad authored
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130622062509-09p9c2ue6lp31hfi
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130623055456-p4wd0c25eb7i07g1
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130624052601-ewqft8e70ql5qs27
      e2c795e2
    • Launchpad's avatar
      Launchpad automatic translations update. · 89bc6e5e
      Launchpad authored
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130622062505-fobx7ncp6bkpouyt
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130623055452-s77jlu7z6kvjbdlz
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130624052557-hsaix5c3fu6opbva
      89bc6e5e
  6. Jun 21, 2013
  7. Jun 20, 2013
  8. Jun 21, 2013
  9. Jun 20, 2013
Loading