Hi everyone.
I have a custom module name ''timbrados'', wich have 2 dates. DATEA1 AND DATEB1 and a integer field value = '154258'
what i want is to compare the dates on TIMBRADOS with the dates on ACCOUNT.MOVE
if dateA1<= INVOICEDATE1 and dateB1>= INVOICEDATE2
if the condition is true, i need to add that value from ''timbrados'' in the account.move form
i know it is about some python function but I'm a newbie on this and i dont know where to begin