Address and print layout modifications via regional app?

Is it possible to have an regional app that can modify the address template and the ‘standard’ print format layouts? Is there some sample code that one can look at?

You don’t need custom app for address template.
Check the docs: Address Template

That’s correct, but we are working on a regional app, better to have the template preset than to change it for every installation.

I’d say write a script that updates the default address template and call it on after_install of your custom app.

Thank you. That works.

1 Like