Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve indentation in stock_change_qty_reason_report #25

Closed
LuqueDaniel opened this issue Jul 16, 2021 · 0 comments · Fixed by #28
Closed

Improve indentation in stock_change_qty_reason_report #25

LuqueDaniel opened this issue Jul 16, 2021 · 0 comments · Fixed by #28
Labels
enhancement New feature or request

Comments

@LuqueDaniel
Copy link
Owner

self.env.cr.execute(
f"""CREATE or REPLACE VIEW {self._table} as (
{self._select()}
{self._from()}
)"""

@LuqueDaniel LuqueDaniel added the enhancement New feature or request label Jul 16, 2021
@LuqueDaniel LuqueDaniel linked a pull request Jul 23, 2021 that will close this issue
LuqueDaniel added a commit that referenced this issue Jul 23, 2021
* Improves SQL query in stock_analysis_valuation

Fixes #24

* Improves query indentation in stock_change_qty_reason_report

Fixes #25

* Fix dangerous-view-replace-wo-priority warnings

Fixes #26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant