U.S. Tax identifier types

Hello,

Is it possible to add US tax identifier types such as Social Security Number, Federal Tax ID’s and State tax/license ID’s?

If so, how do I go about doing that?

Thanks,

Paul

Have you checked version 5.2? There are a lot of items from the python-stdnum packages added in version 5.2. So it seems that they are already there. Check it out on the demo5.2.tryton.org. Go to a party and add a new identifier.

If you want to stay on another version, you have to create your own module, which extends the list with the items you want. Just take a look at the source in party module.

Thank you! I guess I will be doing the upgrade this evening.