Commit dfbb412
committed
[FIX] construction_developer: fix automation if no product on invoice lines
Before this commit, if an account move line was not linked to a product,
the automation failed. This commit adds a check that ensures this action
is only triggered for lines linked to a product.
opw-6201458
closes #2159
X-original-commit: 258f47d
Signed-off-by: Vallaeys Valentin (vava) <vava@odoo.com>1 parent 3fb2a78 commit dfbb412
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| 289 | + | |
289 | 290 | | |
290 | | - | |
| 291 | + | |
291 | 292 | | |
292 | 293 | | |
293 | 294 | | |
| |||
0 commit comments