Commit graph

134 commits

Author SHA1 Message Date
Marc Durepos
05ac09014c bemade_fsm: remove square brackets from equipment complete name if no tag. 2023-09-06 09:45:58 -04:00
Marc Durepos
aef2d80c88 bemade_fsm: added work order number, significant mods to work order PDF. 2023-09-06 09:45:58 -04:00
Marc Durepos
7d79d21045 bemade_fsm: further progress on work order PDF. 2023-09-06 09:45:58 -04:00
Marc Durepos
b1ca61ce89 bemade_fsm: refactor work order report templates to break them into sub-templates for easier modification. 2023-09-06 09:45:58 -04:00
Marc Durepos
7b5a7b63c2 bemade_fsm: cleaning up template files. 2023-09-06 09:45:58 -04:00
Marc Durepos
e845f84ab5 bemade_fsm: Got the "Sign Report" functionality working.
Found which template to extend to inject our new work order template
into the front-end signature page. Now need to add the timesheets info
with task tree into our template and we should be good to go.

Fixes Dur-Pro/bemade-addons#94
2023-09-06 09:45:58 -04:00
Marc Durepos
f4652057f1 bemade_fsm: Work order report printing relevant SO lines summary. Re Dur-Pro/bemade-addons#94 2023-09-06 09:45:58 -04:00
Marc Durepos
dd94e2a1cf bemade_fsm: Task naming modified to shorten child task names.
Fixes Dur-Pro/bemade-addons#92
2023-09-06 09:45:58 -04:00
Marc Durepos
40b362185d bemade_fsm: Marking visit task done doesn't create SO line.
Added a test to confirm that marking the task associated to a visit
does not create an additional sale order line like it did before.

Fixes Dur-Pro/bemade-addons#93
2023-09-06 09:45:58 -04:00
Marc Durepos
26603d5701 bemade_fsm: Marking visit task done completes its descendants.
Re: Dur-Pro/bemade-addons#93
2023-09-06 09:45:58 -04:00
Marc Durepos
2e1161c6ad bemade_fsm: Explicitly set user_ids=False on visit task creation. Fixes Dur-Pro/bemade-addons#90 2023-09-06 09:45:58 -04:00
Marc Durepos
e1bf6e18b6 bemade_fsm: Due date and initially planned hours on SO confirmation.
Fixes Dur-Pro/bemade-addons#86 and Dur-Pro/bemade-addons87
2023-09-06 09:45:58 -04:00
Marc Durepos
e604757617 bemade_fsm: updates to qweb for pdf of work orders. 2023-09-06 09:45:58 -04:00
Marc Durepos
4806b245c8 bemade_fsm: updates to PDF for work orders. 2023-09-06 09:45:58 -04:00
Marc Durepos
4c7ba22f87 bemade_fsm: added is_complete to tasks for easier PDF generation. 2023-09-06 09:45:58 -04:00
Marc Durepos
28a9e7a8d1 bemade_fsm: Add the beginning of the PDF report for service tasks. 2023-09-06 09:45:58 -04:00
Marc Durepos
a8472ec00d bemade_fsm: remove view override while Odoo get my JS fix onto servers. 2023-09-06 09:45:58 -04:00
Marc Durepos
31a2cae37c bemade_fsm: many upgrades including better calendar view 2023-09-06 09:45:58 -04:00
Marc Durepos
f4b8770d5d bemade_fsm: updated data to make new stages appear in the FSM project 2023-09-06 09:45:58 -04:00
Marc Durepos
caadbdc342 bemade_planning_travel: new module begun for planning travel 2023-09-06 09:45:58 -04:00
Marc Durepos
034e3b0cbb bemade_fsm: fix in res_partner.py for pad field in domain. 2023-09-06 09:45:58 -04:00
Marc Durepos
ce53137871 bemade_fsm: data added for stages and equipment tags. 2023-09-06 09:45:58 -04:00
Marc Durepos
66923c14bf bemade_fsm: make project.task.allow_billable store=True to un-break Odoo tests. 2023-09-06 09:45:58 -04:00
Marc Durepos
2303753f3d bemade_fsm: Update to ir.model.access.csv to fix duplicate insert. 2023-09-06 09:45:58 -04:00
Marc Durepos
66cac13616 bemade_fsm: tie in with sale_planning to plan SO lines based on task templates. 2023-09-06 09:45:58 -04:00
Marc Durepos
7cdcd2995e bemade_geo_distance moved to bemade_geo_routing. Spawned new module bemade_planning_travel. 2023-09-06 09:45:57 -04:00
Marc Durepos
1f47523515 bemade_geo_distance: fix to public method signature in base.geo_router 2023-09-06 09:45:57 -04:00
Marc Durepos
21ba9e640f bemade_geo_distance: new module for getting driving distance and time from one partner to another. 2023-09-06 09:45:57 -04:00
Marc Durepos
04fb5699ac bemade_fsm: Added logic to use the planned hours from task templates on sale order lines (for planning purposes). Re #11. 2023-09-06 09:45:57 -04:00
Marc Durepos
b3aa92afe1 bemade_fsm: Visits on sales orders now group created tasks under a common parent. Fixes #72. 2023-09-06 09:45:57 -04:00
Marc Durepos
4ca7dcd73d bemade_fsm: Equipment to sale order line connection made. Fixes #71. 2023-09-06 09:45:57 -04:00
Marc Durepos
515246860f 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-06 09:45:57 -04:00
Marc Durepos
7541480bfd Refactored tests. 2023-09-06 09:45:57 -04:00
Marc Durepos
9d3769ae10 [REL] bemade_fsm 15.0.0.3
\# New Features

     - #67 - Add the ability to specify visit information on service SOs
     - #55 - Technician marking a task done no longer moves it to a
       "delivered" state.
     - #51 - Configure FSM project stages via the module data
     - #54 - Add SO number, customer name and SO line name to the calendar
       view
     - #50 - Add equipment field to task templates

    \# Bug Fixes

     - #5 - Marking subtasks done tried to create a new SO and confirm it.
       This no longer tries to create a new SO.
     - #53 - Site contacts not being auto-filled on sales order after
       selecting the right delivery address. Now made automatic as intended.
