Vauxoo / addons-vauxoo

All our modules related to developments that solves generic issues on Odoo, or that solve internal problems on Odoo Core, if something is here, maybe it is solving an issue in your company, try it and report what you see.
http://www.vauxoo.com
193 stars 288 forks source link

task#7866: Fix stock_allow_past_date to properly create moves using past dates and that unit tests work #1195

Closed zaoral closed 7 years ago

zaoral commented 7 years ago

Additional we made also this changes:

  1. Add demo data to make it easy test any error inside this module in a future.
  2. Fix up use of old imports, change from openerp to odoo.
  3. Fixup unit tests to add location_id/location_dest_id when creating pickings in unit tests

Close Vauxoo/forecast#105