Commit graph

47 commits

Author SHA1 Message Date
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
8f3c836a32 hide equipment tab for site contacts 2024-10-02 12:08:40 +02:00
Marc Durepos
188f7afbd1 bemade_fsm: improve visibility of pages on partners based on is_service_site logic 2024-10-02 09:57:50 +02:00
Marc Durepos
64034e280c bemade_fsm: fix equipment name_search 2024-09-23 17:22:08 -04:00
Marc Durepos
af3fa7cda2 Merge commit '1a042a72' into 17.0 2024-09-06 08:28:44 -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
0165e5e0c5 Fix bemade_fsm reports referring to partner_location_id and pid_tag 2024-09-04 09:24:35 -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
3d97c71f0b bemade_fsm: rework logic on how clients become sites/site contacts 2024-06-07 10:28:11 -04:00
Marc Durepos
7aa095ba78 update to fsm 2024-06-03 11:52:16 -04:00
Marc Durepos
dc04ab952b bemade_fsm: Changes to site and work order contact behaviour
1. Site contacts and work order contacts now get set on create and write
   of all FSM project tasks. If the task has no parent_id, it will try
   to set them from the sale order if it has one. Otherwise, they are
   simply inherited from the parent.
2. Changing the site or work order contact on a task no longer feeds
   back to the sale order.
3. Changing the site or work order contacts on a parent task propagates
   the change to its subtasks.
2024-05-02 10:01:44 -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
17fd9001bc bemade_fsm: Remove obsolete part of product_views.xml 2024-04-01 14:35:25 -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
81624ea26c bemade_fsm: all tests passing for 16.0
- Got rid of planned_date_begin and planned_date_end fields. Commented
   out all related code for now. These were fields pending actual
   feature development anyway.
 - Added a product cateogory with income account and expense account to
   the _generate_product common test method. This fixes an error where
   Odoo complained about needing a due date for lines with account type
   = 'asset_receivable'.
 - Rewrote and refactored Task.action_fsm_validate to have it match with
   code from industry_fsm in 16.0.

NOTE: This change depends on code pushed in:
 - sale_workflow [16.0 ba7402471]
 - odoo_addons [16.0 766cd78]
 - PurchasedAddons [16.0 e5e9b7b]
2023-11-29 20:45:09 -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
3ecbac2346 friday fix 2023-11-20 09:33:52 -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
7cadd52fc6 bemade_fsm: tie in with sale_planning to plan SO lines based on task templates. 2023-09-18 14:14:16 -04:00
Marc Durepos
454656159c bemade_fsm: Equipment to sale order line connection made. Fixes #71. 2023-09-18 14:14:16 -04:00
Marc Durepos
f997215aca bemade_fsm: added many2many relationship to equipment from sale order lines. Set up summary and default equipment_ids from sale order. Ref #71. 2023-09-18 14:14:16 -04:00
Marc Durepos
843cc938d1 bemade_fsm: Convert task_template.equipment_id to a Many2many field. Fixes #58. 2023-09-18 14:14:16 -04:00
Marc Durepos
2b85408e8d bemade_fsm: test refactoring complete (all passing). 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
eea5b54a4f bemade_fsm: added a test for contact setting on SO shipping address change. Fixes #53. 2023-09-18 14:14:16 -04:00
Marc Durepos
6f37902f42 bemade_fsm: add equipment to Task Templates & flow down to tasks on SO. Fixes #50 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
7d84d85980 bemade_fsm: Simplified implementation of equipment to allow for one equipment per sales order. Re #38. 2023-06-27 20:48:12 -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
4e95677ae6 Moved into subfolder 2023-06-27 13:54:39 -04:00