Skip to content

Commit

Permalink
[IMP] cron noupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrwilson authored and SirAionTech committed Feb 22, 2024
1 parent 94ca01b commit b675023
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 105 deletions.
2 changes: 1 addition & 1 deletion website_product_configurator/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Website Product Configurator",
"version": "14.0.1.1.1",
"version": "14.0.1.2.0",
"summary": """Configure products in e-shop""",
"author": "Pledra, Odoo Community Association (OCA)",
"license": "AGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion website_product_configurator/data/cron.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding='UTF-8' ?>
<odoo>
<odoo noupdate="1">
<record id="cron_delete_sessions_with_no_activity" model="ir.cron">
<field name="name">Delete inactive config-sessions</field>
<field name="active" eval="True" />
Expand Down
Loading

0 comments on commit b675023

Please sign in to comment.