Compare commits
2 commits
8bf9779d98
...
f14aab003a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f14aab003a | ||
|
|
df1a9f589a |
2 changed files with 0 additions and 10 deletions
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -41,7 +41,6 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue