Skip to content

Commit b135124

Browse files
OCA-git-botbizzappdev
authored andcommitted
[IMP] update dotfiles [ci skip]
1 parent 2e97843 commit b135124

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

purchase_isolated_rfq/hooks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
def post_init_hook(cr, registry):
17-
""" Set value for order_sequence on old records """
17+
"""Set value for order_sequence on old records"""
1818
cr.execute(
1919
"""
2020
update purchase_order
@@ -25,7 +25,7 @@ def post_init_hook(cr, registry):
2525

2626

2727
def uninstall_hook(cr, registry):
28-
""" Restore purchase.order action's domain/context """
28+
"""Restore purchase.order action's domain/context"""
2929
with api.Environment.manage():
3030
env = api.Environment(cr, SUPERUSER_ID, {})
3131
for action_id in ACTIONS:

0 commit comments

Comments
 (0)