[19.0][MIG] sql_request_abstract: Migration to 19.0#1101
[19.0][MIG] sql_request_abstract: Migration to 19.0#1101OCA-git-bot merged 104 commits intoOCA:19.0from
Conversation
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-12.0/server-tools-12.0-sql_request_abstract Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-sql_request_abstract/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-12.0/server-tools-12.0-sql_request_abstract Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-sql_request_abstract/
Currently translated at 100.0% (21 of 21 strings) Translation: server-tools-12.0/server-tools-12.0-sql_request_abstract Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-sql_request_abstract/zh_CN/
Currently translated at 100.0% (21 of 21 strings) Translation: server-tools-12.0/server-tools-12.0-sql_request_abstract Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-sql_request_abstract/pt_BR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-12.0/server-tools-12.0-sql_request_abstract Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-sql_request_abstract/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: reporting-engine-18.0/reporting-engine-18.0-sql_request_abstract Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-18-0/reporting-engine-18-0-sql_request_abstract/
Currently translated at 100.0% (47 of 47 strings) Translation: reporting-engine-18.0/reporting-engine-18.0-sql_request_abstract Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-18-0/reporting-engine-18-0-sql_request_abstract/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: reporting-engine-18.0/reporting-engine-18.0-sql_request_abstract Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-18-0/reporting-engine-18-0-sql_request_abstract/
Currently translated at 100.0% (46 of 46 strings) Translation: reporting-engine-18.0/reporting-engine-18.0-sql_request_abstract Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-18-0/reporting-engine-18-0-sql_request_abstract/tr/
|
@lef-adhoc Is this PR ready for testing? |
| <field name="category_id" ref="category_sql_abstract" /> | ||
| <field name="users" eval="[(4, ref('base.user_admin'))]" /> | ||
| <field name="privilege_id" ref="privilege_sql_request" /> | ||
| <field name="user_ids" eval="[(4, ref('base.user_admin'))]" /> |
There was a problem hiding this comment.
<field name="user_ids" eval="[Command.link(ref('base.user_admin'))]" />
There was a problem hiding this comment.
I don't know if it's necessary...
There was a problem hiding this comment.
It's not necessary, but it's a modern Odoo way and actually having a command name aka link is much more clear to understand than old style 4, ID
There was a problem hiding this comment.
you can remove this file
Remove references in CREDITS.rst of past financed migrations by other companies.
| the request has to be cleaned, checked and tested. All of this | ||
| operations can be disabled in the inherited modules. | ||
|
|
||
| - This module two new groups: |
There was a problem hiding this comment.
| - This module two new groups: | |
| - This module adds two new groups: |
| @@ -0,0 +1,20 @@ | |||
| This module provides an abstract model to manage SQL Select requests on | |||
| database. It is not usefull for itself. You can see an exemple of | |||
There was a problem hiding this comment.
| database. It is not usefull for itself. You can see an exemple of | |
| database. It is not usefull for itself. You can see an example of |
| <record model="res.groups.privilege" id="privilege_sql_request"> | ||
| <field name="name">SQL Request</field> | ||
| <field name="category_id" ref="category_sql_abstract" /> | ||
| </record> |
|
Hello @lef-adhoc , can you pls address the suggestions and finish the migration? |
8d94edc to
082405b
Compare
|
@yankinmax Done! |
|
Hello @HviorForgeFlow @pedrobaeza |
|
/ocabot migration sql_request_abstract I don't know about this module, sorry. |
|
/ocabot merge nobump |
|
On my way to merge this fine PR! |
|
Congratulations, your PR was merged at 6ad2401. Thanks a lot for contributing to OCA. ❤️ |
No description provided.