bemade-addons/bemade_fsm/tests
Marc Durepos 9fb835db34 [FIX] bemade_fsm: correctly set partner on subtasks for visits
Prior to this commit, subtasks that were added (from task templates) as
part of a visit (from sales orders), were having their partner_id set to
False by a built-in Odoo _compute_partner_id method.

This fix (and previous commits) introduce a test that correctly failed
when this behaviour was broken as well as modifications to the behaviour
of sale order lines and tasks to ensure that all tasks created from a
sale order for an FSM project correctly get their partner_id set to the
sale order's delivery address.
2025-04-24 08:49:33 -04:00
..
__init__.py bemade_fsm: fix equipment name_search 2024-09-23 17:22:08 -04:00
test_bemade_fsm_common.py bemade_fsm: Fix broken tests 2025-01-27 08:42:37 -05:00
test_equipment.py bemade_fsm: Fix broken tests 2025-01-27 08:42:37 -05:00
test_fsm_contact_setting.py separated equipment out of bemade_fsm into fsm_equipment module 2024-08-20 15:58:17 -04:00
test_fsm_visit.py [FIX] bemade_fsm: correctly set partner on subtasks for visits 2025-04-24 08:49:33 -04:00
test_sale_order.py bemade_fsm: fix a bug where changing the delivery address on a canceled/re-drafted SO screwed up subtasks 2025-01-27 11:00:09 -05:00
test_settings.py bemade_fsm: code style cleanup 2024-06-11 21:31:02 -04:00
test_task.py separated equipment out of bemade_fsm into fsm_equipment module 2024-08-20 15:58:17 -04:00
test_task_report.py bemade_fsm: code style cleanup 2024-06-11 21:31:02 -04:00
test_task_template.py bemade_fsm: code style cleanup 2024-06-11 21:31:02 -04:00