Skip to content
Snippets Groups Projects

Add find() method needed by other modules

Merged arthur.mayer requested to merge topic/16.0/find into branch/16.0
All threads resolved!
Files
2
+ 0
2
@@ -17,8 +17,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
import datetime
from odoo import _, api, exceptions, fields, models, tools
Loading