mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[IMP] product_contract: black, isort, prettier
This commit is contained in:
@@ -46,7 +46,9 @@ class ProductTemplate(models.Model):
|
||||
string="Termination Notice type",
|
||||
)
|
||||
auto_renew_interval = fields.Integer(
|
||||
default=1, string="Renew Every", help="Renew every (Days/Week/Month/Year)",
|
||||
default=1,
|
||||
string="Renew Every",
|
||||
help="Renew every (Days/Week/Month/Year)",
|
||||
)
|
||||
auto_renew_rule_type = fields.Selection(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user