bemade-addons/bemade_fsm/models
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 separated equipment out of bemade_fsm into fsm_equipment module 2024-08-20 15:58:17 -04:00
fsm_visit.py separated equipment out of bemade_fsm into fsm_equipment module 2024-08-20 15:58:17 -04:00
product_template.py bemade_fsm: code style cleanup 2024-06-11 21:31:02 -04:00
project.py bemade_fsm: code style cleanup 2024-06-11 21:31:02 -04:00
res_company.py multiple fixes for bemade_fsm to help pass tests. 2024-03-28 15:36:17 -04:00
res_partner.py bemade_fsm: improve visibility of pages on partners based on is_service_site logic 2024-10-02 09:57:50 +02:00
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
sale_order_line.py [FIX] bemade_fsm: correctly set partner on subtasks for visits 2025-04-24 08:49:33 -04:00
task.py [FIX] bemade_fsm: correctly set partner on subtasks for visits 2025-04-24 08:49:33 -04:00
task_template.py separated equipment out of bemade_fsm into fsm_equipment module 2024-08-20 15:58:17 -04:00