-
Couldn't load subscription status.
- Fork 30.2k
[FW][IMP] l10n_br_website_sale: always display b2b for Brazil #197219
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
[FW][IMP] l10n_br_website_sale: always display b2b for Brazil #197219
Conversation
|
@kcv-odoo @clbr-odoo this PR targets master and is the last of the forward-port chain containing: To merge the full chain, use
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
|
@robodoo r+ |
This commit make brazilen fields always display in address form even though b2b fields settings disabled from edition because in LATAM country `ID Type` and `ID Number` field are required for billing. task-3628329 closes #197219 X-original-commit: d5a5926 Signed-off-by: Claire Bretton (clbr) <clbr@odoo.com> Signed-off-by: Kartik Chavda (kcv) <kcv@odoo.com>
|
Hello @kcv-odoo This code is present in master (18.3) although you removed the parent method in #190312. I guess there was a mixup during the freeze as I know this PR had a bit of trouble to pass. Can you check if it's really needed and remove it otherwise? Have a nice day! PS: same issue here: https://github.com/odoo/odoo/pull/202633/files#r2034961279 |
|
Hello @chevalierv It seems there was some conflict with merger of PRs. We backported PR to saas-18.2 but I guess we only want to remove code in master as it is not causing any issue in saas-18.2. On it 🫡 Have a nice day!! |
This commit remove unused code which was byproduct of not proper rebased after merger of bugfix [1] and bad forward-port of [2] [1]: odoo#197219 [2]: odoo#202633
|
Here it is #205352 |

This commit make brazilen fields always display in address
form even though b2b fields settings disabled from edition
because in LATAM country
ID TypeandID Numberfieldare required for billing.
Also revert wrong fixed PR #194110
task-3628329
Forward-Port-Of: #196965
Forward-Port-Of: #196182