We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e97843 commit b135124Copy full SHA for b135124
1 file changed
purchase_isolated_rfq/hooks.py
@@ -14,7 +14,7 @@
14
15
16
def post_init_hook(cr, registry):
17
- """ Set value for order_sequence on old records """
+ """Set value for order_sequence on old records"""
18
cr.execute(
19
"""
20
update purchase_order
@@ -25,7 +25,7 @@ def post_init_hook(cr, registry):
25
26
27
def uninstall_hook(cr, registry):
28
- """ Restore purchase.order action's domain/context """
+ """Restore purchase.order action's domain/context"""
29
with api.Environment.manage():
30
env = api.Environment(cr, SUPERUSER_ID, {})
31
for action_id in ACTIONS:
0 commit comments