Compare commits

..

No commits in common. "f14aab003a6924a61f58d8c7d9827be30063781b" and "8bf9779d98bf08c52b799c4e1a0a4d340bfa87d9" have entirely different histories.

2 changed files with 10 additions and 0 deletions

9
.claude/settings.json Normal file
View file

@ -0,0 +1,9 @@
{
"permissions": {
"allow": [
"Edit(/.claude/skills/odoo-javascript/**)",
"Bash(git -C /home/snt/Documentos/lab/odoo/addons-cm commit -m ' *)",
"Bash(grep -E '\"\\(name|summary|version|author|depends\\)\"' -A0 __TRACKED_VAR__/__manifest__.py)"
]
}
}

View file

@ -41,6 +41,7 @@ pre-commit run --all-files
- Bulk: prefer `search().write()` over loops; `create([vals, ...])` for bulk create.
- Notifications: `ir.actions.client` + `display_notification`.
- Detailed logging in price/discount computations: `_logger.info("[PRICE] ...", ...)`.
- i18n: each addon ships `i18n/{es,eu}.po` (mandatory) + `.pot`. UTF-8 charset.
## Custom addons