~camptocamp/openerp-connector-magento/7.0-next-release-related-actions

« back to all changes in this revision

Viewing changes to magentoerpconnect/sale.py

  • Committer: Guewen Baconnier
  • Date: 2013-03-19 15:08:27 UTC
  • mto: This revision was merged to the branch mainline in revision 812.
  • Revision ID: guewen.baconnier@camptocamp.com-20130319150827-yx85cl9ri737qdqc
[REF] update the copyright attribution according to the facts and change the license from GPL to AGPL

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
                mag_inv_line_obj.create(cr, uid, ids, vals, context)
166
166
            created_line_ids.append(created_line_id[0])
167
167
        return created_line_ids
168