[16.0][ADD] sale_order_country_allowed_product: Restrict products by country in sales#3599
Conversation
|
@manuelregidor you should checks tests |
|
@HaraldPanten There's an incompatibility related to OCA/account-invoicing#1840 that has not been solver yet. There's a PR to solve it which I'm following (#3598). |
|
Ok, let's wait few days until the related PRs are merged. |
f07c99e to
e1464e9
Compare
|
@Tisho99 Changes applied |
| @@ -0,0 +1,6 @@ | |||
| <?xml version="1.0" encoding="utf-8" ?> | |||
| <odoo> | |||
| <record id="ignore_country_sale" model="res.groups"> | |||
There was a problem hiding this comment.
add admin by default
sale_order_country_allowed_product/tests/test_sale_order_country_allowed_product.py
Outdated
Show resolved
Hide resolved
e1464e9 to
f1e0b89
Compare
|
@manuelregidor I'm not sure if other PRs still need to be merged. Have the tests been solved here? Could you rebase? |
|
@HaraldPanten Still not sorted (#2885) |
f1e0b89 to
8b8c872
Compare
|
@rousseldenis @pedrobaeza Could you have a look? Thank you |
|
This PR has the |
sale_order_country_allowed_product/tests/test_sale_order_country_allowed_product.py
Outdated
Show resolved
Hide resolved
8b8c872 to
c9c1d50
Compare
|
@ivs-cetmix Changes done. Could you review? Thank you |
c9c1d50 to
9ab04cb
Compare
|
@ivs-cetmix changes done. Could you review? |
ivs-cetmix
left a comment
There was a problem hiding this comment.
LGTM, thank you for your contribution!
/ocabot merge nobump
|
On my way to merge this fine PR! |
|
This PR has the |
|
Congratulations, your PR was merged at 1fa8265. Thanks a lot for contributing to OCA. ❤️ |
This module allows to restrict the selection of products in sale order lines based on the shipping address country.
@HaraldPanten @ValentinVinagre @luis-ron
T-6187