mohs8421
mohs8421
In my local system I resolved this issue with the following small change: ``` diff --git a/partner_firstname/models/res_partner.py b/partner_firstname/models/res_partner.py index d933e8055..64bb9966d 100644 --- a/partner_firstname/models/res_partner.py +++ b/partner_firstname/models/res_partner.py @@ -214,7 +214,7 @@ class...
I have to wonder if this repository is still maintained? I provided a bug report and a fix, and there is no reaction at all.
so how does contributing work here? Things don't get reviewed or merged and bots automatically tend to close contributions if they are left unattended? Isn't this behaviour actually harming for...
I tried to write a test for it, but it is not possible with the module in place to test this, as the module itself prevents that. So when trying...