Files
odoocker/.github/pull_request_template.md
2023-08-25 02:08:56 -05:00

809 B

🚀 Deployment

  • INIT="my_custom_addon_1"
  • ADDONS_TO_UPGRADE="my_custom_addon_2"

🧩 Odoo/Asana Tasks

  • Paste Task URL

📝 Changes

Change 1: Title

  • In detail, explain what changes were made.

Add links, videos and screenshots here


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.