Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bi_sql_editor/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ Contributors

- Thien Vo [email protected]

- Baptiste P. [email protected]

- This module is highly inspired by the work of

- Onestein: (http://www.onestein.nl/) Module:
Expand Down
4 changes: 3 additions & 1 deletion bi_sql_editor/models/bi_sql_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ class BiSQLView(models.Model):

@api.model
def _default_parent_menu_id(self):
return self.env.ref("bi_sql_editor.menu_bi_sql_editor")
return self.env.ref(
"bi_sql_editor.menu_bi_sql_editor", raise_if_not_found=False
)

parent_menu_id = fields.Many2one(
string="Parent Odoo Menu",
Expand Down
2 changes: 2 additions & 0 deletions bi_sql_editor/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

- Thien Vo <[email protected]>

- Baptiste P. <[email protected]>

- This module is highly inspired by the work of
- Onestein: (<http://www.onestein.nl/>) Module:
OCA/server-tools/bi_view_editor. Link:
Expand Down
1 change: 1 addition & 0 deletions bi_sql_editor/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ <h2>Contributors</h2>
<li>David James, WilldooIT (<a class="reference external" href="http://www.willdooit.com/">http://www.willdooit.com/</a>)</li>
<li>Guillem Casassas <a class="reference external" href="mailto:guillem.casassas&#64;forgeflow.com">guillem.casassas&#64;forgeflow.com</a></li>
<li>Thien Vo <a class="reference external" href="mailto:thienvh&#64;trobz.com">thienvh&#64;trobz.com</a></li>
<li>Baptiste P. <a class="reference external" href="mailto:baptiste&#64;newlogic.com">baptiste&#64;newlogic.com</a></li>
<li>This module is highly inspired by the work of<ul>
<li>Onestein: (<a class="reference external" href="http://www.onestein.nl/">http://www.onestein.nl/</a>) Module:
OCA/server-tools/bi_view_editor. Link:
Expand Down