diff --git a/NEWS.rst b/NEWS.rst index 10d653b7eb8bbc13203559f702732a566fe73213_TkVXUy5yc3Q=..a89da06756f30852b980b62407a893670e98bad0_TkVXUy5yc3Q= 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,11 @@ Changelog ========= +1.0.1 +----- + +flake8 fix. + 1.0 --- diff --git a/__manifest__.py b/__manifest__.py index 10d653b7eb8bbc13203559f702732a566fe73213_X19tYW5pZmVzdF9fLnB5..a89da06756f30852b980b62407a893670e98bad0_X19tYW5pZmVzdF9fLnB5 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -22,7 +22,7 @@ "name": "Base Context", "license": "AGPL-3", "summary": "Provide context method on models", - "version": "13.0.1.0", + "version": "13.0.1.0.1", "category": "Technical", "author": "XCG Consulting", "website": "https://xcg-consulting.fr/", diff --git a/hooks.py b/hooks.py index 10d653b7eb8bbc13203559f702732a566fe73213_aG9va3MucHk=..a89da06756f30852b980b62407a893670e98bad0_aG9va3MucHk= 100644 --- a/hooks.py +++ b/hooks.py @@ -43,9 +43,9 @@ } def with_lang(self: Model) -> Model: - """Add lang info from the current user regardless of what the context may - already contain. It so happens the context often has wrong lang info by - default. + """Add lang info from the current user regardless of what the context + may already contain. It so happens the context often has wrong lang + info by default. Useful when running automated tasks.