Skip to content

Commit

Permalink
[FIX] sipreco_subsidy_management: cron report
Browse files Browse the repository at this point in the history
Se cambio el argumento de la funcion que ejecuta el cron
para que este ya no lance un mensaje de error al querer
ejecutarse

closes #435

Signed-off-by: Katherine Zaoral <kz@adhoc.com.ar>
  • Loading branch information
ica-adhoc authored and zaoral committed Jun 1, 2022
1 parent 94400c2 commit 87d2c79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sipreco_subsidy_management/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
'name': 'Public Budget Subsidy Management',
'version': '13.0.1.2.0',
'version': '13.0.1.3.0',
'author': 'ADHOC SA,Odoo Community Association (OCA)',
'website': 'www.adhoc.com.ar',
'category': 'Accounting & Finance',
Expand Down
2 changes: 1 addition & 1 deletion sipreco_subsidy_management/data/cron.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Hola ${object.name},
<field eval="False" name="doall"/>
<field name="state">code</field>
<field name="model_id" ref="sipreco_subsidy_management.model_public_budget_subsidy"/>
<field name="code">model._cron_recurring_subsidy_report([1])</field>
<field name="code">model._cron_recurring_subsidy_report(1)</field>
</record>

</odoo>

0 comments on commit 87d2c79

Please sign in to comment.