Advanced Oil Processing allows Productivity Modules.
Easy Oil Recipes does not.
This can be looked at as balancing for the shortcut to advanced oils, however, it gave me a sad. If it gave you a sad as well, this topic is for you unless it gets added in an update...
If you extract the mod and open the data.lua file, change the following lines for all 3 recipes.
==The lines look like this x3==============================================
},
icon = "__base__/graphics/icons/fluid/blah-blah-blah.png",
==Now add this line between=============================================
allow_productivity = true,
==Now it should look like this=============================================
},
allow_productivity = true,
icon = "__base__/graphics/icons/fluid/blah-blah-blah.png",
===================================================================
After you added for all 3 recipes, you can now use productivity modules with the Easy Oil Recipes. You're welcome. :)