Skip to content

Syncing from upstream odoo/odoo (staging.saas-18.3) #34152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 7, 2025

Conversation

bt-admin
Copy link
Collaborator

@bt-admin bt-admin commented Jul 7, 2025

bt_gitbot

alkh-odoo and others added 4 commits July 6, 2025 15:06
This PR adds the reference field on the partner as Tax Office to the
partner tax information sent to Nilvera, as required by GİB. This is
a temporary fix until a new module is added later that handles
GIB tax office information, which will add a tax office m2o field to
the res.partner model.

Task-4886128

closes #217625

X-original-commit: 99016b3
Signed-off-by: Ali Alfie (alal) <[email protected]>
Signed-off-by: Khumam Alzagim (alkh) <[email protected]>
…table in po

Steps to Reproduce:
1. Navigate to Purchase → Create a new Purchase Order.
2. Add a Vendor → Add a Product with description or enter one using the ☰ widget.
3. Save and Confirm the order, Try to edit the description.

Issue:
- The product description becomes non-editable after confirming the PO.
- Previously, the description was separated in view.

Cause:
- Since product_id is readonly, the name (description) field also does not allow
to edit.
- e.g. In SO, the description is editable if the product_id is hidden and only
name (description) field is visible.

Since product_id is readonly in states ('purchase','to approve','done','cancel')
the description field also becomes read-only, as they are combined.
By hiding the product_id, we can edit the description, as it is not.

Solution:
- Added optional="show" to product_id in the XML view to allow toggling
discription editability. When product_id is hidden, name field becomes editable.

Steps to Verify:
1. Open same confirmed PO and hide the product_id column.
2. Make sure name (description) field is visible and now it is editable.

opw-4892063

closes #217312

X-original-commit: b48e1e2
Signed-off-by: William Henrotin (whe) <[email protected]>
Signed-off-by: Khushi Srivastava (khsr) <[email protected]>
Keep the original session id that initialised the http request.

task-4922056
Use popout as a fallback to the pip feature
when pip is not available on the browser.

closes #217111

Signed-off-by: Alexandre Kühn (aku) <[email protected]>
@bt-admin bt-admin merged commit fdfae10 into brain-tec:staging.saas-18.3 Jul 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants