hooks.py 269 B

1234567
  1. # © 2016 Serpent Consulting Services Pvt. Ltd. (support@serpentcs.com)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. def uninstall_hook(cr, registry):
  4. cr.execute("""DELETE FROM ir_act_window WHERE
  5. res_model = 'mass.editing.wizard'""")