Skip to content
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

[15.0][3917][IMP] purchase_order_supplier_phone: add functionals from sst #94

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

AungKoKoLin1997
Copy link
Contributor

@AungKoKoLin1997 AungKoKoLin1997 marked this pull request as draft October 25, 2023 10:08
AungKoKoLin1997 pushed a commit that referenced this pull request Oct 25, 2023
@AungKoKoLin1997 AungKoKoLin1997 force-pushed the 15.0-mig-purchase_order_supplier_phone branch 3 times, most recently from b50df32 to 3b9af82 Compare October 26, 2023 09:56
@AungKoKoLin1997 AungKoKoLin1997 marked this pull request as ready for review October 26, 2023 09:57
AungKoKoLin1997 pushed a commit that referenced this pull request Oct 26, 2023
@AungKoKoLin1997 AungKoKoLin1997 force-pushed the 15.0-mig-purchase_order_supplier_phone branch from 3b9af82 to d0fbe56 Compare December 4, 2023 07:14
AungKoKoLin1997 pushed a commit that referenced this pull request Dec 4, 2023
partner_id = (
"partner_id" in vals and vals["partner_id"] or order.partner_id.id
)
if self.is_default_partner(partner_id) and (
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is_default_partner depends on purchase_ext_sst module.

@AungKoKoLin1997 AungKoKoLin1997 force-pushed the 15.0-mig-purchase_order_supplier_phone branch from d0fbe56 to d71fc44 Compare January 22, 2024 07:59
@@ -7,7 +7,7 @@
"website": "https://www.quartile.co",
"category": "Purchase",
"license": "LGPL-3",
"depends": ["purchase"],
"depends": ["purchase_ext_sst"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To make the reason of dependency clear.

Suggested change
"depends": ["purchase_ext_sst"],
"depends": [
"purchase_ext_sst", # is_default_partner()
],

@AungKoKoLin1997 AungKoKoLin1997 force-pushed the 15.0-mig-purchase_order_supplier_phone branch from d71fc44 to d57b856 Compare January 23, 2024 04:02
@kanda999
Copy link
Contributor

@AungKoKoLin1997
Could you please update the readme file?

@AungKoKoLin1997 AungKoKoLin1997 force-pushed the 15.0-mig-purchase_order_supplier_phone branch from d57b856 to 09e9576 Compare January 23, 2024 05:44
@kanda999 kanda999 force-pushed the 15.0-mig-purchase_order_supplier_phone branch from 14a5840 to 4bb3d18 Compare January 23, 2024 06:57
@kanda999 kanda999 force-pushed the 15.0-mig-purchase_order_supplier_phone branch from 4bb3d18 to e5e4217 Compare January 29, 2024 08:41
@kanda999 kanda999 force-pushed the 15.0-mig-purchase_order_supplier_phone branch from e5e4217 to 5e79909 Compare January 29, 2024 08:52
@kanda999 kanda999 merged commit d1477ac into 15.0 Jan 29, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants