Sunday, October 13, 2024
2 changes · master
Miscellaneous changes
Steps to reproduce: - Install subscription and pos_sale_subscription - Create a sale order with a recurring product (a subscription) - Settle the sale order in the point of sale - The date of the next invoice is not updated To fix this issue, when the pos_order is paid, we will update the next invoice date of all sale orders in lines that are of type subscription. opw-4072950 Forward-Port-Of: odoo/enterprise#71722 Forward-Port-Of: odoo/enterprise#71204
Original PR description
Steps to reproduce: - Install subscription and pos_sale_subscription - Create a sale order with a recurring product (a subscription) - Settle the sale order in the point of sale - The date of the next invoice is not updated To fix this issue, when the pos_order is paid, we will update the next invoice date of all sale orders in lines that are of type subscription. opw-4072950 Forward-Port-Of: odoo/enterprise#71722 Forward-Port-Of: odoo/enterprise#71204
Steps: - Create a contact with two sub-contacts: Sub1 and Sub2. - Create a service product that generates a project upon order. - Create a quotation for Sub1 with the created product and confirm it. - Go to the created project and create a task. - Edit the task and change the customer to Sub2. - Add a line in the timesheet tab. - Click on the dropdown of the sale order item. Issue: - The sale order item does not appear in the dropdown list. Cause: - Incorrect domain on sale order
Original PR description
Steps: - Create a contact with two sub-contacts: Sub1 and Sub2. - Create a service product that generates a project upon order. - Create a quotation for Sub1 with the created product and confirm it. - Go to the created project and create a task. - Edit the task and change the customer to Sub2. - Add a line in the timesheet tab. - Click on the dropdown of the sale order item. Issue: - The sale order item does not appear in the dropdown list. Cause: - Incorrect domain on sale order items in timesheets in the project task. Solution: - Correct the domain to link project task timesheets to any sale order related to the company or its children. task-4081462 Forward-Port-Of: odoo/enterprise#71804 Forward-Port-Of: odoo/enterprise#71438