Created
November 26, 2015 23:45
-
-
Save alexander-arce/964755b6748b4720f384 to your computer and use it in GitHub Desktop.
OpenERP/Odoo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DELETE FROM stock_move; | |
| DELETE FROM mrp_production; | |
| DELETE FROM stock_picking; | |
| DELETE FROM sale_order; | |
| DELETE FROM procurement_order; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment