-
Notifications
You must be signed in to change notification settings - Fork 57
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
12.0 ir_attachment_google_cloud_storage #792
Open
em230418
wants to merge
15
commits into
it-projects-llc:misc-addons-12.0-ir_attachment_google_cloud_storage
Choose a base branch
from
em230418:misc-addons-12.0-ir_attachment_google_cloud_storage
base: misc-addons-12.0-ir_attachment_google_cloud_storage
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
12.0 ir_attachment_google_cloud_storage #792
em230418
wants to merge
15
commits into
it-projects-llc:misc-addons-12.0-ir_attachment_google_cloud_storage
from
em230418:misc-addons-12.0-ir_attachment_google_cloud_storage
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
itpp-bot
reviewed
Mar 18, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
├─ .pre-commit-config.yaml
├─ .prettierrc.yml
└─ requirements.txt
14 installable modules are updated:
├─ autostaging_project_task/
| └─ views.xml
├─ base_attendance/
| ├─ report/
| | └─ res_partner_badge.xml
| ├─ security/
| | └─ res_attendance_security.xml
| ├─ static/
| | └─ src/
| | └─ xml/
| | └─ attendance.xml
| └─ views/
| ├─ res_attendance_view.xml
| └─ res_config_view.xml
├─ ir_attachment_google_cloud_storage/
| ├─ README.rst
| ├─ __init__.py
| ├─ __manifest__.py
| ├─ doc/
| | ├─ changelog.rst
| | └─ index.rst
| ├─ models/
| | ├─ __init__.py
| | ├─ ir_attachment.py
| | └─ res_config_settings.py
| ├─ static/
| | └─ description/
| | └─ icon.png
| └─ views/
| └─ res_config_settings_views.xml
├─ ir_attachment_s3/
| └─ views/
| └─ res_config_settings_views.xml
├─ ir_attachment_url/
| ├─ demo/
| | └─ ir_attachment.xml
| ├─ static/
| | └─ src/
| | └─ xml/
| | └─ ir_attachment_url.xml
| └─ views/
| ├─ ir_attachment_res_config.xml
| └─ ir_attachment_url_template.xml
├─ odoo_backup_sh/
| ├─ data/
| | └─ odoo_backup_sh_data.xml
| ├─ demo/
| | ├─ demo.xml
| | └─ tour_views.xml
| ├─ security/
| | └─ security_groups.xml
| ├─ static/
| | └─ src/
| | └─ xml/
| | └─ dashboard.xml
| └─ views/
| ├─ odoo_backup_sh_templates.xml
| └─ odoo_backup_sh_views.xml
├─ odoo_backup_sh_dropbox/
| ├─ static/
| | └─ src/
| | └─ xml/
| | └─ dashboard.xml
| └─ views/
| ├─ odoo_backup_sh_dropbox_templates.xml
| ├─ odoo_backup_sh_views.xml
| └─ res_config_settings_views.xml
├─ odoo_backup_sh_google_disk/
| ├─ static/
| | └─ src/
| | └─ xml/
| | └─ dashboard.xml
| └─ views/
| ├─ odoo_backup_sh_google_drive_templates.xml
| ├─ odoo_backup_sh_views.xml
| └─ res_config_settings_views.xml
├─ pad_crm/
| ├─ crm_lead.xml
| └─ template.xml
├─ project_timelog/
| ├─ data/
| | └─ project_timelog_data.xml
| ├─ static/
| | └─ src/
| | └─ xml/
| | └─ menu.xml
| └─ views/
| ├─ project_timelog_templates.xml
| ├─ project_timelog_views.xml
| └─ res_config_view.xml
├─ res_partner_skype/
| └─ views.xml
├─ res_users_signature/
| ├─ security/
| | └─ res_users_signature_security.xml
| └─ views/
| └─ res_users_signature_views.xml
├─ web_debranding/
| ├─ data.xml
| ├─ js.xml
| ├─ pre_install.xml
| ├─ static/
| | └─ src/
| | └─ xml/
| | └─ web.xml
| └─ views.xml
└─ web_website/
├─ demo/
| ├─ assets_demo.xml
| └─ res_users_demo.xml
├─ static/
| └─ src/
| └─ xml/
| └─ qweb.xml
└─ views/
├─ assets.xml
├─ ir_property_views.xml
├─ res_config_settings_views.xml
└─ res_users_views.xml
23 not installable modules s are updated:
├─ auth_signup_confirmation/
| └─ data/
| └─ config.xml
├─ base_import_map/
| └─ views/
| ├─ base_import_map_templates.xml
| └─ base_import_map_view.xml
├─ customer_marketing/
| └─ views/
| └─ res_partner_views.xml
├─ delivery_sequence/
| └─ views.xml
├─ hr_public_holidays_ics_import/
| ├─ views/
| | └─ hr_public_holidays_view.xml
| └─ wizard/
| └─ import_ics.xml
├─ hr_rule_input_compute/
| ├─ security/
| | └─ hr_rule_input_compute_security.xml
| └─ views/
| └─ hr_payroll_views.xml
├─ ir_actions_todo_repeat/
| └─ views.xml
├─ product_category_taxes/
| └─ views.xml
├─ product_details/
| └─ views/
| └─ product_detail.xml
├─ product_tags/
| └─ product_view.xml
├─ production_lot_details/
| ├─ data/
| | └─ security_demo.xml
| └─ views/
| └─ production_lot_detail.xml
├─ project_task_search_custom/
| └─ views/
| └─ project_task_search_custom.xml
├─ project_task_subtask/
| ├─ data/
| | └─ subscription_template.xml
| ├─ demo/
| | └─ project_task_subtask_demo.xml
| ├─ static/
| | └─ src/
| | └─ xml/
| | └─ templates.xml
| └─ views/
| └─ project_task_subtask.xml
├─ reminder_base/
| └─ views/
| └─ reminder_base_views.xml
├─ reminder_crm_next_action/
| └─ views.xml
├─ reminder_hr_recruitment/
| └─ views.xml
├─ reminder_issue_deadline/
| └─ views.xml
├─ reminder_task_deadline/
| └─ views/
| └─ reminder_task_deadline_views.xml
├─ sale_order_hide_tax/
| ├─ security/
| | └─ security.xml
| └─ views/
| └─ view.xml
├─ theme_kit/
| ├─ data/
| | └─ theme_data.xml
| └─ views/
| ├─ ir_attachment.xml
| ├─ res_config.xml
| ├─ templates.xml
| └─ theme.xml
├─ web_gantt8/
| └─ views/
| └─ web_gantt.xml
├─ web_multi_attachment_base/
| └─ static/
| └─ src/
| └─ xml/
| └─ web_kanban.xml
└─ web_preview/
├─ static/
| └─ src/
| └─ xml/
| └─ media_tree_view_widget.xml
└─ views/
└─ web_preview_template.xml
sent by ✌️ Odoo Review Bot
`1.0.0` | ||
------- | ||
|
||
- **Init version** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
💚 pre-commit run --all
em230418
force-pushed
the
misc-addons-12.0-ir_attachment_google_cloud_storage
branch
from
May 16, 2020 05:20
fb12bc8
to
cda2d48
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.