Tardo / OdooTerminal

Webextension tool for Odoo
GNU Affero General Public License v3.0
119 stars 27 forks source link

New generator for int sequence? #21

Closed yajo closed 4 years ago

yajo commented 4 years ago

When you have to write or unlink a bunch of records, it'd be helpful.

Instead of writing unlink ir.ui.view 2424,2484,2485,2486,2487, be able to write something like unlink ir.ui.view 2424,$INTSEQ[2484,2487]

What do you think?

Tardo commented 4 years ago

Done in #22