[16.0][IMP] purchase_security: add is_restricted option#2003
[16.0][IMP] purchase_security: add is_restricted option#2003AungKoKoLin1997 wants to merge 1 commit intoOCA:16.0from
Conversation
|
Hi @pilarvargas-tecnativa, |
d11d759 to
9af85d5
Compare
|
@AungKoKoLin1997 Do you think it's really a good idea to combine the modules into one? I fail to see the point of doing so as the use cases are independent from each other, IMO. |
My rationale for adding the is_restricted feature directly to the purchase_security module is rooted in its inherent security nature. Given that both functionalities revolve around enhancing security, it felt more streamlined and intuitive to consolidate them under one module. This way, users can access all related security features without the need to manage multiple modules. |
9af85d5 to
3867b85
Compare
|
I suggested also to join both in the same module, for 2 reasons:
|
|
@pedrobaeza I have a concern. Is it a good design choice to keep all security functionalities related to purchase in the purchase_security module? If new purchase security features are proposed to OCA later, the module might become larger and harder to maintain. I believe each functionality should have its own separate module, but we also need to consider compatibility issues. I am not sure if excluding modules in CI for each purchase security-related concern is the best approach. What's your opinion? |
|
Doing the exclusion thing in the CI is a total pain, increasing the build time, not knowing when weird things like POT generation starting to fail, so I don't like it. For now, there's no other features planned for the security, so let's keep it together. If tomorrow another feature arises, then the discussion opens it again to split or not. |
3867b85 to
eb5d91f
Compare
eb5d91f to
87bcba5
Compare
fcdc541 to
99c7fbf
Compare
99c7fbf to
fc16f80
Compare
fc16f80 to
6190aed
Compare
HviorForgeFlow
left a comment
There was a problem hiding this comment.
What do you want to do with this PR? @AungKoKoLin1997
6190aed to
faea1c3
Compare
|
@HviorForgeFlow Can you please review this PR? |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
faea1c3 to
323a6eb
Compare
323a6eb to
3d211da
Compare
This PR adapts the functionality of this PR #1866 to purchase_security.
@qrtl