mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
framework upgrade
This commit is contained in:
23
.github/pull_request_template.md
vendored
23
.github/pull_request_template.md
vendored
@@ -1,11 +1,22 @@
|
||||
## :rocket: Deployment
|
||||
- `ADDONS_TO_INSTALL="my_custom_addon"`
|
||||
- `ADDONS_TO_UPGRADE="contacts,sale"`
|
||||
### :rocket: Deployment
|
||||
- `INIT="my_custom_addon_1"`
|
||||
- `ADDONS_TO_UPGRADE="my_custom_addon_2"`
|
||||
|
||||
## :memo: Changes
|
||||
### :jigsaw: Odoo/Asana Tasks
|
||||
- *Paste Task URL*
|
||||
|
||||
### :memo: Changes
|
||||
**Change 1: *Title***
|
||||
- In detail, explain what changes were made.
|
||||
|
||||
*Add links and screenshots*
|
||||
*Add links, videos and screenshots here*
|
||||
|
||||
<hr>
|
||||
<hr>
|
||||
|
||||
### :white_check_mark: Code Review Checklist
|
||||
- [ ] Comments are present where appropriate and provide useful information, **not just stating what the code is obviously doing**.
|
||||
- [ ] No values have been hard-coded where they should be declared as constant.
|
||||
- [ ] Successfully passed all tests when implemented.
|
||||
- [ ] Install package(s) without additional **WARNINGS** or **ERRORS**.
|
||||
- [ ] Update package(s) without additional **WARNINGS** or **ERRORS**.
|
||||
- [ ] Uninstall package(s) without additional **WARNINGS** or **ERRORS**.
|
||||
|
||||
Reference in New Issue
Block a user