-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from rubencabrera/new-season
New season
- Loading branch information
Showing
3 changed files
with
47 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
partner_portal_extra_details/data/restore_season_confirmation_cron.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<odoo> | ||
<data> | ||
<!-- En fase de desarrollo aún, dejamos que se actualice --> | ||
<!-- <data noupdate="1"> --> | ||
<record id="ir_cron_season_start" model="ir.cron"> | ||
<field name="name">Restaura participación en temporada</field> | ||
<field name="model_id" ref="base.model_res_partner"/> | ||
<field name="state">code</field> | ||
<field name="code">model.restore_current_year_confirmation()</field> | ||
<field name="user_id" ref="base.user_root"/> | ||
<field name="interval_number">12</field> | ||
<field name="interval_type">months</field> | ||
<field name="numbercall">-1</field> | ||
<field eval="True" name="doall"/> | ||
<field name="priority">10</field> | ||
<field name="nextcall">2025-02-01 10:10:10</field> | ||
</record> | ||
</data> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters