Repository
OCA/server-ux · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-ux
Last tracking update
2026-08-07 07:57:01
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Ilyas
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • recurrence_type Selection
    args: [('daily', 'Daily'), ('weekly', 'Weekly'), ('monthly', 'Monthly'), ('monthlylastday', 'Monthly Last Day'), ('quarterly', 'Quarterly'), ('semesterly', 'Semesterly'), ('yearly', 'Yearly')]
Public methods (1)
  • get_relative_delta(self, recurring_rule_type, interval=1)
    @api.model
    Return a relativedelta for one period. When added to the first day of the period, it gives the first day of the next period.

Loading…

Loading…