Marc Durepos
e4eb57e349
fsm_equipment, bemade_fsm: Multiple UX improvements + migration script
...
- Task list view (bemade_fsm) cleaned up
- Add equipment to service to task list view (bemade_fsm)
- Give base.group_user access to read client application details
- Add migration script for fsm_equipment to refactor components into a
hierarchy of equipment.
- Add the notion of equipment hierarchy instead of components.
partner_id field is only to be filled on the root equipment, to
facilitate viewing client equipment lists without the clutter of all
the subcomponents.
- Add the notion of "inherited partner id" to show the root's partner_id
on child equipment (components) form view.
- Improve the interventions list on the equipment form view. Added a
custom embedded tree view with limited fields, ordered by date.
- Make the default search for equipment only search for root equipments
(parent_id = False)
2024-10-25 10:35:21 -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