2023-09-06 09:45:57 -04:00
Marc Durepos
963fa748c6 bemade_fsm: Convert task_template.equipment_id to a Many2many field. Fixes #58. 2023-09-06 09:45:57 -04:00
Marc Durepos
82b51907a5 bemade_fsm: test refactoring complete (all passing). 2023-09-06 09:45:57 -04:00
Marc Durepos
3e311ead94 bemade_fsm: major refactoring of unit tests completed. Integration tests need rework. 2023-09-06 09:45:57 -04:00
Marc Durepos
24a5e6e2b9 bemade_fsm: major refactoring of tests in progress (broken). 2023-09-06 09:45:57 -04:00
Marc Durepos
6159eae798 bemade_fsm: add visits to sale orders. Fixes #66. 2023-09-06 09:45:57 -04:00
Marc Durepos
878ccf849b bemade_fsm: added a test for contact setting on SO shipping address change. Fixes #53. 2023-09-06 09:45:57 -04:00
Marc Durepos
565446ee9d bemade_fsm: add equipment to Task Templates & flow down to tasks on SO. Fixes #50 2023-09-06 09:45:57 -04:00
Marc Durepos
a4a998e012 bemade_fsm: added test for setting proper contacts on SO based on shipping address. 2023-09-06 09:45:57 -04:00
Marc Durepos
218e721261 bemade_fsm: Updating SO delivery address correctly changes site contacts, work order recipients and equipment. Fixes #53. 2023-09-06 09:45:57 -04:00
Marc Durepos
05aae321be Updated the naming of tasks for FSM. Fixes #54. 2023-09-06 09:45:57 -04:00
Marc Durepos
395bd999a0 bemade_fsm: Added default project stage data re #51. 2023-09-06 09:45:57 -04:00
Marc Durepos
f7520c50b8 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-06 09:45:57 -04:00
Marc Durepos
07b0f992a4 bemade_fsm: Added logic to prevent child FSM tasks from trying to create sales orders. Fixes #5. 2023-09-06 09:45:57 -04:00
Benoît Vézina
866f650ffe start for quote alternative 2023-08-03 10:49:14 -04:00
Benoît Vézina
9dda5851a3 add validation so not adding allready recipients 2023-08-03 10:48:21 -04:00
Marc Durepos
c21f565b3c bemade_mailcow_integration: Further fixing for alias name breaking discuss. 2023-08-02 14:56:02 -04:00