Marc Durepos
5793351bbe
g This is a combination of 2 commits.
...
[MIG] bemade_fsm to 18.0
Aside from fixing standard 17.0..18.0 stuff and fixing XML ID
references:
1. **Remove `_get_closed_stage_by_project()`**: This method is
obsolete - it was copied from base FSM but no longer exists in
18.0. Base system now uses `is_closed` field.
2. **Implement State Propagation**: Enhance the `write()` method
to propagate done/cancelled states to child tasks using `is_closed` field logic.
3. **Test Task Creation**: Thoroughly test the custom task creation logic
against base 18.0
All 56 tests are passing.
2025-09-09 14:05:34 -04:00
Marc Durepos
ce69990df6
Remove modules with 17.0 versions
2025-09-03 09:42:04 -04:00
Marc Durepos
4b2b53caa7
Revert "Clean up repository for apps.odoo.com sharing: Remove non-18.0 addons and document them in README.md"
...
Addons were butchered by this commit.
This reverts commit b33f25c688 .
2025-05-29 21:35:47 -04:00
Marc Durepos
b33f25c688
Clean up repository for apps.odoo.com sharing: Remove non-18.0 addons and document them in README.md
2025-05-06 09:04:12 -04:00
Marc Durepos
87d7cb5b28
[ADD]: rework of fsm_equipment, add client_applications and glue module
2024-10-25 10:44:35 -04:00
Marc Durepos
1a042a720f
bemade_fsm, fsm_equipment: fixes #109
...
Updated report template to use display_name and converted the
_compute_complete_name function to _compute_display_name in
fsm.equipment model.
2024-09-06 08:27:31 -04:00
Marc Durepos
382b573a86
separated equipment out of bemade_fsm into fsm_equipment module
2024-08-20 15:58:17 -04:00
Marc Durepos
3d8d648fb7
bemade_fsm: code style cleanup
2024-06-11 21:31:02 -04:00
Marc Durepos
7aa095ba78
update to fsm
2024-06-03 11:52:16 -04:00
Marc Durepos
c0a451f7e0
fix to actions in bemade_fsm (fixes all tasks views)
2024-04-23 14:33:12 -04:00
Marc Durepos
149a30f6f3
bemade_fsm: manually merge in 15.0 differences and fix 2 failing tests
2024-04-01 08:45:29 -04:00
Benoît Vézina
b5ab149e62
port fsm to 17.0"
2024-03-04 12:08:25 -05:00
Marc Durepos
95d2ce5274
bemade_fsm: Propagation of task assignee to subtasks (optional).
2024-01-08 09:34:58 -05:00
Marc Durepos
294e7e9fec
bemade_fsm: Create task from template (from FSM views)
...
Adds a button to create a task from a task template to the list view
and kanban view for the project.task when viewed from the FSM
application.
2024-01-08 09:33:28 -05:00
Marc Durepos
23d7d34e71
Forward-port '15.0' into 16.0
2023-11-29 11:29:35 -05:00
Marc Durepos
272fc34fba
bemade_fsm: replace domain with filter for parent task on searche views.
...
On all task views in the Field Service app, add a filter to the search
view to show only Parent Tasks (on by default).
2023-11-29 09:48:21 -05:00
Marc Durepos
47a0ac4176
bemade_fsm: hide completed tasks from To Schedule list
2023-11-23 17:22:08 -05:00
Marc Durepos
7a813d1c76
bemade_fsm: improvements to the task list view
2023-11-23 16:48:07 -05:00
Benoît Vézina
fb301db2b3
for migration
2023-11-16 09:01:22 -05:00
Marc Durepos
cf89585fae
bemade_fsm: added a test for task template descriptions. Added description to subtask tree on task form view for easier editing by technicians.
2023-10-02 16:27:56 -04:00
Marc Durepos
02f380dc91
bemade_fsm: Release 15.0.1 (beta)
...
* Added translations for French
* Removed broken test tours (low value tests, high maintenance cost)
* Updated version in manifest
2023-09-18 14:14:16 -04:00
Marc Durepos
4a4214fabb
bemade_fsm: added work order number, significant mods to work order PDF.
2023-09-18 14:14:16 -04:00
Marc Durepos
83b002e41c
bemade_fsm: updates to qweb for pdf of work orders.
2023-09-18 14:14:16 -04:00
Marc Durepos
29862ccc63
bemade_fsm: remove view override while Odoo get my JS fix onto servers.
2023-09-18 14:14:16 -04:00
Marc Durepos
0462256add
bemade_fsm: many upgrades including better calendar view
2023-09-18 14:14:16 -04:00
Marc Durepos
1e050584a5
bemade_fsm: major refactoring of tests in progress (broken).
2023-09-18 14:14:16 -04:00
Marc Durepos
a847f7e9ef
bemade_fsm: Renamed button Mark Done on FSM tasks to Mark as Delivered. Wrote tests to address manager vs user cases for the button. Re #55 .
2023-09-18 14:14:16 -04:00
Marc Durepos
d0be20363b
bemade_fsm: Linked equipment from sale order to creaed task on SO confirmation. Fixes #48 .
2023-06-29 13:26:40 -04:00
Marc Durepos
4065e036ce
bemade_fsm: updated actions for the Field Service menu items leading to tasks. Fixes #2 .
2023-06-28 16:30:22 -04:00
Marc Durepos
653e22d13c
Refactoring to views to reuse trees for fsm contacts and equipment. Began remodeling equipment/task relationship (breaks tests).
2023-06-27 16:18:12 -04:00
Marc Durepos
825080129f
bemade_fsm: Added test skeleton for upcoming features.
2023-06-27 11:24:00 -04:00