feat: hide authorizer for rental orders, auto-set sale type

Rental orders no longer show the "Authorizer Required?" question or
the Authorizer field. The sale type is automatically set to 'Rentals'
when creating or confirming a rental order. Validation logic also
skips authorizer checks for rental sale type.

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-02-25 23:33:23 -05:00
parent 3c8f83b8e6
commit 14fe9ab716
51 changed files with 4192 additions and 822 deletions

View File

@@ -2,12 +2,12 @@
<odoo>
<record id="module_category_rental_enhancement" model="ir.module.category">
<field name="name">Rental Enhancement</field>
<field name="name">Fusion Rental</field>
<field name="sequence">50</field>
</record>
<record id="res_groups_privilege_rental_enhancement" model="res.groups.privilege">
<field name="name">Rental Enhancement</field>
<field name="name">Fusion Rental</field>
<field name="sequence">50</field>
<field name="category_id" ref="module_category_rental_enhancement"/>
</record>