Daily updates from Odoo
Friday, March 23, 2018
4 changes · master
Resolved issues and error corrections
Customers can no longer change their VAT number or company name in the portal once sales orders or invoices already exist for their account or related company. This helps preserve consistency on commercial and accounting documents and reduces the risk of incorrect business records.
Original PR description
…/invoices This commit prevent VAT edition if an user has already at least one SO or one invoice on his account. Any module could override this feature to add their own condition to prevent VAT edition. task-33088 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an error that could occur when a cashier selected the invoice download option while validating a point of sale payment. The change helps ensure customers can receive their invoices without disrupting the checkout process.
Original PR description
- In pos payment page when we select invoice download option and validate payment that moment
traceback occurred.
- because in _match_payment_to_invoice method when we find account_precision do not find pricelist
record.
issue : https://www.odoo.com/web?#id=1827750&view_type=form&model=project.task&action=333&active_id=1278&menu_id=4720
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThis fix prevents purchase order lines from trying to update product records when a product is selected. Standard purchase users can now save purchase orders and proceed to approval without needing manager-level permissions.
Original PR description
…should be readonly. Issue: currently, since "product_type" is not set readonly, it is triggering write() of product.product model when saving a PO having PO line with product_id. And it is failing…
…should be readonly. Issue: currently, since "product_type" is not set readonly, it is triggering write() of product.product model when saving a PO having PO line with product_id. And it is failing by throwing access error for users belonging to purchase "User" group users due to the fact that write() is permissible to purchase "Manager" group users only. solution: made the "product_type" related field readonly since it is used in purchase order views domain with lone purpose to set "received_qty" field non-editable when order line product is of type stockable/consumable. Task : https://www.odoo.com/web?debug#id=1818787&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.d3b2047e143dc4a698ac859eaf8fb203 Description of the issue/feature this PR addresses: Steps to reproduce : Login as admin to set "Two Steps approval" (5000 min) Login as demo Create a PO gives access error like this.. Sorry, you are not allowed to modify this document. Only users with the following access level are currently allowed to do that: Accounting & Finance/Billing Manager Inventory/Manager Purchases/Manager (Document model: product.product) Current behavior before PR: Doesn't let me save the order line having product_id Desired behavior after PR is merged: Should let me save the order (and move to the approve step) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
FedEx shipping quotes now work correctly for deliveries sent within India. The update includes the customs clearance details FedEx requires, helping businesses see accurate delivery costs before shipping.
Original PR description
… delivery from India to India so pass required value of customclearancedetails while getting rates from Fedex Description of the issue/feature this PR : task : https://www.odoo.com/web#id=58746&view_type=form&model=project.task&menu_id= pad : https://pad.odoo.com/p/r.a5f9856990585b4d5e6b990761da7fa9